The App Store Moment for Crypto AI Agents
Before the App Store, iPhone developers distributed apps through ad hoc channels. Before npm, JavaScript developers emailed zip files. Every platform ecosystem goes through the same phase transition: fragmented distribution, then a registry, then an explosion of building. Crypto AI agents are at the registry moment.
Website · Browse Skills · MCP Servers · Quality Scores · Contributing
Caution
This project is under active development. None of the skills or MCP servers listed here have been audited. This is a community-compiled directory of projects shared on social media, listed on skill hubs, and found across public repositories. We make no guarantees about their safety, integrity, or intentions. Exercise extreme caution with anything that touches wallets, private keys, seed phrases, or transaction signing -- a malicious skill can compromise your agent and drain your funds. Always review the source code, verify the authors, and do your own research (DYOR) before installing or granting permissions to any skill or MCP server.
A developer building a crypto AI agent today has to hunt through Binance's repo, Kraken's repo, Uniswap's repo, and 50 others just to assemble a working skill set. Different formats. No security review. No way to tell official from unofficial.
CryptoSkill is the crypto-native answer:
- 977 skills covering the full crypto stack -- exchanges, DeFi, wallets, analytics, trading, identity, payments
- 85 MCP servers for direct protocol integration with Claude, Cursor, Codex, and other AI tools
- 617 official skills from verified project teams (Kraken, Binance, OKX, Uniswap, Coinbase, MoonPay, Nethermind, and more)
- Quality scored -- every skill rated 0-100 across documentation, security, and depth
- Security-scanned -- credential detection (160+ patterns), code safety, permission analysis
- Auto-updated -- bot scans 128+ projects every 6 hours, rescores all skills, tracks regressions
| Category | Skills | Highlights |
|---|---|---|
| DeFi | 192 | Uniswap (8), Nethermind, GMX, Rocket Pool (7), Venus, Pendle (4), KyberSwap (5), Lido, Aave, OpenSea, Elsa |
| Exchanges | 180 | Binance, OKX, Kraken (50), KuCoin, Gate.io, Bitget, Hyperliquid, Bybit, Coinbase |
| Analytics | 98 | DefiLlama (11), Nansen (10), CoinMarketCap (7), CoinGecko, CoinPaprika, Dune, Etherscan, Elfa |
| Trading | 87 | Bankr (20), Minara, Polyhub, grid trading, whale tracking, signals |
| MCP Servers | 85 | Alchemy, Solana, CoinGecko, Tenderly, CoinPaprika, EigenLayer, Blockscout, NEAR, Monad, Chainflip |
| Payments | 75 | MoonPay (35), Circle (9), x402, mpp, tempo |
| Chains | 57 | Base (9), Ethereum, Solana, Bitcoin, Lightning, BNB Chain, Arbitrum, Sui, Monad |
| AI x Crypto | 52 | Virtual Protocol, Heurist, Bittensor, Virtuals, ElizaOS |
| Prediction Markets | 46 | Polymarket API, Builder, Research, trading bots, whale copying |
| Wallets | 38 | Coinbase Wallet (9), MetaMask (2), Privy, Bitget Wallet, Cobo TSS |
| Dev Tools | 33 | Alchemy, Tenderly, Moralis, Foundry, Hardhat, Trail of Bits, Cyfrin, ETH2 Quickstart |
| Identity | 24 | ERC-8004, 8004scan, self-agent-id, Maiat Guard, Maiat Trust |
| Social | 10 | Towns, Farcaster, Nostr, XMTP |
Every skill is scored 0-100 across three layers, updated every 6 hours. Scores are visible on skill cards at cryptoskill.org.
Quality Score (0-100) = Static (40) + Security (20) + Depth (40)
| Layer | Points | What it measures |
|---|---|---|
| Static | 0-40 | Documentation quality, completeness, freshness, provenance, structure |
| Security | 0-20 | Credential safety, code safety, permission scope, supply chain |
| Depth | 0-40 | Actionability, specificity, examples, error handling (+ LLM eval for trading skills) |
| Grade | Score | Skills | Meaning |
|---|---|---|---|
| A | 80-100 | 16 | Production-ready, well-documented, secure |
| B | 60-79 | 361 | Good quality, minor gaps |
| C | 40-59 | 594 | Usable but significant gaps |
| D | 20-39 | 6 | Minimal quality, use with caution |
Risk Gate: 93% pass (918/977). Fund-moving skills also get LLM-as-judge evaluation based on the crypto-skill-benchmark methodology. See EVALUATION.md for the full framework.
85 MCP servers for crypto -- the largest curated collection focused on the crypto ecosystem.
| MCP Server | Project | Install |
|---|---|---|
| Alchemy | Alchemy | claude mcp add alchemy |
| Blockscout | Blockscout | claude mcp add blockscout https://mcp.blockscout.com/mcp |
| BNB Chain | BNB Chain | git clone bnb-chain/bnbchain-mcp |
| Coinbase AgentKit | Coinbase | npm create onchain-agent@latest |
| CoinGecko | CoinGecko | npx @coingecko/coingecko-mcp |
| EigenLayer | Layr-Labs | claude mcp add --transport sse eigenlayer ... |
| Kraken CLI | Kraken | git clone krakenfx/kraken-cli |
| Monad | Monad | git clone monad-developers/monad-mcp |
| NEAR | NEAR | git clone nearai/near-mcp |
| Solana | Solana Foundation | git clone solana-foundation/solana-mcp-official |
| Tenderly | Tenderly | claude mcp add tenderly --transport http https://mcp.tenderly.co/mcp |
| CoinPaprika | CoinPaprika | npx @coinpaprika/mcp |
CCXT (100+ exchanges), GOAT Onchain (200+ actions), Helius, Jupiter, Lightning, Chainlink Feeds, deBridge, DEXScreener, Dune Analytics, StarkNet, Tatum (130+ networks), Whale Tracker, Chainflip, and 50+ more.
# Clone the registry
git clone https://github.com/jiayaoqijia/cryptoskill.git /tmp/cs
# Install a skill (Claude Code)
cp -r /tmp/cs/skills/exchanges/binance-spot-api .claude/skills/
# Install an MCP server
claude mcp add blockscout https://mcp.blockscout.com/mcp
# Or via ClawHub CLI
npm i -g clawhub && clawhub install binance-spot-api617 skills from verified project teams:
| Project | Skills | Source |
|---|---|---|
| Kraken | 50 | krakenfx/kraken-cli |
| MoonPay | 35 | moonpay/skills |
| Binance | 20+ | binance/binance-skills-1009hub |
| Bankr | 20 | BankrBot/skills |
| Ottie | 18 | Crypto DeFi, wallets, market data |
| OKX | 16+ | okx/onchainos-skills |
| Gate.io | 13 | ClawHub: gate-exchange |
| DefiLlama | 11 | DefiLlama/defillama-skills |
| Nansen | 10 | ClawHub: nansen-devops |
| Base | 9 | base/skills |
| Circle (USDC) | 9 | circlefin/skills |
| Coinbase Wallet | 9 | coinbase/agentic-wallet-skills |
| Uniswap | 8 | Uniswap/uniswap-ai |
| Bitget | 7 | BitgetLimited/agent_hub |
| KuCoin | 7 | Kucoin/kucoin-skills-1009hub |
| Rocket Pool | 7 | rocket-pool/skills |
| CoinMarketCap | 7 | ClawHub: bryan-cmc |
| KyberSwap | 5 | KyberNetwork/kyberswap-skills |
| Pendle | 4 | pendle-finance/pendle-ai |
| MetaMask | 2 | MetaMask/openclaw-skills |
| GMX | 2 | gmx-io/gmx-ai |
| Nethermind | 1 | NethermindEth/defi-skills |
Plus: Alchemy, Virtual Protocol, Privy, OpenSea, Minara, Heurist, Towns, Elsa, Venus, Lightning Labs, SushiSwap, Tenderly, CoinPaprika, and 85 MCP servers.
The easiest way: Open a GitHub Issue
Or email maintainers+cryptoskills@altresear.ch with the skill name, GitHub URL, and category.
A bot scans 128+ projects every 6 hours:
- Checks official repos for new skills (SHA-tracked)
- Searches GitHub API for trending crypto repos
- AI-powered discovery via AltLLM
- Security scans all new skills
- Scores every skill (static + security + depth)
- Tracks score regressions over time
- Updates website and commits
AGPL-3.0 -- see LICENSE. Individual skills retain their original licenses (mostly MIT-0).
| Layer | Project | Role |
|---|---|---|
| Agents | Ottie, Claude Code, OpenClaw, Codex | Execute tasks using skills |
| Skills | CryptoSkill | Discover, install, and verify crypto-specific skills |
| Identity | ERC-8004, 8004scan | On-chain agent identity and reputation |
| Payments | x402, USDC | Agent-to-agent micropayments |
| Source | Skills | Description |
|---|---|---|
| ClawHub | 200+ | Community skill registry for OpenClaw agents |
| Awesome Ethereum AI Skills | 24 | Curated Ethereum AI skill directory |
| Trail of Bits | Security | Smart contract security testing |
| OpenZeppelin | MCP | Solidity security best practices |
| Nethermind | DeFi | DeFi transaction builder (13 protocols, 53 actions) |
| Tenderly | MCP | Smart contract simulation and debugging |
| CoinPaprika | MCP | Crypto market data (12K+ coins, 350+ exchanges) |
- OpenClaw -- Agent framework powering the SKILL.md format
- ERC-8004 -- On-chain agent identity standard
- x402 -- HTTP 402 agent payment protocol
- crypto-skill-benchmark -- Skill evaluation framework
Every skill includes a SOURCE.md file crediting its original author and source repository.