TopRank Skills

Home / Claw Skills / 其他 / cardano-transactions
Official OpenClaw rules 15%

cardano-transactions

Sign and submit Cardano transactions with explicit user confirmation.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cardano-transactions 技能。 若已安装,则直接安装 cardano-transactions 技能。

Overview

Skill Key
adacapo21/cardano-transactions
Author
adacapo21
Source Repo
openclaw/skills
Version
-
Source Path
skills/adacapo21/cardano-transactions
Latest Commit SHA
d53109f61cd82e0910f564b8b773975786de6751

Extracted Content

SKILL.md excerpt

# Cardano Transactions

Sign and submit Cardano transactions with explicit user confirmation.

## Prerequisites

- `@indigoprotocol/cardano-mcp` server running

## MCP Tools

- `submit_transaction` — Sign and submit a Cardano transaction CBOR

## When to use

Use this skill when the user asks to:

- Submit or send a Cardano transaction
- Sign a transaction with their wallet
- Broadcast a pre-built transaction

## Safety model

**This tool is dangerous.** Before calling `submit_transaction`:

1. Summarize the transaction in plain English.
2. Ask the user to explicitly confirm.
3. Only proceed if the user says yes.
4. **Never submit a transaction automatically.**

## Data interpretation

- Input requires unsigned transaction CBOR (hex string).
- Output includes `transactionHash` and `timestamp` on success.
- The transaction is signed by the connected wallet's keys.

Related Claw Skills