Skip to main content
Generaldvcrn

cardano-identity

Resolve and list ADAHandles for the connected Cardano wallet.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--cardano-identity
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/adacapo21--cardano-identity/skills/cardano-identity/SKILL.md -o .claude/skills/cardano-identity.md

Drops the SKILL.md into .claude/skills/cardano-identity.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Cardano Identity — ADAHandles

Resolve and list ADAHandles for the connected Cardano wallet.

Prerequisites

  • @indigoprotocol/cardano-mcp server running

MCP Tools

  • get_adahandles — Retrieve all ADAHandles owned by the connected wallet

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. $alice resolves to addr1...).
  • Handles are returned as plain strings without the $ prefix.