Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

devopsDevOps 部署

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

199,008

周安装

8,292

GitHub Stars

4

下载量

66,336
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:devops(DevOps 部署)
来源仓库:https://github.com/ivangdavila/devops
安装命令:
openclaw skills install devops
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install devops

简介

用于基础设施自动化与 CI/CD 管道搭建。

  • 支持多云资源管理与部署可靠性保障。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 提供监控告警与故障恢复策略建议。devops 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 生产环境变更前必须评估回滚方案与影响范围。
  • 适用于运维团队提升系统弹性与交付速度。

SKILL.md

name
DevOps
description
Automate deployments, manage infrastructure, and build reliable CI/CD pipelines.
metadata
{"clawdbot":{"emoji":"🔧","os":["linux","darwin","win32"]}}

DevOps Rules

CI/CD Pipelines

  • Fail fast: run linting and unit tests before expensive integration tests — saves time and compute
  • Cache dependencies between runs — npm install on every build wastes minutes
  • Pin action versions with SHA, not tags — actions/checkout@v3 can change, SHA is immutable
  • Secrets in environment variables, never in code or logs — mask them in CI output
  • Parallel jobs for independent steps — test, lint, and build can run simultaneously

Deployment Strategies

  • Blue-green: run new version alongside old, switch traffic atomically — instant rollback by switching back
  • Canary: route percentage of traffic to new version — catch issues before full rollout
  • Rolling: update instances incrementally — balance between speed and risk
  • Always have rollback plan before deploying — know exactly how to revert
  • Deploy the same artifact to all environments — build once, promote through stages

Infrastructure as Code

  • Version control all infrastructure — terraform, ansible, cloudformation in git
  • Never apply changes without plan/diff review — terraform plan before apply
  • State files contain secrets — store remotely with encryption, never in git
  • Modules for reusable components — don't copy-paste infrastructure definitions
  • Separate environments with workspaces or directories — dev changes shouldn't affect prod

Containers

  • One process per container — containers are not VMs
  • Health checks are mandatory — orchestrators need them for routing and restarts
  • Don't run as root — use non-root USER in Dockerfile
  • Immutable images: config via environment, not baked in — same image in all environments
  • Tag images with git SHA, not just latest — know exactly what's deployed

Secrets Management

  • Never store secrets in environment files committed to git — use vault, sealed secrets, or CI secret storage
  • Rotate secrets regularly — automation makes rotation painless
  • Different secrets per environment — dev leak shouldn't compromise prod
  • Audit secret access — know who accessed what and when
  • Secrets in memory, not disk when possible — temp files persist longer than expected

Monitoring & Alerting

  • Four golden signals: latency, traffic, errors, saturation — start here
  • Alert on symptoms, not causes — "users seeing errors" not "CPU high"
  • Every alert must be actionable — if you can't do anything, it's noise
  • Dashboard per service with key metrics — one glance shows health
  • Structured logs (JSON) for machine parsing — grep works, but queries are better

Reliability

  • Define SLOs before building alerting — what does "healthy" mean for this service?
  • Error budgets: some failures are acceptable — 99.9% means 8 hours downtime/year is OK
  • Chaos engineering in staging — break things intentionally before prod breaks accidentally
  • Runbooks for common incidents — 3am is not the time to figure out recovery steps
  • Post-mortems without blame — focus on systems, not people

Common Mistakes

  • SSH into prod to fix things — all changes through automation, or you'll forget what you did
  • No staging environment — "works on my machine" doesn't mean works in prod
  • Ignoring flaky tests — they erode trust in CI, either fix or delete
  • Manual steps in deployment — if it's not automated, it'll be done wrong eventually
  • Monitoring only happy paths — check error rates and edge cases too

Networking

  • Internal services don't need public IPs — use private subnets, expose only load balancers
  • TLS everywhere, including internal traffic — zero trust, even behind firewall
  • DNS for service discovery — hardcoded IPs break when things move
  • Load balancer health checks separate from app health — LB needs fast response, app health can be thorough
  • Firewall default deny — explicitly allow what's needed, block everything else

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.97%
按下载量换算61,009

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills