An AI-powered utility that scans your project to automatically generate a complete, production-ready docker-compose.yml file.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install docker-compose-gen
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-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Compose Gen eliminates the manual drudgery of writing container orchestration files from scratch. By analyzing your project's configuration files, it detects necessary services like databases, caches, and queues, then wires them together with optimized networking and persistence settings.
This tool is a standout entry among Openclaw Skills, providing a seamless transition from local development to containerized environments. It ensures that even complex applications are containerized correctly the first time, including critical infrastructure components that developers often forget to configure manually.
To use this tool within the Openclaw Skills ecosystem, ensure you have Node.js 18+ installed and an OpenAI API key configured.
# Set your OpenAI API Key
export OPENAI_API_KEY=sk-...
# Run the generator directly using npx
npx ai-docker-compose
Compose Gen interacts with your project structure to produce standardized configuration files. The following table describes the primary data components:
| Component | Description |
|---|---|
| Input Analysis | Scans package.json, requirements.txt, and env files for service detection. |
| Output File | Generates a valid docker-compose.yml in the root directory. |
| Dev Overrides | Can generate docker-compose.override.yml for local environment variations. |
| Metadata | Incorporates health checks, depends_on logic, and named volume definitions. |
Loading
A powerful CLI tool that converts technical git diffs into plain English summaries for better collaboration and documentation.

A smart dependency auditor that identifies unused packages and security risks using AI to streamline your project's footprint.

A zero-config CLI utility that uses AI to generate complete ETL and data transformation scripts for seamless system migrations.

Automatically generate dark mode CSS and Tailwind variants for your UI components using AI.

An intelligent CLI tool that scans your project to generate production-ready, optimized Dockerfiles with zero configuration.

Automatically add JSDoc or TSDoc comments to your exported functions and classes using AI.








































