Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQD Agent Skills

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.

Skills

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

Installation

Install all skills:

npx skills add subsquid-labs/skills --all

Install 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-perf

Skills activate automatically once installed — the agent picks the right one based on your task.

Example Prompts

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?

Resources

Contributing

See CONTRIBUTING.md for guidelines on adding or editing skills.

License

MIT

Releases

Packages

Contributors

Languages