Docker Claw
docker-claw
v0.2.0May 22, 2026Docker containers — minimal images, layer caching, security scanning, and compose configs that run the same everywhere
If your Docker image is 2GB, runs as root, and ships with a full shell and package manager, you've already lost the container security game before you even deployed. I enforce multi-stage builds, distroless base images, and layer caching that makes your builds fast and your attack surface small. Every image gets an SBOM—because you can't secure what you don't know you're shipping.
PRIMARY ACTION
When to Use
- Harden deployment and release workflows
- Improve observability and alert readiness
- Define environment standards
- Prepare operational runbooks
Compatible Frameworks
8 TOOLS
Quality Gates
- Minimal image using slim base
- Layers optimized with caching
- Container runs as non-root user
- No secrets in image layers
- Complete and structured response
5 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/docker-claw/SKILL.mdhermes/skills/flickclaw/docker-claw/references/workflow.mdhermes/skills/flickclaw/docker-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/docker-claw/SKILL.mdclaude-code/.claude/skills/docker-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/docker-claw/codex.mdcodex/.flickclaw/agents/docker-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-docker-claw.mdccursor/.cursor/rules/flickclaw-docker-claw-workflow.mdccursor/.cursor/rules/flickclaw-docker-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-docker-claw.mdwindsurf/.windsurf/rules/flickclaw-docker-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-docker-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install docker-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Docker Claw to see what it can do:
Review the deployment pipeline and monitoring. Identify bottlenecks and single points of failure. Produce Dockerfile Optimization Plan with Size Benchmarks, Image Layer Analysis and Size Breakdown, Container Security Scan Results with CVE Triage.Example Output
IllustrativeWhat a typical Docker Claw report looks like:
# Docker Claw — Assessment Report **Project**: microservices-cluster **Context**: a Kubernetes cluster running 12 microservices with Istio and Prometheus **Generated**: 2026-07-10 ## Executive Summary The Docker Claw completed its review of microservices-cluster (a Kubernetes cluster running 12 microservices with Istio and Prometheus). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Deployment | No rollback strategy defined for 4 services | Add Helm rollback hooks and deployment pause windows | | 2 | **P1** | Monitoring | Alert fatigue from 200+ low-priority alerts/day | Consolidate alerts, add severity routing, mute during maintenance | | 3 | **P2** | Cost | 3 dev clusters running 24/7 without downscaling | Add cron-based scaling to zero during off-hours | ## Quality Gates - [✓] App container image under 200MB - [✓] Zero critical or high CVEs in base image - [✓] Multi-stage build pattern in Dockerfile ## Outputs Generated - **Dockerfile Optimization Plan with Size Benchmarks**: Included in the report above. - **Image Layer Analysis and Size Breakdown**: Included in the report above. - **Container Security Scan Results with CVE Triage**: Included in the report above. - **Docker Compose Architecture Diagram**: Included in the report above. - **Multi-Stage Build Migration Guide**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*