DevOps & CloudDocumentedScanned
komodo
Manage Komodo infrastructure - servers, Docker deployments, stacks, builds.
Share:
Installation
npx clawhub@latest install komodoView 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 withK-) -KOMODO_API_SECRET- API secret (starts withS-) ## 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,GetLogExecute endpoints:Deploy,StartDeployment,StopDeployment,RestartDeployment,DeployStack,StartStack,StopStack,RestartStack,RunBuild,RunProcedure`
Full API docs: