Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Manages Docker containers, images, and stacks through conversational commands. Runs docker CLI operations on your behalf and summarizes output. Requires confirmation before destructive actions like removing containers or pruning images.
Surfaces relevant docker output as plain-language summaries instead of raw terminal walls.
When to use it
- Checking which containers are currently running
- Viewing recent logs from a failing container
- Stopping and cleaning up unused containers and images
- Monitoring live resource usage across containers
- Diagnosing a broken container with logs and inspect output
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What's wrong with my web container?
- 1Run docker logs web --tail 100 to retrieve recent output
- 2Run docker inspect web to get container configuration and state
- 3Analyze both outputs for errors, exit codes, or misconfigurations
- 4Summarize findings and suggest a fix
Plain-language explanation of the container issue with recommended next steps
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.