一键导入
cardano-mcp-identity
Retrieve ADAHandle identities ($handle) for the connected wallet via cardano MCP. Read-only.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrieve ADAHandle identities ($handle) for the connected wallet via cardano MCP. Read-only.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read-only wallet state via cardano MCP: balances, addresses, and UTxOs. Requires a configured cardano MCP server.
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-identity |
| description | Retrieve ADAHandle identities ($handle) for the connected wallet via cardano MCP. Read-only. |
| allowed-tools | ["Read"] |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"🏷️","requires":{"mcp":["cardano"]}}} |
Look up ADAHandle ($handle) identities associated with the connected wallet through a configured cardano MCP server. Read-only.
cardano MCP server is available.cardano MCP server is configured — ADAHandles can be queried manually via policy ID lookup with Koios or Blockfrost.get_adahandles is not available, explain that ADAHandles can be queried by checking for tokens under policy f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a using Koios or Blockfrost.$ prefix. The MCP tool returns handle names without the $ prefix. Add it when displaying to the user (e.g., $alice).get_adahandlesAll ADAHandle identifiers for the connected wallet.
{ adaHandles: string[] } — decoded handle names without $ prefixf0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a000de140 CIP-68 prefix is stripped automaticallyADAHandles owned by this wallet:
$alice
$alice.dev
shared/mcp-provider.md