cardano-balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adacapo21/cardano-balancesCardano Wallet Balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
Prerequisites
@indigoprotocol/cardano-mcpserver running
MCP Tools
get_balances— Retrieve all balances and native assets for the connected walletget_addresses— Retrieve all Cardano addresses for the connected walletget_utxos— Retrieve all UTxOs for the connected wallet
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
namefield provides a human-readable label when available.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adacapo21-cardano-balances": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
indigo-redemption
Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
cardano-transactions
Sign and submit Cardano transactions with explicit user confirmation.
indigo-governance
Query Indigo Protocol governance data including protocol parameters, polls, .
indigo-dex
Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem.
indigo-ipfs
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol.