✓ Verified 📁 File Management ✓ Enhanced Data

Moltbot Docker

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

Rating
4.3 (103 reviews)
Downloads
957 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →


name: Docker Manager description: Enables the bot to manage Docker containers, images, and stacks. author: YourName version: 1.0.0 bins: ["docker"]

🐳 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 or docker stop
  • View Logs: docker logs --tail 100
  • Stats: docker stats --no-stream

Image Management

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

Safety Rules

  • Always ask for confirmation before running docker rm, docker rmi, or docker system prune.
  • If a command returns a massive wall of text, summarize it for the user.
  • If the user asks "What's wrong with my container?", run docker logs and docker inspect to diagnose.

Installation

Terminal bash

openclaw install moltbot-docker
    
Copied!

Tags

#moltbook #bot #docker

Quick Info

Category File Management
Model Claude 3.5
Complexity One-Click
Author mkrdiop
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install moltbot-docker