An enterprise Docker operations skill for optimizing images, scanning vulnerabilities, managing Swarm clusters, automating container maintenance, and integrating CI/CD workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install docker-essentials-tool-pro
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 docker-essentials-tool-pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Docker Essentials Tool Pro is an enterprise-focused Docker management skill for Openclaw Skills environments. It extends standard Docker and Compose workflows with deep image-layer analysis, image size optimization, container security quality checks, Docker Swarm orchestration, batch operations, resource monitoring, alerting, and CI/CD integration.
The Pro edition remains compatible with existing Docker commands, Compose files, and free-edition scripts, enabling a smooth upgrade path without rewriting established workflows. It is designed for structured, repeatable operations performed by individual developers, DevOps engineers, and enterprise operations teams, rather than creative or highly subjective tasks.
input string, with optional options, input_params, and callback_url values../reports/ directory when running the quick-start reporting workflow.SKILL.md, such as Claude Code, Cursor, Codex, or Gemini CLI.Install Docker Engine and Docker Compose using the official Docker distribution for your operating system, then verify the runtime:
docker --version
docker compose version
docker info
docker login registry.company.com
Store registry, scanner, and webhook secrets in environment variables rather than source files:
export ALERT_WEBHOOK_URL="https://alerts.example.com/docker"
export TRIVY_TOKEN="your-token"
export SNYK_TOKEN="your-token"
Create a project configuration with image optimization, security, Swarm, and monitoring settings:
version: "2.0"
edition: pro
optimization:
analyze_layers: true
suggest_multistage: true
max_image_size: 500MB
security:
scan_vulnerabilities: true
check_root_user: true
check_secrets: true
fail_on: [critical, high]
swarm:
enabled: true
manager_nodes: 3
worker_nodes: 5
monitoring:
enabled: true
interval: 30
thresholds:
cpu: 80
memory: 85
alert:
webhook: "${ALERT_WEBHOOK_URL}"
Ask the agent to analyze the current project image and generate recommendations:
Analyze the current project's Docker image in depth, run a security scan, and generate optimization recommendations.
Review generated reports under ./reports/ before applying production changes. Treat cleanup, stopping, pruning, deployment, and rollback commands as operational actions that require confirmation and appropriate access.
| Field | Type | Required | Purpose |
|---|---|---|---|
input |
string | Yes | Docker command, operational request, or analysis input processed by the skill. |
options |
object | No | Additional settings such as execution mode and output format preferences. |
input_params |
object | No | Parameters for create, query, export, or batch operations. |
callback_url |
string | No | URL used for asynchronous completion notifications. |
./reports/: Generated image analysis, security scan, and optimization recommendation reports.success: Boolean indicating whether the operation completed successfully.data.result: Human-readable or structured operation result.data.execution_time: Duration of the operation.data.metadata.version: Skill or processor version metadata.data.metadata.processor: Processor identifier, such as docker essentials pro.execution_log: Ordered processing events, including parameter parsing, core execution, and output formatting.error: Error details when execution fails; otherwise null.| Domain | Typical data |
|---|---|
| Image optimization | Image tags, layer history, layer sizes, total size, build recommendations, multistage suggestions |
| Security | Vulnerability severity, scanner findings, root-user checks, secret checks, pass/fail status |
| Swarm orchestration | Node IDs, manager and worker roles, availability, services, replicas, tasks, stacks, rollout state |
| Batch operations | Containers, images, volumes, networks, Compose project directories, restart or cleanup results |
| Monitoring | CPU and memory measurements, thresholds, intervals, alert status, webhook delivery logs |
| Execution | Status code, result payload, timestamps, logs, errors, and processor version |
docker history, docker images, and docker inspect.docker stack deploy.Loading
Docker Sandbox Tool Pro provides isolated, auditable, and policy-driven Docker environments for enterprise security testing and malware analysis.

Feishu Calendar Tool Pro gives AI agents enterprise-grade calendar automation for shared schedules, collaboration, synchronization, and intelligent meeting coordination.

Chat Order OCR turns pasted chat messages and OCR text into structured, grouped, and human-reviewable order lists.

RDD guides an AI coding agent from ambiguous requirements to human-approved specifications, acceptance tests, implementation, and verification.

A professional AI document reasoning skill that turns complex commercial and legal text into structured risk analysis, revisions, comparisons, and decision-ready reports.

Diagram Tools Pro uses natural-language AI Agent commands to create, render, export, version, and manage enterprise diagrams at scale.








































