Heurist Mesh Skill
Access Web3 and crypto intelligence via Heurist Mesh — 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.
Quick Start
Install via Skills CLI (Recommended)
npx skills add heurist-network/heurist-mesh-skill
This works with Claude Code, OpenCode, Cursor, Codex, Cline, Windsurf, and 37+ other agents.
Manual
Paste this into any AI agent that supports SKILL.md:
Clone https://github.com/heurist-network/heurist-mesh-skill, read SKILL.md, and help me query crypto data
The agent will read the skill, fetch tool schemas, and become a crypto analyst.
Structure
heurist-mesh-skill/
├── SKILL.md # Main skill — agent discovery, API usage, payment
└── references/
├── heurist-api-key.md # Credit purchase, free tweet claim, API key auth
├── x402-payment.md # On-chain USDC payment on Base
├── inflow-payment.md # Pay with Inflow (currently in testnet)
└── discover-agents.md # Full agent registry discovery workflow
Recommended Agents
| Agent |
What it does |
| TrendingTokenAgent |
Trending tokens from CEXs/DEXs, market news summary |
| TokenResolverAgent |
Find tokens by address/symbol/name, detailed profiles |
| DefiLlamaAgent |
DeFi protocol and chain metrics (TVL, fees, volume) |
| TwitterIntelligenceAgent |
Twitter/X timeline, tweet detail, search |
| ExaSearchDigestAgent |
Web search with LLM summarization |
| ChainbaseAddressLabelAgent |
EVM address labels (identity, ENS, wallet behavior) |
| ZerionWalletAnalysisAgent |
EVM wallet token and NFT holdings |
| ProjectKnowledgeAgent |
Crypto project database with semantic search |
| AskHeuristAgent |
Crypto Q&A and deep analysis (by https://ask.heurist.ai. This is recommended for any in-depth crypto analysis) |
| CaesarResearchAgent |
Expert-level agentic research |
Payment Options
- API Key (credits) — Buy at heurist.ai/credits or claim 100 free credits via tweet
- x402 (USDC on Base) — Pay-per-call with crypto, no account needed
- Inflow — Agentic payment with https://www.inflowpay.ai
Links
1---2name: heurist-mesh3description: 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 bl...4---56# Heurist Mesh Skill78[](https://claude.ai/code)9[](https://openclaw.ai)10[](https://mesh.heurist.ai)1112Access 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.1314## Quick Start1516### Install via Skills CLI (Recommended)1718```bash19npx skills add heurist-network/heurist-mesh-skill20```2122This works with Claude Code, OpenCode, Cursor, Codex, Cline, Windsurf, and [37+ other agents](https://github.com/vercel-labs/skills#supported-agents).2324### Manual2526Paste this into any AI agent that supports SKILL.md:2728> Clone https://github.com/heurist-network/heurist-mesh-skill, read SKILL.md, and help me query crypto data2930The agent will read the skill, fetch tool schemas, and become a crypto analyst.3132## Structure3334```35heurist-mesh-skill/36├── SKILL.md # Main skill — agent discovery, API usage, payment37└── references/38 ├── heurist-api-key.md # Credit purchase, free tweet claim, API key auth39 ├── x402-payment.md # On-chain USDC payment on Base40 ├── inflow-payment.md # Pay with Inflow (currently in testnet)41 └── discover-agents.md # Full agent registry discovery workflow42```4344## Recommended Agents4546| Agent | What it does |47|-------|-------------|48| **TrendingTokenAgent** | Trending tokens from CEXs/DEXs, market news summary |49| **TokenResolverAgent** | Find tokens by address/symbol/name, detailed profiles |50| **DefiLlamaAgent** | DeFi protocol and chain metrics (TVL, fees, volume) |51| **TwitterIntelligenceAgent** | Twitter/X timeline, tweet detail, search |52| **ExaSearchDigestAgent** | Web search with LLM summarization |53| **ChainbaseAddressLabelAgent** | EVM address labels (identity, ENS, wallet behavior) |54| **ZerionWalletAnalysisAgent** | EVM wallet token and NFT holdings |55| **ProjectKnowledgeAgent** | Crypto project database with semantic search |56| **AskHeuristAgent** | Crypto Q&A and deep analysis (by https://ask.heurist.ai. This is recommended for any in-depth crypto analysis) |57| **CaesarResearchAgent** | Expert-level agentic research |5859## Payment Options60611. **API Key (credits)** — Buy at [heurist.ai/credits](https://heurist.ai/credits) or claim 100 free credits via tweet622. **x402 (USDC on Base)** — Pay-per-call with crypto, no account needed633. **Inflow** — Agentic payment with https://www.inflowpay.ai6465## Links6667- [Heurist Mesh](https://mesh.heurist.ai)68- [API Documentation](https://docs.heurist.ai)69- [Telegram Support](https://t.me/heuristsupport)70- [X / Twitter](https://x.com/heurist_ai)