$npx -y skills add basezh/agent-skills-on-base --skill heurist-meshAccess Web3 and crypto intelligence via Heurist Mesh — 30+ specialized AI agents for cryptocurrency analytics, token data, wallet analysis, Twitter/X intelligence, and bl...
| 1 | # Heurist Mesh Skill |
| 2 | |
| 3 | [](https://claude.ai/code) |
| 4 | [](https://openclaw.ai) |
| 5 | [](https://mesh.heurist.ai) |
| 6 | |
| 7 | Access Web3 and crypto intelligence via [Heurist Mesh](https://mesh.heurist.ai) — 30+ specialized AI agents for cryptocurrency analytics, token data, wallet analysis, Twitter/X intelligence, and blockchain research, optimized for AI with fewer tool calls and less token usage. |
| 8 | |
| 9 | ## Quick Start |
| 10 | |
| 11 | ### Install via Skills CLI (Recommended) |
| 12 | |
| 13 | ```bash |
| 14 | npx skills add heurist-network/heurist-mesh-skill |
| 15 | ``` |
| 16 | |
| 17 | This works with Claude Code, OpenCode, Cursor, Codex, Cline, Windsurf, and [37+ other agents](https://github.com/vercel-labs/skills#supported-agents). |
| 18 | |
| 19 | ### Manual |
| 20 | |
| 21 | Paste this into any AI agent that supports SKILL.md: |
| 22 | |
| 23 | > Clone https://github.com/heurist-network/heurist-mesh-skill, read SKILL.md, and help me query crypto data |
| 24 | |
| 25 | The agent will read the skill, fetch tool schemas, and become a crypto analyst. |
| 26 | |
| 27 | ## Structure |
| 28 | |
| 29 | ``` |
| 30 | heurist-mesh-skill/ |
| 31 | ├── SKILL.md # Main skill — agent discovery, API usage, payment |
| 32 | └── references/ |
| 33 | ├── heurist-api-key.md # Credit purchase, free tweet claim, API key auth |
| 34 | ├── x402-payment.md # On-chain USDC payment on Base |
| 35 | ├── inflow-payment.md # Pay with Inflow (currently in testnet) |
| 36 | └── discover-agents.md # Full agent registry discovery workflow |
| 37 | ``` |
| 38 | |
| 39 | ## Recommended Agents |
| 40 | |
| 41 | | Agent | What it does | |
| 42 | |-------|-------------| |
| 43 | | **TrendingTokenAgent** | Trending tokens from CEXs/DEXs, market news summary | |
| 44 | | **TokenResolverAgent** | Find tokens by address/symbol/name, detailed profiles | |
| 45 | | **DefiLlamaAgent** | DeFi protocol and chain metrics (TVL, fees, volume) | |
| 46 | | **TwitterIntelligenceAgent** | Twitter/X timeline, tweet detail, search | |
| 47 | | **ExaSearchDigestAgent** | Web search with LLM summarization | |
| 48 | | **ChainbaseAddressLabelAgent** | EVM address labels (identity, ENS, wallet behavior) | |
| 49 | | **ZerionWalletAnalysisAgent** | EVM wallet token and NFT holdings | |
| 50 | | **ProjectKnowledgeAgent** | Crypto project database with semantic search | |
| 51 | | **AskHeuristAgent** | Crypto Q&A and deep analysis (by https://ask.heurist.ai. This is recommended for any in-depth crypto analysis) | |
| 52 | | **CaesarResearchAgent** | Expert-level agentic research | |
| 53 | |
| 54 | ## Payment Options |
| 55 | |
| 56 | 1. **API Key (credits)** — Buy at [heurist.ai/credits](https://heurist.ai/credits) or claim 100 free credits via tweet |
| 57 | 2. **x402 (USDC on Base)** — Pay-per-call with crypto, no account needed |
| 58 | 3. **Inflow** — Agentic payment with https://www.inflowpay.ai |
| 59 | |
| 60 | ## Links |
| 61 | |
| 62 | - [Heurist Mesh](https://mesh.heurist.ai) |
| 63 | - [API Documentation](https://docs.heurist.ai) |
| 64 | - [Telegram Support](https://t.me/heuristsupport) |
| 65 | - [X / Twitter](https://x.com/heurist_ai) |