Skills cardano-balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
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-balances" ~/.claude/skills/openclaw-skills-cardano-balances && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/adacapo21/cardano-balances" ~/.openclaw/skills/openclaw-skills-cardano-balances && rm -rf "$T"
manifest:
skills/adacapo21/cardano-balances/SKILL.mdsource content
Cardano Wallet Balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
Prerequisites
server running@indigoprotocol/cardano-mcp
MCP Tools
— Retrieve all balances and native assets for the connected walletget_balances
— Retrieve all Cardano addresses for the connected walletget_addresses
— Retrieve all UTxOs for the connected walletget_utxos
When to use
Use this skill when the user asks about:
- Wallet balances or ADA amount
- Native tokens or assets in their wallet
- Wallet addresses
- UTxO details or UTXO inspection
Data interpretation
- Balances are returned in lovelace (1 ADA = 1,000,000 lovelace). Always convert to ADA for display.
- Native assets are identified by
+policyId
.nameHex - The
field provides a human-readable label when available.name