docker-developmentDocker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security...
Install via ClawdBot CLI:
clawdbot install alirezarezvani/docker-developmentGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
rm -rf /Calls external URL not in known-safe list
https://github.com/alirezarezvani/claude-skills.gitAI Analysis
The skill references an external GitHub repository for its source code, which is consistent with its open-source MIT license and typical for skill distribution. The 'rm -rf /' pattern appears to be part of a technical example or checklist for Docker optimization (likely illustrating a dangerous command to avoid), not an instruction the skill would execute. No evidence of data exfiltration, credential harvesting, or hidden malicious behavior exists in the provided snippet.
Audited Apr 16, 2026 · audit v1.0
Generated May 9, 2026
A startup has a monolithic Python web app with a bloated Docker image (1.2GB). The skill analyzes the Dockerfile, applies multi-stage builds, uses slim base images, and optimizes layer caching. Result: image size reduced to 150MB, build time cut by 60%.
A fintech company needs to harden container security for a payment processing service. The skill audits the Dockerfile and runtime configuration, identifying root user and secrets in environment variables. It implements non-root user, BuildKit secrets, and read-only root filesystem.
An e-commerce platform with 10+ microservices needs a production-ready docker-compose setup. The skill generates compose file with healthchecks, resource limits, separate networks, and dev/prod profiles. Adds .env.example for configuration management.
A DevOps team containers a Go binary for CI/CD pipeline. The skill sets up a multi-stage build: stage 1 compiles with full Go image, stage 2 uses scratch base. Final image is 5MB with zero vulnerabilities.
A data science team's Docker image for ML model serving is 3GB. The skill identifies unnecessary packages, combines layers, and uses alpine base. Image size reduced to 600MB, startup time improved by 40%.
Offer Docker optimization as a service (SMBs): analyze and fix Dockerfiles for efficiency, security, and best practices. Charged per project or monthly retainer for ongoing audits and improvements.
Package the skill as an automated security audit tool for containers. Customers run it on their Dockerfiles and running containers, get risk reports and fixes. Can be sold as a subscription for CI integration.
Develop training courses and workshops based on the skill's workflow. Offer online courses, corporate training, or certification for Dockerfile optimization, compose orchestration, and security hardening.
💬 Integration Tip
Integrate the skill into CI pipelines (GitHub Actions, GitLab CI) to automatically analyze and optimize Dockerfiles on pull requests, providing immediate feedback to developers.
Scored May 9, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.