Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @mkrdiop Updated 2/26/2026

Docker Diag OpenClaw Skill - ClawHub

Do you want your AI agent to automate Docker Diag workflows? This free skill from ClawHub helps with devops & cloud tasks without building custom tools from scratch.

What this skill does

Advanced log analysis for Docker containers using signal extraction.

Install

npx clawhub@latest install docker-diag

Full SKILL.md

Open original
namedescription
Docker Pro DiagnosticAdvanced log analysis for Docker containers using signal extraction.

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

Original URL: https://github.com/openclaw/skills/blob/main/skills/mkrdiop/docker-diag

Related skills

If this matches your use case, these are close alternatives in the same category.