6.8k★by mkrdiop
Docker Pro Diagnostic – OpenClaw Skill
Docker Pro Diagnostic is an OpenClaw Skills integration for coding workflows. Advanced log analysis for Docker containers using signal extraction.
Skill Snapshot
| name | Docker Pro Diagnostic |
| description | Advanced log analysis for Docker containers using signal extraction. OpenClaw Skills integration. |
| owner | mkrdiop |
| repository | mkrdiop/docker-diag |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @mkrdiop/docker-diag |
| last updated | Feb 7, 2026 |
Maintainer

name: Docker Pro Diagnostic description: Advanced log analysis for Docker containers using signal extraction. bins: ["python3", "docker"]
Docker Pro Diagnostic
When a user asks "Why is my container failing?" or "Analyze the logs for [container]", follow these steps:
- Run Extraction: Call
python3 {{skillDir}}/log_processor.py <container_name>. - Analyze: Feed the output (which contains errors and context) into your reasoning engine.
- Report: Summarize the root cause. If it looks like a code error, suggest a fix. If it looks like a resource error (OOM), suggest increasing Docker memory limits.
Example Command
python3 log_processor.py api_gateway_prod
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install Docker Pro Diagnostic?
Run openclaw add @mkrdiop/docker-diag in your terminal. This installs Docker Pro Diagnostic into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mkrdiop/docker-diag. Review commits and README documentation before installing.
