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

Product Framework

Design and visualize AI product frameworks including layered architecture, value chains, capability maps, and competitive positioning for product managers.

Registry SourceRecently Updated
Web3

Langchain Skill Vmisep 2026

Langchain Skill Vmisep 2026 sử dụng LangChain với memory và chain, hỗ trợ trả lời tiếng Việt, nhớ lịch sử chat và mở rộng RAG, tool calling, agent tự động.

Registry SourceRecently Updated
Web3

Element Nft Tracker

Element Market API integration. Requires 'ELEMENT_API_KEY' configured in OpenClaw secrets. Strictly requires explicit user consent before accessing personal...

Registry SourceRecently Updated
Web3

Binance Trade Hunter

Binance trading skill for coin analysis, pump detection, and one-click trading via Telegram. Use when the user wants to analyze crypto coins, check market tr...

Registry SourceRecently Updated