subsquid-labs
@subsquid-labs Organization
Public Skills
pipes-abi
by subsquid-labs
Fetches, analyzes, and manages contract ABIs for blockchain indexing, including TypeScript type generation and schema hints.
pipes-deploy-clickhouse-cloud
by subsquid-labs
Deploys blockchain indexers to ClickHouse Cloud with full validation, monitoring, and data verification.
pipes-deploy-clickhouse-local
by subsquid-labs
Deploys blockchain indexers to local ClickHouse (Docker) with validation and MCP setup for testing and development.
pipes-deployment
by subsquid-labs
Comprehensive deployment documentation for Pipes indexers. Covers local Docker deployment, ClickHouse Cloud deployment, and Railway platform deployment with specialized agents, MCP integration, and best practices.
pipes-schema-design
by subsquid-labs
Designs optimal ClickHouse/PostgreSQL schemas for blockchain data with proper data types, indexes, and partitioning strategies.
pipes-new-indexer
by subsquid-labs
Create a new blockchain indexer project using Pipes CLI with interactive templates for EVM and Solana chains. Use when starting a new indexer from scratch.
pipes-template-dex-swaps
by subsquid-labs
Production-ready template for indexing decentralized exchange (DEX) swap events. Includes schema, transformers, and examples for Uniswap, SushiSwap, PancakeSwap, and other AMM protocols.
pipes-orchestrator
by subsquid-labs
Routes blockchain indexer requests to specialized agents and coordinates multi-agent workflows. Use when creating indexers, debugging, optimizing performance, or deploying to production.
pipes-template-lending-protocol
by subsquid-labs
Production-ready template for indexing lending protocol events. Includes schema, transformers, and examples for Aave V3, Compound V3, Morpho, and other lending markets.
pipes-performance
by subsquid-labs
Analyzes and optimizes blockchain indexer sync performance to reduce sync time while maintaining data completeness.
pipes-template-nft-transfers
by subsquid-labs
Production-ready template for indexing NFT transfers (ERC721). Includes schema, transformers, and examples for tracking mints, transfers, and burns across any NFT collection.
pipes-troubleshooting
by subsquid-labs
Diagnoses and fixes runtime errors in blockchain indexers. Handles compilation errors, database issues, Portal API failures, and data quality problems.
portal-query-evm-traces
by subsquid-labs
Query EVM traces for internal transactions and contract deployments. Track CREATE operations, internal calls, and delegatecall patterns.
portal-dataset-discovery
by subsquid-labs
Find and verify correct SQD Portal dataset names for blockchain queries. Learn Portal naming conventions and dataset verification methods.
portal-query-solana-instructions
by subsquid-labs
Query Solana program instructions using SQD Portal. Track program interactions, SPL tokens, and wallet activity with discriminator filters.
portal-query-evm-logs
by subsquid-labs
Construct SQD Portal Stream API queries for EVM event logs. Track token transfers, DeFi events, and on-chain activity using indexed topic filters.
portal-query-evm-transactions
by subsquid-labs
Query EVM transactions using SQD Portal. Track wallet activity, function calls, and contract interactions with transaction filters.