Skills cardano-identity
Resolve and list ADAHandles for the connected Cardano wallet.
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-identity" ~/.claude/skills/openclaw-skills-cardano-identity && 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-identity" ~/.openclaw/skills/openclaw-skills-cardano-identity && rm -rf "$T"
manifest:
skills/adacapo21/cardano-identity/SKILL.mdsource content
Cardano Identity — ADAHandles
Resolve and list ADAHandles for the connected Cardano wallet.
Prerequisites
server running@indigoprotocol/cardano-mcp
MCP Tools
— Retrieve all ADAHandles owned by the connected walletget_adahandles
When to use
Use this skill when the user asks about:
- Their ADAHandle or $handle
- Human-readable wallet identifiers
- Handle-to-address resolution
Data interpretation
- ADAHandles are Cardano native tokens under a specific policy ID.
- Each handle maps to a wallet address (e.g.
resolves to$alice
).addr1... - Handles are returned as plain strings without the
prefix.$