Skip to main content
DevOps & CloudDocumentedScanned

komodo

Manage Komodo infrastructure - servers, Docker deployments, stacks, builds.

Share:

Installation

npx clawhub@latest install komodo

View the full skill documentation and source below.

Documentation

Komodo Skill

Manage servers, Docker containers, stacks, builds, and procedures via Komodo Core API.

Prerequisites

Set environment variables:

  • KOMODO_ADDRESS - Komodo Core URL (e.g., ) - KOMODO_API_KEY - API key (starts with K-) - KOMODO_API_SECRET - API secret (starts with S-) ## Quick Reference __CODE_BLOCK_0__ ## State Indicators - 🟒 Running/Ok - πŸ”΄ Stopped - βšͺ NotDeployed - 🟑 Unhealthy - πŸ”„ Restarting - πŸ”¨ Building - ⏳ Pending ## Direct API Calls For operations not covered by the CLI, use curl: __CODE_BLOCK_1__ ## API Reference Read endpoints: ListServers, ListDeployments, ListStacks, ListBuilds, ListProcedures, ListRepos, GetSystemStats, GetLog Execute endpoints: Deploy, StartDeployment, StopDeployment, RestartDeployment, DeployStack, StartStack, StopStack, RestartStack, RunBuild, RunProcedure`


Full API docs: