TopRank Skills

Home / Claw Skills / 其他 / cardano-identity
Official OpenClaw rules 15%

cardano-identity

Resolve and list ADAHandles for the connected Cardano wallet.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cardano-identity 技能。 若已安装,则直接安装 cardano-identity 技能。

Overview

Skill Key
adacapo21/cardano-identity
Author
adacapo21
Source Repo
openclaw/skills
Version
-
Source Path
skills/adacapo21/cardano-identity
Latest Commit SHA
e05988e4b90e6972b2cf5823cf1d10be20beccf5

Extracted Content

SKILL.md excerpt

# 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.

Related Claw Skills