Skills cardano-transactions
Sign and submit Cardano transactions with explicit user confirmation.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/adacapo21/cardano-transactions" ~/.claude/skills/clawdbot-skills-cardano-transactions && rm -rf "$T"
manifest:
skills/adacapo21/cardano-transactions/SKILL.mdsource content
Cardano Transactions
Sign and submit Cardano transactions with explicit user confirmation.
Prerequisites
server running@indigoprotocol/cardano-mcp
MCP Tools
— Sign and submit a Cardano transaction CBORsubmit_transaction
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:
- Summarize the transaction in plain English.
- Ask the user to explicitly confirm.
- Only proceed if the user says yes.
- Never submit a transaction automatically.
Data interpretation
- Input requires unsigned transaction CBOR (hex string).
- Output includes
andtransactionHash
on success.timestamp - The transaction is signed by the connected wallet's keys.