โ† All skills
Tencent SkillHub ยท Developer Tools

Heurist Mesh Crypto Analysis Skill

Real-time crypto token data, DeFi analytics, blockchain data, Twitter/X social intelligence, enhanced web search, crypto project search all in one Skill. For...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Real-time crypto token data, DeFi analytics, blockchain data, Twitter/X social intelligence, enhanced web search, crypto project search all in one Skill. For...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/heurist-api-key.md, references/inflow-payment.md, references/x402-payment.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Heurist Mesh

Heurist Mesh is an open network of modular AI agent tools for cryptocurrency and blockchain data. All features accessible via a unified REST API.

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 โ€” Get protocol TVL, fees, volume, revenue, chains, and growth trend get_chain_metrics โ€” Get blockchain TVL, fees, top protocols, and growth trends TwitterIntelligenceAgent โ€” Twitter/X data user_timeline โ€” Fetch a user's recent posts and announcements tweet_detail โ€” Get a tweet with thread context and replies twitter_search โ€” Search for posts and influential mentions on any topic ExaSearchDigestAgent โ€” Web search with summarization exa_web_search โ€” Search the web with LLM summarization, time and domain filters exa_scrape_url โ€” Scrape a URL and summarize or extract information ChainbaseAddressLabelAgent โ€” EVM address labels get_address_labels โ€” Get labels for ETH/Base addresses (identity, contract names, wallet behavior, ENS) ZerionWalletAnalysisAgent โ€” EVM wallet holdings fetch_wallet_tokens โ€” Get token holdings with USD value and 24h price change fetch_wallet_nfts โ€” Get NFT collections held by a wallet ProjectKnowledgeAgent โ€” Crypto project database get_project โ€” Look up a project by name, symbol, or X handle (team, investors, events) semantic_search_projects โ€” Natural language search across 10k+ projects (filter by investor, tag, funding year, exchange) CaesarResearchAgent โ€” Academic research caesar_research โ€” Submit a research query for in-depth analysis get_research_result โ€” Retrieve research results by ID AskHeuristAgent โ€” Crypto Q&A and deep analysis (Important: recommended for in-depth crypto topics) ask_heurist โ€” Submit a crypto question (normal or deep analysis mode) check_job_status โ€” Check status of a pending analysis job

Setup (MUST complete before making any API calls)

You need at least one payment method configured. DO NOT call any Mesh tool APIs until setup is verified.

Step 1: Choose a payment method

Option A: Heurist API Key (Recommended โ€” simplest) Get an API key via ONE of: Purchase credits at https://heurist.ai/credits OR Claim 100 free credits via tweet (see references/heurist-api-key.md) Store the key in .env in the project root: HEURIST_API_KEY=your-api-key-here All API calls use Authorization: Bearer $HEURIST_API_KEY Option B: x402 On-Chain Payment (USDC on Base) You need a wallet private key with USDC balance on Base. Store the key in .env in the project root: WALLET_PRIVATE_KEY=0x...your-private-key See references/x402-payment.md for the payment flow using cast (Foundry). Option C: Inflow Payment Platform (USDC via Inflow) If you already have Inflow credentials, store them in .env: INFLOW_USER_ID=your-buyer-user-id INFLOW_PRIVATE_KEY=your-buyer-private-key If not, create a buyer account and attach email โ€” see references/inflow-payment.md for one-time setup. Inflow uses a two-call payment flow (create request โ†’ user approves โ†’ execute). See references/inflow-payment.md for the full flow.

Step 2: Verify setup

Check that credentials are configured before proceeding: API Key path: Read .env and confirm HEURIST_API_KEY is set and non-empty. x402 path: Read .env and confirm WALLET_PRIVATE_KEY is set, starts with 0x, and is 66 characters. Inflow path: Read .env and confirm INFLOW_USER_ID and INFLOW_PRIVATE_KEY are set and non-empty. If neither is configured, STOP and ask the user to set up a payment method. Do not make API calls without valid credentials.

Step 3: Make API calls

Once you have either Heurist API key or x402 wallet private key or Inflow key, you can make API calls. You should understand the tool schema and the parameters of tools you want before calling it. To fetch tool schema, use mesh_schema API: GET https://mesh.heurist.xyz/mesh_schema?agent_id=TokenResolverAgent&agent_id=CoinGeckoTokenInfoAgent Default pricing is in credits. 1 credit worth $0.01. Add &pricing=usd to get prices in USD instead of credits when using x402 or Inflow. Returns each tool's parameters (name, type, description, required/optional) and per-tool price. Then use the credentials in requests: # With API key curl -X POST https://mesh.heurist.xyz/mesh_request \ -H "Authorization: Bearer $HEURIST_API_KEY" \ -H "Content-Type: application/json" \ -d '{"agent_id": "TokenResolverAgent", "input": {"tool": "token_search", "tool_arguments": {"query": "ETH"}, "raw_data_only": true}}' # 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

Discover More Agents

All agents: Fetch https://mesh.heurist.ai/metadata.json for the full registry. We have 30+ specialized crypto analytics agents covering use cases such as: reading address transaction history, reading transaction details from hash, tracing USDC on Base, detailed Coingecko data, Firecrawl scraping, GoPlus security screening, checking Twitter account influence via Moni, using SQL to query blockchain data, etc. x402-enabled agents only: Fetch https://mesh.heurist.xyz/x402/agents for agents supporting on-chain USDC payment on Base.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • references/heurist-api-key.md Docs
  • references/inflow-payment.md Docs
  • references/x402-payment.md Docs