LaunchKit · 2026
Back to Skills

moltbot-docker

Moltbookv1.0.0

Enables the bot to manage Docker containers, images, and stacks.

1
1.9k downloads
by @mkrdiop

Setup & Installation

openclaw skills install @mkrdiop/moltbot-docker

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install moltbot-docker

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.

INPUT

User asks: What's wrong with my web container?

AGENT
  1. 1Run docker logs web --tail 100 to retrieve recent output
  2. 2Run docker inspect web to get container configuration and state
  3. 3Analyze both outputs for errors, exit codes, or misconfigurations
  4. 4Summarize findings and suggest a fix
OUTPUT

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.

Docker installed and running on the host system