A comprehensive skill for managing the full lifecycle of Docker containers, images, and resource monitoring via terminal commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-skill-docker-manager
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 openclaw-skill-docker-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Docker Manager skill is a technical utility designed to bridge the gap between AI coding agents and local or remote container environments. As part of the Openclaw Skills ecosystem, this tool allows users to control container states, inspect logs, and monitor performance metrics using simple natural language or direct commands. It is built to streamline DevOps workflows by providing a high-level interface for the Docker CLI.
By integrating this skill, developers can automate routine infrastructure tasks such as cleaning up dangling images or restarting crashed services. It ensures that container orchestration is accessible and manageable within an AI-driven development environment, making it a vital component for those utilizing Openclaw Skills for backend and systems engineering.
To utilize this skill, you must have the Docker CLI installed and the Docker daemon running on your host machine.
# Verify Docker installation
docker --version
# Ensure the Docker daemon is active
docker ps
No further configuration is needed within the Openclaw Skills framework as it leverages your existing local Docker permissions.
The Docker Manager skill processes and organizes data based on standard container metadata. It presents information using the following structure:
| Data Type | Attributes | Purpose |
|---|---|---|
| Container Meta | ID, Name, Status, Ports | Tracking the state and connectivity of processes. |
| Resource Stats | CPU %, Mem Usage, Net I/O | Real-time performance telemetry for health checks. |
| Image Registry | Repository, Tag, Size | Managing local storage and versioning. |
| System Metrics | Images, Containers, Local Volumes | Global overview of Docker disk utilization. |
Loading
A comprehensive tool for managing, scheduling, and backing up cron jobs on macOS and Linux systems.

A comprehensive CLI utility for managing, scheduling, and monitoring local and cloud-based backups using rsync, Time Machine, and rclone.

A privacy-focused CLI utility for analyzing Apple Health exports and extracting granular health metrics locally.

A rapid security hardening skill to protect Linux servers running OpenClaw from unauthorized access and brute-force attacks.

A secure wrapper for the macOS security CLI that allows AI agents to manage Keychain credentials with safety guards and confirmation prompts.

A secure, offline CLI tool for parsing, validating, and categorizing personal finance CSV data without external API calls.








































