SkillHub

substreams-search

v1.3.0

搜索、检查和分析 Substreams 包,发现模块、可视化数据流并生成 Sink 部署命令。

Sourced from ClawHub, Authored by PaulieB14

Installation

Please help me install the skill `substreams-search` from SkillHub official store. npx skills add PaulieB14/substreams-search

Substreams Search

Search, inspect, and analyze Substreams packages from the substreams.dev registry — from discovery to sink deployment.

Tools

  • search_substreams — Search the substreams.dev package registry by keyword, sort order, and blockchain network
  • inspect_package — Inspect a .spkg file to see its module graph (DAG), protobuf output types, dependencies, and a Mermaid diagram
  • list_package_modules — Lightweight module listing with types and inputs/outputs
  • get_sink_config — Analyze sink configuration, extract SQL schemas, and generate ready-to-run CLI commands

Install

npx substreams-search-mcp

Use Cases

  • Find Substreams packages for any blockchain (Ethereum, Solana, Arbitrum, Base, etc.)
  • Inspect module graphs and understand data flow before deploying
  • Get sink setup commands for PostgreSQL, ClickHouse, or subgraph entity sinks
  • Discover sink-compatible modules in packages without embedded sink configs