komodoManage Komodo infrastructure - servers, Docker deployments, stacks, builds, and procedures. Use when user asks about server status, container management, deployments, builds, or any Komodo-related infrastructure tasks.
Install via ClawdBot CLI:
clawdbot install weird-aftertaste/komodoManage servers, Docker containers, stacks, builds, and procedures via Komodo Core API.
Set environment variables:
KOMODO_ADDRESS - Komodo Core URL (e.g., https://komodo.example.com)KOMODO_API_KEY - API key (starts with K-)KOMODO_API_SECRET - API secret (starts with S-)# Set env (or source from credentials file)
export KOMODO_ADDRESS="https://komodo.weird.cyou"
export KOMODO_API_KEY="K-..."
export KOMODO_API_SECRET="S-..."
# List resources
python scripts/komodo.py servers
python scripts/komodo.py deployments
python scripts/komodo.py stacks
python scripts/komodo.py builds
python scripts/komodo.py procedures
python scripts/komodo.py repos
# Server operations
python scripts/komodo.py server <name>
python scripts/komodo.py server-stats <name>
# Deployment operations
python scripts/komodo.py deployment <name>
python scripts/komodo.py deploy <name>
python scripts/komodo.py start <name>
python scripts/komodo.py stop <name>
python scripts/komodo.py restart <name>
python scripts/komodo.py logs <name> [lines]
# Stack operations
python scripts/komodo.py stack <name>
python scripts/komodo.py deploy-stack <name>
python scripts/komodo.py start-stack <name>
python scripts/komodo.py stop-stack <name>
python scripts/komodo.py restart-stack <name>
python scripts/komodo.py create-stack <name> <server> <compose.yml> [env_file]
python scripts/komodo.py delete-stack <name>
python scripts/komodo.py stack-logs <name> [service]
# Build operations
python scripts/komodo.py build <name>
python scripts/komodo.py run-build <name>
# Procedure operations
python scripts/komodo.py procedure <name>
python scripts/komodo.py run-procedure <name>
For operations not covered by the CLI, use curl:
# Read operation
curl -X POST "$KOMODO_ADDRESS/read/ListServers" \
-H "Content-Type: application/json" \
-H "X-Api-Key: $KOMODO_API_KEY" \
-H "X-Api-Secret: $KOMODO_API_SECRET" \
-d '{}'
# Execute operation
curl -X POST "$KOMODO_ADDRESS/execute/Deploy" \
-H "Content-Type: application/json" \
-H "X-Api-Key: $KOMODO_API_KEY" \
-H "X-Api-Secret: $KOMODO_API_SECRET" \
-d '{"deployment": "my-deployment"}'
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: https://komo.do/docs
Generated Mar 1, 2026
A software development team uses Komodo to automate the deployment of web applications across staging and production servers. They manage Docker containers, monitor deployment status with state indicators, and roll back if issues arise, ensuring rapid and reliable releases.
An IT operations team leverages Komodo to monitor server health, container status, and system performance in real-time. They use server-stats and logs commands to detect anomalies, troubleshoot issues, and maintain high availability for critical services.
A DevOps engineer integrates Komodo into CI/CD pipelines to automate build processes and run procedures for testing. They trigger builds via run-build, check build status, and deploy successful builds to environments, streamlining development workflows.
A company running microservices architecture uses Komodo to manage Docker stacks, deploying and scaling multiple services together. They create, start, and monitor stacks with stack-logs, ensuring coordinated deployments and efficient resource utilization.
A cloud provider offers Komodo as a managed service for clients to deploy and manage their infrastructure. They charge based on server usage, deployment frequency, and support tiers, generating recurring revenue from enterprise customers.
A consulting firm uses Komodo to help clients automate their deployment and monitoring processes. They offer setup, training, and ongoing support packages, earning revenue through project-based contracts and retainer agreements.
A SaaS platform integrates Komodo to provide built-in deployment tools for developers. They monetize through premium features like advanced analytics and automated scaling, attracting users with streamlined infrastructure management.
💬 Integration Tip
Ensure environment variables (KOMODO_ADDRESS, KOMODO_API_KEY, KOMODO_API_SECRET) are securely stored and accessible for automated scripts. Use the direct API calls for custom operations not covered by the CLI.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.