Agent Skills are experimental. The format and available skills may change.
Install all skills
- Pipes SDK
- Portal
- Squid SDK
Pipes SDK skill
One skill covering the full lifecycle of blockchain indexers built with the Pipes SDK, a lightweight TypeScript framework for EVM, Solana, and Hyperliquid chains.
Example prompts:
- “Create a new indexer for USDC transfers on Ethereum”
- “Create an indexer for Uniswap V3 swaps. Help me fetch the ABI and design the schema”
- “Track BTC/ETH/SOL perpetual futures fills on Hyperliquid”
- “My indexer crashed with ‘Cannot read properties of undefined (reading ‘topic’)’”
- “My indexer is syncing slowly, help me optimize it”
- “Deploy my indexer to ClickHouse Cloud”
Pipes SDK requires Node.js LTS (v20 or v22). Avoid v25+ due to zstd decompression bugs that crash large Portal streams.
Portal skill
One skill for querying blockchain data across 210+ chains via SQD Portal without infrastructure.
Example prompts:
- “Query all USDC transfers on Base between blocks 10M–11M”
- “Find all contracts deployed by 0x123… on Ethereum”
- “Track Jupiter swap instructions on Solana”
- “Query recent Bitcoin transactions and analyze fee patterns”
- “Analyze BTC trading fills on Hyperliquid”
- “Index Polkadot balance transfer events”
- “What’s the correct Portal dataset name for Arbitrum?”
Squid SDK skill
One skill for profiling and comparing sync-time performance of Squid SDK deployments.
Example prompts:
- “Compare sync performance of my staging and production Squid deployments”
- “Profile the sync time of my Squid indexer and show me where it slows down”
- “/squid-perf squid-name@v1 squid-name@v2”
- “Why is my settlement-arbitrum service syncing slower than yesterday’s deployment?”
Related
- Agent Skills Repository. Browse and contribute on GitHub
- AI Development Overview. All AI resources for SQD
- Portal MCP Server. Query blockchain data via MCP
- Pipes SDK Quickstart. Get started with Pipes SDK