A robust AI skill designed to manage docker-compose services, enabling seamless container orchestration through simple commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install docker-compose-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install docker-compose-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Docker Compose Manager is a specialized utility for developers and DevOps professionals who require programmatic control over their containerized environments. By leveraging this skill within the ecosystem of Openclaw Skills, users can automate the lifecycle of multi-container applications, from initial builds to complex scaling operations. It abstracts the complexity of Docker CLI commands, allowing for a more intuitive and integrated management experience.
This skill is particularly valuable for maintaining consistency across development, testing, and staging environments. It integrates with the SkillPay system, providing a transparent, pay-per-call model that ensures you only pay for the resources you use while maintaining high-level control over your microservices architecture.
To get started with Docker Compose Manager, you must first configure your environment for Openclaw Skills. Ensure that Docker and Docker Compose are installed on your system.
Set your SkillPay API key as an environment variable:
export SKILLPAY_API_KEY="your_api_key_here"
Once configured, you can trigger the skill by asking your AI agent to perform container tasks like "docker compose up" or by sending a structured JSON payload to the manager.
The skill utilizes a structured input and output format to ensure precision in container management. Below is the primary metadata structure used during interactions:
| Parameter | Description |
|---|---|
| action | The specific docker-compose command (e.g., up, down, restart, logs, scale, build). |
| file | The path to the target docker-compose.yml configuration file. |
| detached | Boolean indicating if services should run in the background (default: true). |
| success | A boolean response indicating the result of the operation. |
| services | A list of services that were affected by the command execution. |
Loading
A sophisticated DeFi tool for comparing cross-protocol yields and automating rebalancing strategies to maximize crypto APY.

A specialized AI agent skill for automating Crypto.com exchange operations, including trading and balance management.

A high-performance scanning tool for identifying cross-exchange and triangular arbitrage opportunities in the cryptocurrency market.

A versatile content transformation tool that converts diverse media sources into AI-generated podcasts, mind maps, and presentations using NotebookLM.

A specialized tool for programmatic control and monitoring of Docker containers with integrated micro-payment support.

A specialized tool for building and tagging Docker images with support for multi-stage builds and efficient layer caching.








































