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

deploy部署

Agent Skill

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

总安装

74,199

周安装

3,031

GitHub Stars

3

下载量

24,006
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install deploy

简介

用于应用程序可靠交付与零停机部署。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 整合 CI/CD 流水线、回滚策略与监控机制。
  • 支持容器化与多云环境部署协调。deploy 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 生产环境操作前必须验证影响范围与安全边界。
  • 适用于 DevOps 工程师提升发布频率与系统可用性。

SKILL.md

name
Deploy
description
Ship applications reliably with CI/CD, rollback strategies, and zero-downtime deployment patterns.
metadata
{"clawdbot":{"emoji":"🚀","os":["linux","darwin","win32"]}}

Deployment Rules

Pre-Deploy Checklist

  • Tests passing in CI — never deploy with failing tests
  • Environment variables set in target — missing secrets cause silent failures
  • Database migrations run before code deploy — new code expecting new schema fails
  • Rollback plan ready — know exactly how to revert before you need to

Deployment Strategies

  • Rolling: update instances one by one — safe, slower, no extra resources
  • Blue-green: full parallel environment, instant switch — fast rollback, 2x resources
  • Canary: route percentage to new version — catch issues early, complex routing
  • Choose based on risk tolerance and resources — no universal best

Zero-Downtime Deploys

  • Health checks must pass before traffic routes — unhealthy instances stay out
  • Graceful shutdown: finish in-flight requests before terminating
  • Database changes must be backwards compatible — old code still running during deploy
  • Session handling: sticky sessions or external session store — don't lose user state

CI/CD Pipeline

  • Build once, deploy everywhere — same artifact to staging and prod
  • Cache dependencies between builds — save minutes per deploy
  • Parallel steps where possible — tests, linting, security scans
  • Fail fast: quick checks first — don't wait for slow tests to catch typos
  • Pin action versions with SHA — tags can change unexpectedly

Environment Management

  • Staging mirrors prod — different configs cause "works in staging" bugs
  • Secrets in secret manager, not environment files — rotation without redeploy
  • Feature flags decouple deploy from release — ship dark, enable later
  • Config as code in version control — except secrets

Database Migrations

  • Migrations must be backwards compatible during deploy window
  • Add columns nullable first, then backfill, then add constraint
  • Never rename columns in one step — add new, migrate data, remove old
  • Test migrations on prod-size data — 10 rows is fast, 10 million isn't
  • Rollback script for every migration

Rollback

  • Automated rollback on health check failure
  • Keep previous version artifacts available — can't rollback what you deleted
  • Database rollbacks are hard — design migrations to not need them
  • Feature flags for instant rollback of functionality without deploy
  • Document rollback procedure — panic time is not learning time

Monitoring Post-Deploy

  • Watch error rates for 15 minutes after deploy — most issues surface quickly
  • Compare key metrics to pre-deploy baseline
  • Alerting on anomalies: latency spike, error rate increase
  • Log correlation: trace requests through systems
  • User-facing smoke tests after deploy

Platform-Specific

Containers

  • Image tagged with git SHA — know exactly what's running
  • Health check endpoint that verifies dependencies
  • Resource limits set — prevent runaway containers

Serverless

  • Cold start optimization — keep bundles small
  • Provisioned concurrency for latency-sensitive paths
  • Timeout set appropriately — default is often too short

Static Sites

  • CDN cache invalidation after deploy
  • Immutable assets with content hashes — cache forever
  • Preview deploys for PRs

Common Mistakes

  • Deploying Friday afternoon — issues surface when nobody's watching
  • No rollback plan — hoping nothing goes wrong isn't a strategy
  • Mixing code and migration deploys — one thing at a time
  • Manual deploy steps — if it's not automated, it's wrong sometimes
  • Deploying without monitoring — you won't know it's broken until users complain

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

74.61%
按下载量换算17,911

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills