← Back to Skills Marketplace
Cardano Identity
by
Angelos Kappos
· GitHub ↗
· v1.0.0
· MIT-0
304
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cardano-identity
Description
Resolve and list ADAHandles for the connected Cardano wallet.
README (SKILL.md)
Cardano Identity — ADAHandles
Resolve and list ADAHandles for the connected Cardano wallet.
Prerequisites
@indigoprotocol/cardano-mcpserver 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.
$aliceresolves toaddr1...). - Handles are returned as plain strings without the
$prefix.
Usage Guidance
Do not provide your wallet seed phrase unless you fully trust the package author and understand why signing authority is necessary. Before installing: 1) Ask the author why SEED_PHRASE is required and whether a read-only address or WalletConnect flow can be used instead. 2) Inspect the npm package @indigoprotocol/cardano-mcp source or its maintainer reputation. 3) If you must test, do so in an isolated environment and never expose your real seed — prefer a throwaway/test wallet. 4) Confirm the MCP server endpoint and network behavior (where data is sent) so sensitive data cannot be exfiltrated unexpectedly.
Capability Analysis
Type: OpenClaw Skill
Name: cardano-identity
Version: 1.0.0
The skill requires the 'SEED_PHRASE' environment variable to be provided to the agent (SKILL.md), which is a high-risk security practice as it exposes the wallet's master recovery phrase. While the stated purpose of resolving ADAHandles is legitimate and the policy ID in 'references/mcp-tools.md' is correct, the requirement for raw mnemonic phrases creates a significant risk of credential theft if the environment or the '@indigoprotocol/cardano-mcp' package is compromised.
Capability Assessment
Purpose & Capability
The skill claims only to resolve/list ADAHandles for a 'connected wallet'. Listing or resolving handles is a read-only blockchain operation and typically does not require a wallet seed phrase. Requiring SEED_PHRASE is not coherent with the stated, read-only purpose and suggests unnecessary sensitive access.
Instruction Scope
SKILL.md instructs use of an MCP tool (get_adahandles) and a running @indigoprotocol/cardano-mcp server but does not explain why a seed phrase is needed or how it will be used. Allowed tools (Read, Glob, Grep) can access local files; combined with the SEED_PHRASE requirement this increases the potential for sensitive data access without clear justification.
Install Mechanism
The install uses an npm package (@indigoprotocol/cardano-mcp), which is an expected and traceable mechanism for Node-based MCP tooling. This is moderate risk—inspect the package source and maintainers before trust, but the mechanism itself is not an immediate red flag.
Credentials
The only required environment variable is SEED_PHRASE. A wallet seed is extremely sensitive; requesting it for a read-only listing task is disproportionate. The skill does not declare less-risky alternatives (wallet address, read-only API key, WalletConnect), nor justify why signing authority is required.
Persistence & Privilege
The skill does not request always: true and does not declare persistent system-wide modifications. It uses normal autonomous-invocation defaults; no excessive privilege is requested in this dimension.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cardano-identity - After installation, invoke the skill by name or use
/cardano-identity - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Cardano Identity?
Resolve and list ADAHandles for the connected Cardano wallet. It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.
How do I install Cardano Identity?
Run "/install cardano-identity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cardano Identity free?
Yes, Cardano Identity is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cardano Identity support?
Cardano Identity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cardano Identity?
It is built and maintained by Angelos Kappos (@adacapo21); the current version is v1.0.0.
More Skills