
from claude-skill-registry199
Set up and configure Torii (Dojo indexer) to provide GraphQL queries, gRPC subscriptions, and SQL access for indexed world state.
This skill guides you through installing, configuring, and running Torii — the Dojo indexer — to index on-chain world events and expose a type-safe GraphQL API, gRPC subscriptions, and direct SQL access. It covers quick-start commands, production options, GraphQL schema patterns, pagination, real-time subscriptions, and client integration examples.
Use this when you need fast, queryable access to your deployed world state, want to enable real-time updates for clients via subscriptions, or need to run complex analytics against an indexed SQL dataset instead of direct RPC queries.
Best used by agents that can run shell commands and interact with GraphQL and RPC endpoints (e.g., Copilot/Code assistants, CLI-capable agents).
Dojo Torii indexer setup and configuration skill. No bundled scripts — purely instructional. Clean SKILL.md with clear triggers, well-organized sections covering GraphQL queries, gRPC subscriptions, SQL access, client integration, and troubleshooting. No security concerns; only minor note is the CORS wildcard default which is standard for development.
Well-written documentation skill for a niche blockchain indexing tool. No executable scripts to audit. Part of the dojoengine/book repo skill set.