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
Google Play Developer API (Android Publisher) integration with managed OAuth. Manage apps, subscriptions, in-app purchases, and reviews. Use this skill when users want to interact with Google Play Console programmatically. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Monitora o estado, saúde, logs recentes e uso de CPU/memória dos containers N8N via comandos Docker.
Automate deployments, manage infrastructure, and build reliable CI/CD pipelines.
Parse, search, and analyze application logs across formats. Use when debugging from log files, setting up structured logging, analyzing error patterns, correlating events across services, parsing stack traces, or monitoring log output in real time.