What problem does it solve?
This Skill streamlines the lifecycle management of Slot deployments for Katana (execution layer) and Torii (indexer), removing manual CLI orchestration and configuration drift when provisioning, updating, or inspecting services.
Core Features & Use Cases
- Create Deployments: Provision Katana execution layers and Torii indexers, with Torii accepting a TOML configuration for RPC, world address, contracts, and event indexing.
- Update & Scale: Change versions, apply new TOML configs, adjust replica counts, and enable observability (Prometheus/Grafana) on existing deployments.
- Inspect & Operate: List deployments, view configuration, read logs, list predeployed Katana accounts, and transfer services between teams.
- Use Case: Integrate into CI/CD to programmatically create staging Katana environments and Torii indexers with observability enabled, then update replicas and collect logs during testing.
Quick Start
Create a Torii deployment for my project by providing a valid torii.toml file and authenticating the Slot CLI.