ワンクリックで
ormi-cli
ormi-cli には ormi-labs から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Timeseries, aggregation, and manual snapshot patterns for analytics. Use when building dashboards, tracking daily volumes, computing hourly OHLC candles, or maintaining running totals. Covers daily volumes, hourly OHLC, and running totals.
Index events from one or more contracts using eventHandlers. Use when indexing ERC-20 transfers, DEX swaps, NFT mints, or any Solidity events. Covers Simple Contract (single data source) and Multi-Source (multiple contracts) use cases.
Factory/template pattern for indexing dynamically deployed contracts. Use when a factory contract creates new child contracts at runtime, such as DEX pair factories or registry patterns. Covers single factory + template and cascading multi-level instantiation.
Block handlers and call handlers for indexing non-event data. Use when data is not available via events, such as account balances, reserve sizes, or periodic snapshots. Covers block-level indexing and function call indexing.
Create and scaffold subgraphs for blockchain indexing. Use when user says "create a subgraph", "build a subgraph", "index a contract", "scaffold a subgraph", or "index events from a contract".
Deploy built subgraphs to ORMI infrastructure and verify deployment health. Use when user says "deploy my subgraph", "publish to ORMI", or "push to production".
Navigate ORMI projects, list subgraph deployments, and retrieve API access tokens. Use when user says "show my subgraphs", "list my projects", "get API key", "find my deployments", or "manage access".
Monitor sync status, debug indexing errors, and diagnose performance issues for deployed subgraphs. Use when user says "check subgraph health", "debug indexing", "why is my subgraph failing", "show me subgraph logs", or "check sync status".
Query and explore indexed subgraph data through GraphQL. Use when user says "query my subgraph", "run a GraphQL query", "get schema", "explore subgraph data", or "what data is indexed".
Review subgraph projects for correctness, performance, and best practices before deployment. Use when user says "review my subgraph", "audit my subgraph", "review subgraph code for issues", or "is my subgraph ready to deploy". Do NOT use for creating subgraphs (use subgraph-create) or deploying (use subgraph-deploy).