원클릭으로
cardano-mcp-balances
Read-only wallet state via cardano MCP: balances, addresses, and UTxOs. Requires a configured cardano MCP server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read-only wallet state via cardano MCP: balances, addresses, and UTxOs. Requires a configured cardano MCP server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Retrieve ADAHandle identities ($handle) for the connected wallet via cardano MCP. Read-only.
Query staking delegation status and available rewards via cardano MCP. Read-only, no delegation changes.
Sign and submit pre-built Cardano transactions via cardano MCP. High-risk: requires structured preview and explicit user confirmation.
"Aiken workflows: validators, building, blueprints, .plutus generation. Safe guidance for smart contract development."
"Diagnose cardano-cli: version, era-prefixed vs legacy syntax, network flags. Produces compatibility report."
Manual-only operator command for Cardano CLI: dispatches directly to OpenClaw Exec Tool (no model) so you can run deterministic, approval-gated cardano-cli commands (native or Docker fallback).
| name | cardano-mcp-balances |
| description | Read-only wallet state via cardano MCP: balances, addresses, and UTxOs. Requires a configured cardano MCP server. |
| allowed-tools | ["Read"] |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"💰","requires":{"mcp":["cardano"]}}} |
Query wallet balances, addresses, and UTxOs through a configured cardano MCP server. Read-only — no signing, no submission.
cardano MCP server is available.cardano MCP server is configured — fall back to koios-agent-wallet or cardano-cli-wallets.cardano-mcp-transactions or builder skills.get_balances, get_addresses, or get_utxos tools are not available, fall back to Koios or CLI skills. Never error on missing MCP.get_balances returns ADA amounts in lovelace. Always divide by 1,000,000 when displaying to the user.get_balancesAll token balances for the connected wallet.
{ balances: [{ name, policyId, nameHex, amount }] }name: "ADA" for lovelace, decoded hex for native assetsamount: lovelace for ADA (divide by 1,000,000), raw quantity for native assetspolicyId: empty string for ADA, 56-char hex for native assetsnameHex: empty string for ADA, hex-encoded asset name for native assetsget_addressesAll addresses for the connected wallet.
{ addresses: string[] } — deduplicated bech32 addresses derived from UTxOsget_utxosAll unspent transaction outputs for the connected wallet.
{ utxos: string[] } — each UTxO serialized as CBOR hexWallet state query:
1. cardano MCP (if configured) ← this skill
2. koios-agent-wallet (MeshJS + Koios, any network)
3. cardano-cli-wallets (CLI, any network)
Read-only wallet state goes MCP-first when available. If MCP is unavailable or the user needs testnet, fall back without prompting.
=== Wallet Summary ===
Address: addr1qx...
ADA: 142.35 ₳
Native tokens:
- HOSKY (f0ff48...): 1,000,000
- SNEK (279c90...): 500
UTxOs: 7
shared/mcp-provider.mdkoios-agent-wallet (Koios fallback)cardano-cli-wallets (CLI fallback)