skills$openclaw/Docker Pro Diagnostic
mkrdiop6.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.

6.8k stars7.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameDocker Pro Diagnostic
descriptionAdvanced log analysis for Docker containers using signal extraction. OpenClaw Skills integration.
ownermkrdiop
repositorymkrdiop/docker-diag
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mkrdiop/docker-diag
last updatedFeb 7, 2026

Maintainer

mkrdiop

mkrdiop

Maintains Docker Pro Diagnostic in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
275 B
log_processor.py
1.7 KB
SKILL.md
712 B
SKILL.md

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:

  1. Run Extraction: Call python3 {{skillDir}}/log_processor.py <container_name>.
  2. Analyze: Feed the output (which contains errors and context) into your reasoning engine.
  3. 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

README.md

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.