Skip to main content
Generaldvcrn

cardano-transactions

Sign and submit Cardano transactions with explicit user confirmation.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--cardano-transactions
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/adacapo21--cardano-transactions/skills/cardano-transactions/SKILL.md -o .claude/skills/cardano-transactions.md

Drops the SKILL.md into .claude/skills/cardano-transactions.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.