Agent skill · Data & Analytics

heurist-mesh-skill

Access real-time crypto token data, DeFi analytics, wallet intelligence, project research, and blockchain insights through Heurist Mesh agents. Use when the user asks about token trends, DeFi protocols, wallet holdings, project due diligence, Twitter/X crypto sentiment, or deeper market analysis.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill heurist-mesh-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 6 KB
Bundled scripts: none
Declared author: heurist-network
Requires: Requires network access and curl or equivalent HTTP client.
Path: vendored/heurist/heurist-mesh-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Heurist Mesh Heurist Mesh is an open network of modular AI agent tools for cryptocurrency and blockchain data, accessible via a unified REST API. ## When to Use Use this skill when the user asks for crypto or Web3 intelligence that benefits from live data retrieval, including: - Token discovery, trending pairs, and market snapshots - DeFi protocol metrics, chain-level activity, and revenue/TVL comparisons - Wallet holdings, address labels, or NFT portfolio lookups - Twitter/X signal checks, project due diligence, and ecosystem research - Deeper market questions that should escalate to `AskHeuristAgent` ## Recommended Agents and Tools **TrendingTokenAgent** — Trending tokens and market summary - `get_trending_tokens` — Get trending tokens most talked about and traded on CEXs and DEXs - `get_market_summary` — Get recent market-wide news including macro and major updates **TokenResolverAgent** — Find tokens and get detailed profiles - `token_search` — Find tokens by address, ticker/symbol, or name (up to 5 candidates) - `token_profile` — Get detailed token profile with pairs, funding rates, and indicators **DefiLlamaAgent** — DeFi protocol and chain metrics - `get_protocol_metrics`

What's inside
Steps it walks through
  1. When to Use
  2. Recommended Agents and Tools
  3. Setup (must complete before making API calls)
  4. Step 1: Choose one payment path
  5. Step 2: Verify setup in .env
  6. Step 3: Fetch schema before tool calls
  7. Examples
  8. Example 1: Trending tokens
  9. Example 2: Deep market question
  10. Error Handling
  11. Discover More Agents
Ships with 6 files
  • LICENSE
  • README.md
  • references/discover-agents.md
  • references/heurist-api-key.md
  • references/inflow-payment.md
  • references/x402-payment.md
Commands it runs
With API key
curl -X POST https://mesh.heurist.xyz/mesh_request \
With x402 — sign with cast (Foundry), no account or SDK needed
See references/x402-payment.md for the full cast-based flow and helper script
More from internet-court-skill
All skills →
About this skill
What does the heurist-mesh-skill skill do?

Access real-time crypto token data, DeFi analytics, wallet intelligence, project research, and blockchain insights through Heurist Mesh agents. Use when the user asks about token trends, DeFi protocols, wallet holdings, project due diligence, Twitter/X crypto sentiment, or deeper market analysis.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill heurist-mesh-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going