A collection of skills for AI coding agents working with SQD products. Skills extend agent capabilities for querying Portal data, choosing the right SQD data surface, and building, deploying, and optimizing blockchain indexers and data pipelines.
Skills follow the Agent Skills format.
| Skill | Use Case |
|---|---|
| pipes-sdk | Build, configure, deploy, and troubleshoot durable blockchain indexers with the Pipes SDK (EVM, Solana, Tron, Bitcoin, Hyperliquid) |
| portal | Query blockchain data across 200+ datasets (EVM, Solana, Substrate, Bitcoin, Tron, Hyperliquid) and choose between Portal MCP, Portal Stream API/curl, or Pipes/Squid |
| migrate-to-portal | Migrate an existing Squid SDK indexer (EVM or Solana) off the v2 gateway onto Portal |
| squid-perf | Compare indexer sync-time performance across runs |
Install all skills:
npx skills add subsquid-labs/skills --allInstall individually:
npx skills add subsquid-labs/skills/pipes-sdk
npx skills add subsquid-labs/skills/portal
npx skills add subsquid-labs/skills/squid-sdk/migrate-to-portal
npx skills add subsquid-labs/skills/squid-sdk/squid-perfSkills activate automatically once installed — the agent picks the right one based on your task.
Create a new indexer for USDC transfers on Ethereum
My indexer crashed with "Cannot read properties of undefined (reading 'topic')"
Migrate my squid from @subsquid/evm-processor to Portal
Move my Solana squid off setGateway and onto Portal
Query all USDC transfers on Base between blocks 10M–11M
What's the correct Portal dataset name for Arbitrum?
Show me up to 200 BTC perp fills on Hyperliquid from the past hour
Track USDT transfers on Tron
Find all Bitcoin payments to this address in the last month
Give me a curl command that exports raw Base USDC transfers as NDJSON
This should become a recurring dashboard - should I use Portal MCP or build an indexer?
Track BTC/ETH/SOL perpetual futures fills on Hyperliquid
Why is my indexer syncing slowly?
- SQD: sqd.dev
- Pipes SDK: github.com/subsquid-labs/pipes-sdk
- Squid SDK: github.com/subsquid/squid-sdk
- Documentation: docs.sqd.dev
- Portal API catalog: portal.sqd.dev/datasets
- Agent Skills format: agentskills.io
See CONTRIBUTING.md for guidelines on adding or editing skills.
MIT