graph-advocate

Route any onchain data request to the right Graph Protocol service. Given plain-English, returns a ready-to-execute tool call for Token API, Subgraph Registry, Substreams, or a protocol-specific MCP package.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "graph-advocate" with this command: npx skills add PaulieB14/graph-advocate

Graph Advocate

Graph Advocate is a routing agent for The Graph Protocol. Given a plain-English onchain data request, it returns structured JSON identifying the right service, the reason, and the exact tool call to run.

What it covers

  • 📊 Token API — wallet balances, swaps, NFT sales, holder rankings across EVM (Ethereum, Base, Polygon, Arbitrum), Solana, and TON
  • 🔍 Subgraph Registry — 15,500+ indexed protocol subgraphs (Uniswap, Aave, ENS, Compound, Curve, Balancer and more)
  • Substreams — raw block data, event logs, real-time streaming
  • 🧩 Protocol MCP packages — Aave, Polymarket, lending protocols, Predict.fun

Response format

Graph Advocate returns structured JSON with a recommendation, confidence score, and ready-to-run query arguments:

{
  "recommendation": "token-api",
  "reason": "getV1EvmHolders returns ranked holder lists by token contract.",
  "confidence": "high",
  "query_ready": {
    "tool": "getV1EvmHolders",
    "args": {
      "network_id": "mainnet",
      "contract": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
      "limit": 20
    }
  },
  "alternatives": []
}

Example requests

  • "Top 20 USDC holders on Ethereum"
  • "Uniswap V3 pool TVL and fee tiers"
  • "Aave liquidation events last 7 days"
  • "Solana NFT sales this week"
  • "Raw event logs blocks 19000000 to 20000000"
  • "Which package should I use for Polymarket data?"

Protocol MCP packages

When Graph Advocate recommends a protocol package, it returns the package name and install instructions:

PackageProtocol
graph-aave-mcpAave V2/V3 — 7 chains, 11 subgraphs
graph-polymarket-mcpPolymarket prediction markets
graph-lending-mcpCross-protocol lending (Messari standard)
predictfun-mcpPredict.fun on BNB Chain
subgraph-registry-mcp15,500+ classified subgraphs
substreams-search-mcpSubstreams package browser

Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

WAIaaS Wallet

Self-hosted crypto wallet daemon for AI agents. Send transactions, manage DeFi positions, enforce spending limits — without exposing private keys to agents....

Registry SourceRecently Updated
Web3

Idiom Dictionary

成语词典。成语查询、典故故事、成语接龙、成语猜谜、造句示例、分类浏览。Chinese idiom dictionary with stories, chain game, quiz. 成语、典故、国学。

Registry SourceRecently Updated
1521Profile unavailable
Web3

Wallet Tracker

Multi-chain wallet asset tracker — monitor EVM and Solana wallets, aggregate portfolio, and detect holding changes. Use when you need wallet tracker capabili...

Registry SourceRecently Updated
2050Profile unavailable
Web3

Moses Roles

MO§ES™ Role Hierarchy — Defines Primary, Secondary, Observer agents with enforced sequencing. Primary leads, Secondary validates, Observer flags. Enforces Pr...

Registry SourceRecently Updated
550Profile unavailable