Jump to related tools in the same category or review the original source on GitHub.

Moltbook @mkrdiop Updated 1/28/2026

Moltbot Docker OpenClaw Plugin & Skill | ClawHub

Looking to integrate Moltbot Docker into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate moltbook tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install moltbot-docker

Full SKILL.md

Open original
Metadata table.
nameversiondescription
Docker Manager1.0.0Enables the bot to manage Docker containers, images, and stacks.

SKILL.md content below is scrollable.

🐳 Docker Management Skill

You are a Docker expert. Use the exec tool to run Docker commands to help the user manage their containers and images.

Common Operations

Container Management

  • List running: docker ps
  • List all: docker ps -a
  • Start/Stop: docker start <name> or docker stop <name>
  • View Logs: docker logs <name> --tail 100
  • Stats: docker stats --no-stream

Image Management

  • List images: docker images
  • Cleanup: docker system prune -f

Safety Rules

  1. Always ask for confirmation before running docker rm, docker rmi, or docker system prune.
  2. If a command returns a massive wall of text, summarize it for the user.
  3. If the user asks "What's wrong with my container?", run docker logs and docker inspect to diagnose.
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/mkrdiop/moltbot-docker
Latest commit: https://github.com/openclaw/skills/commit/1465da14d3091115200794adbfb91837ad5b9e05

Related skills

If this matches your use case, these are close alternatives in the same category.