🧪 Skills
Cardano Transactions
--- name: cardano-transactions description: "Sign and submit Cardano transactions with explicit user confirmation." allowed-tools: Read, Glob, Grep license: MIT metadata: author: indigoprotocol ve
v1.0.0
Description
name: cardano-transactions description: "Sign and submit Cardano transactions with explicit user confirmation." allowed-tools: Read, Glob, Grep license: MIT metadata: author: indigoprotocol version: '0.1.0' openclaw: emoji: "📤" requires: env: [SEED_PHRASE] install: - kind: node package: "@indigoprotocol/cardano-mcp"
Cardano Transactions
Sign and submit Cardano transactions with explicit user confirmation.
Prerequisites
@indigoprotocol/cardano-mcpserver 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:
- 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
transactionHashandtimestampon success. - The transaction is signed by the connected wallet's keys.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!