slot-deploy

Manage Slot deployments for Katana and Torii services via CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Kepler22bee/House-of-Stark --skill slot-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slot-deploy
Source: https://github.com/Kepler22bee/House-of-Stark/tree/main/contracts/.agents/skills/slot-deploy
Command: npx skills add https://github.com/Kepler22bee/House-of-Stark --skill slot-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides clear, actionable instructions to create, update, inspect, and delete Slot-hosted Katana (execution) and Torii (indexer) services, removing guesswork when managing development and CI deployments.

Core Features & Use Cases

  • Create Deployments: Step-by-step commands for provisioning Katana and Torii services, including required torii.toml configuration for indexers.
  • Update & Scale: Instructions for updating versions, applying configuration changes, and adjusting replica counts.
  • Inspect & Operate: Guidance to list deployments, view configurations and logs, and access predeployed Katana accounts.
  • Observability & Transfer: Enable Prometheus/Grafana observability and transfer services between teams for operational workflows.
  • Use Case: A developer or CI pipeline can provision a Torii indexer with a provided torii.toml, enable monitoring, and later update replicas and view logs for troubleshooting.

Quick Start

Use the slot-deploy skill to create a Torii deployment named "my-project" with a supplied torii.toml configuration and enable observability.

Frequently Asked Questions about slot-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Torii indexer with a torii.toml configuration file?

To deploy a Torii indexer, you use the Slot CLI to create a deployment and supply a valid torii.toml configuration file. This provisions the indexing environment and applies your specified settings.

Can I scale replicas and update versions for Katana deployments?

Yes, you can update Katana deployments by using the Slot CLI to adjust replica counts and pin specific versions. This modifies the execution environment without requiring a full redeployment.

How do I enable observability for Slot deployments using Prometheus and Grafana?

You can enable Prometheus and Grafana observability for Slot deployments by toggling the observability feature during creation or updates. This provides monitoring metrics for your Katana and Torii services.

What is the best way to inspect logs and configurations for running Katana and Torii services?

The best way to inspect Katana and Torii services is using Slot CLI commands to list deployments, view configurations, and access logs. This allows you to troubleshoot and access predeployed Katana accounts.

Do I need authentication tokens to manage Katana and Torii deployments via the Slot CLI?

Yes, Slot CLI authentication tokens are required to create, update, inspect, and delete Katana and Torii deployments. These tokens authorize provisioning and modifying execution and indexing environments.

Can I transfer Katana and Torii services between teams for operational workflows?

Yes, you can transfer Slot-hosted Katana and Torii services between teams using specific Slot CLI commands. This supports operational workflows by reassigning ownership of execution and indexing environments.