Skip to content

IndigoProtocol/cardano-ai

Repository files navigation

Cardano AI Skills

AI skills for the Cardano blockchain

npm downloads cardano-wallet downloads License Smithery Skills Ask DeepWiki

Agent Skills for the Cardano MCP Server -- wallet balances, ADAHandles, staking, and transaction submission for AI agents.

Built on the open Agent Skills standard -- a portable skill format recognized by OpenAI Codex, Gemini CLI, GitHub Copilot, Cursor, VS Code, OpenClaw, and 20+ other platforms.

⚡ 1 Command to Get Started

npx @indigoprotocol/cardano-skills
 ██████╗ █████╗ ██████╗ ██████╗  █████╗ ███╗   ██╗ ██████╗ 
██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗████╗  ██║██╔═══██╗
██║     ███████║██████╔╝██║  ██║███████║██╔██╗ ██║██║   ██║
██║     ██╔══██║██╔══██╗██║  ██║██╔══██║██║╚██╗██║██║   ██║
╚██████╗██║  ██║██║  ██║██████╔╝██║  ██║██║ ╚████║╚██████╔╝
 ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝ 
      █████╗ ██╗
     ██╔══██╗██║
     ███████║██║
     ██╔══██║██║
     ██║  ██║██║
     ╚═╝  ╚═╝╚═╝

That's it — 4 wallet skills for Claude, Cursor, VS Code, OpenClaw, and 20+ platforms.

Prerequisite: Cardano MCP must be installed first.


Install Skills

Quick Install (all skills)

npx @indigoprotocol/cardano-skills --all

Interactive Install

npx @indigoprotocol/cardano-skills
 ██████╗ █████╗ ██████╗ ██████╗  █████╗ ███╗   ██╗ ██████╗
██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗████╗  ██║██╔═══██╗
██║     ███████║██████╔╝██║  ██║███████║██╔██╗ ██║██║   ██║
██║     ██╔══██║██╔══██╗██║  ██║██╔══██║██║╚██╗██║██║   ██║
╚██████╗██║  ██║██║  ██║██████╔╝██║  ██║██║ ╚████║╚██████╔╝
 ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝

  Cardano AI  — Wallet skills for AI agents

  Found 4 skills

  Select skills to install (space to toggle)
    □ cardano-balances
    □ cardano-identity
    □ cardano-staking
    □ cardano-transactions

Browse Available Skills

npx @indigoprotocol/cardano-skills --list

Install a Specific Skill

npx @indigoprotocol/cardano-skills --skill cardano-balances

Install to a Specific Agent

npx @indigoprotocol/cardano-skills --agent claude-code
npx @indigoprotocol/cardano-skills --agent cursor

Install Globally (user-level)

npx @indigoprotocol/cardano-skills --global

Alternative: Standard Skills CLI

npx skills add IndigoProtocol/cardano-ai

Alternative: ClawHub (OpenClaw)

clawhub install cardano-balances
clawhub install cardano-identity
clawhub install cardano-staking
clawhub install cardano-transactions

Manual MCP Configuration

Add the Cardano MCP server to your agent config:

Claude Code (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "cardano": {
      "command": "npx",
      "args": ["@indigoprotocol/cardano-mcp"]
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "cardano": {
      "command": "npx",
      "args": ["@indigoprotocol/cardano-mcp"]
    }
  }
}

Skills

Skill Description Tools Smithery
cardano-balances Wallet balances, addresses, and UTxOs get_balances, get_addresses, get_utxos activations
cardano-identity ADAHandle resolution and lookup get_adahandles activations
cardano-staking Stake delegation and rewards get_stake_delegation activations
cardano-transactions Transaction submission with safety model submit_transaction activations

Prerequisites

npm install -g @indigoprotocol/cardano-mcp

The Cardano MCP server requires a seed phrase for wallet connection. See the cardano-mcp docs for setup.


Components

Cardano AI Ecosystem
├── Cardano MCP (Tools)      -> github.com/IndigoProtocol/cardano-mcp
└── Cardano AI (Skills)      -> this repo
    ├── .claude-plugin/       -> plugin discovery manifest
    └── packages/
        ├── cardano-skills/   -> npx installer CLI
        └── plugins/
            └── cardano-wallet/  -> wallet skills package
                └── skills/
                    ├── cardano-balances/
                    ├── cardano-identity/
                    ├── cardano-staking/
                    └── cardano-transactions/

What are Agent Skills?

Agent Skills is an open standard for portable AI agent capabilities. Skills are SKILL.md files that any compatible agent can read and execute.

These skills are built for the Cardano blockchain, but the format works with any platform that supports the Agent Skills standard.


Links

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors