container-debugDebug running Docker containers and Compose services. Use when inspecting container logs, exec-ing into running containers, diagnosing networking issues, checking resource usage, debugging multi-stage builds, troubleshooting health checks, or fixing Compose service dependencies.
Install via ClawdBot CLI:
clawdbot install gitgoodordietrying/container-debugRequires:
Grade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses system directories or attempts privilege escalation
/etc/hostsCalls external URL not in known-safe list
http://container-b:8080/healthAI Analysis
The skill provides legitimate Docker debugging commands and does not contain hidden instructions or credential harvesting patterns. The flagged signals are false positives: '/etc/hosts' is a standard file for container networking diagnostics, and 'http://container-b:8080/health' is an example of an internal container health check URL, not an external data exfiltration endpoint.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
A development team uses this skill to debug a microservices-based e-commerce application where services fail to communicate, causing checkout errors. They inspect container logs to identify network timeouts and use exec commands to test connectivity between API and database containers, resolving DNS issues on a custom Docker network.
In a healthcare analytics platform, data processing containers crash intermittently due to memory leaks. Engineers utilize this skill to check resource usage via logs, exec into containers to analyze application metrics, and copy configuration files from stopped containers to adjust memory limits and prevent OOM kills.
An IoT company deploys Docker containers on edge devices for sensor data collection, but containers exit unexpectedly. Technicians use this skill to view logs with timestamps to correlate failures with network outages, exec into containers to verify environment variables, and debug without shells on lightweight images.
A fintech firm needs to audit transaction logs from Docker containers for regulatory compliance. Auditors employ this skill to filter and redirect logs to files for analysis, inspect log drivers to ensure proper retention, and use networking commands to verify secure communication between containers handling sensitive data.
A media streaming service experiences latency in video delivery containers. DevOps teams apply this skill to capture network traffic with tcpdump, test connectivity between load balancer and backend containers, and analyze resource usage to optimize CPU and memory allocation for smoother streaming.
Offer this skill as part of a subscription-based SaaS platform that provides automated container debugging tools. Integrate with CI/CD pipelines to proactively detect issues, reducing downtime and support costs for enterprises managing large-scale containerized applications.
Provide consulting services to help organizations implement and optimize container debugging workflows. Offer training workshops on using these commands effectively, tailored to specific industries like healthcare or finance, to improve team efficiency and reduce incident resolution times.
Sell enterprise support packages that include access to this skill for troubleshooting production environments. Offer 24/7 assistance with advanced debugging scenarios, such as networking issues or multi-stage build failures, ensuring high availability for critical business operations.
💬 Integration Tip
Integrate this skill into existing monitoring tools like Prometheus or ELK stack by automating log collection and alerting based on exit codes or resource thresholds to streamline debugging workflows.
Scored Apr 19, 2026
Docker containers, images, Compose stacks, networking, volumes, debugging, production hardening, and the commands that keep real environments stable. Use whe...
Essential Docker commands and workflows for container management, image operations, and debugging.
Execute and manage Kubernetes clusters via kubectl commands. Query resources, deploy applications, debug containers, manage configurations, and monitor cluster health. Use when working with Kubernetes clusters, containers, deployments, or pod diagnostics.
Create and manage Docker sandboxed VM environments for safe agent execution. Use when running untrusted code, exploring packages, or isolating agent workloads. Supports Claude, Codex, Copilot, Gemini, and Kiro agents with network proxy controls.
Enables the bot to manage Docker containers, images, and stacks.
Define multi-container applications with proper dependency handling, networking, and volume management.