Skip to main content
Extend your AI coding agent with pre-built skills for SQD products. Skills follow the Agent Skills format and work with any compatible AI coding agent.
Agent Skills are experimental. The format and available skills may change.

Install all skills

npx skills add subsquid-labs/agent-skills --all
Or install skills for a specific product:
npx skills add subsquid-labs/agent-skills/pipes-sdk --all

Pipes SDK skills

2 skills for building blockchain indexers with the Pipes SDK — a lightweight TypeScript framework for EVM, Solana, and Hyperliquid chains.
SkillUse case
pipes-new-indexerCreate and deploy blockchain indexer projects using the Pipes CLI with templates for EVM, Solana, and Hyperliquid chains; includes ABI fetching, schema design, protocol research, and deployment to local Docker or ClickHouse Cloud
pipes-troubleshootingDiagnose and fix runtime errors, optimize sync performance, and validate data quality
Example prompts:
  • “Create a new indexer for USDC transfers on Ethereum”
  • “My indexer is syncing slowly, help me optimize it”
  • “Deploy my indexer to ClickHouse Cloud”
  • “Create an indexer for Uniswap V3 swaps — help me fetch the ABI and design the schema”
  • “Track BTC/ETH/SOL perpetual futures trades on Hyperliquid”

Portal skills

1 skill for querying blockchain data across 225+ chains via SQD Portal without infrastructure.
SkillUse case
portal-queryQuery blockchain data across all supported chains — EVM logs/transactions/traces, Solana instructions, Bitcoin transactions/inputs/outputs, and Hyperliquid fills — with dataset discovery and verification
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”
  • “What’s the correct Portal dataset name for Arbitrum?”

Squid SDK skills

Skills for Squid SDK are currently in development. Check back soon.
npx skills add subsquid-labs/agent-skills/squid-sdk --all