devopsRuns the delivery side of software: CI/CD pipelines, release and rollback strategy, environments, reliability and on-call. Use when designing or fixing a pipeline, when builds are slow, flaky, or green locally and red in CI; when planning a deploy — rolling, blue-green, canary, feature flags — or rolling a release back; when promoting an artifact to production, standing up preview environments, or chasing drift; when a schema change, backfill, or DNS cutover must ship without downtime; when pipeline secrets, OIDC, or deploy permissions need hardening; when alerts are noisy, an SLO or error budget is missing, or burn-rate paging is wrong; for on-call, severities, postmortems, runbooks, and DORA metrics; when infrastructure drifts from code, or backups were never restored. Not for Kubernetes manifests (`k8s`), image builds (`docker`), HCL mechanics (`terraform`), one CI product's workflow-file dialect (`github-actions`, `gitlab`, `ci-cd`), or a single app's ship checklist (`deploy`).
Install via ClawdBot CLI:
clawdbot install ivangdavila/devopsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Automate CI/CD pipelines for a high-traffic e-commerce site using blue-green deployments to ensure zero downtime during updates. Implement infrastructure as code with Terraform to manage cloud resources and enforce secrets management with a vault to secure payment processing data. Monitor with golden signals to maintain reliability during peak shopping seasons.
Deploy a microservices-based banking application using canary releases to gradually route traffic and catch issues before full rollout. Apply containers with health checks and non-root users for security, and use structured logging for compliance audits. Ensure all infrastructure changes are version-controlled and reviewed via Terraform plans.
Build reliable CI/CD pipelines for a healthcare SaaS platform, caching dependencies to speed up builds and pinning action versions with SHAs for consistency. Manage secrets per environment with rotation to protect patient data and implement monitoring with actionable alerts based on SLOs to meet regulatory requirements.
Automate deployments for online gaming servers using rolling updates to balance speed and risk during game patches. Use infrastructure as code with separate workspaces for dev and prod, and enforce TLS everywhere for secure internal traffic. Set up chaos engineering in staging to test resilience before prod releases.
Deploy and manage infrastructure for IoT devices with containers tagged with git SHAs for traceability. Implement networking with private subnets and default-deny firewalls to secure device communications, and use DNS for service discovery as devices scale. Monitor with dashboards per service to track performance and errors.
Offer DevOps automation as a service with tiered pricing based on usage, such as number of deployments or infrastructure nodes. Generate recurring revenue by providing managed CI/CD pipelines, monitoring, and secrets management, helping clients reduce operational costs and improve reliability.
Provide expert consulting to design and implement DevOps practices like infrastructure as code and deployment strategies for enterprises. Revenue comes from project-based fees or retainer models, focusing on industries like finance or healthcare with strict compliance needs.
Develop and sell training courses and certifications on DevOps skills, such as CI/CD best practices and container management. Generate revenue through course sales, workshops, and certification exams, targeting IT professionals looking to upskill in automation and reliability engineering.
💬 Integration Tip
Integrate this skill by setting up automated pipelines with version-controlled infrastructure and using secrets management tools to secure sensitive data across environments.
Scored Apr 19, 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.