Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/xcodethink/open-claude-code-skills/06npx skills add xcodethink/open-claude-code-skills --skill 06git clone --depth 1 https://github.com/xcodethink/open-claude-code-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xcodethink/open-claude-code-skills/06)<a href="https://agentmods.dev/skills/xcodethink/open-claude-code-skills/06"><img src="https://agentmods.dev/badge/skills/xcodethink/open-claude-code-skills/06.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00215 | $0.01185 |
| Opus 5 | $0.00108 | $0.00593 |
| Sonnet 5 | $0.00043 | $0.00237 |
| Haiku 4.5 | $0.00021 | $0.00119 |
Grade A, and why
06-部署和运维 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
部署和运维
部署流程
选择对应平台的文档:
部署流程/cloud-run部署.md— Google Cloud Run 部署规范(主力平台)、DEPLOY.md 模板、回滚方法、OAuth 配置部署流程/vercel部署.md— Vercel 完整部署规范(环境变量、Serverless、域名、回滚)部署流程/cloudflare-workers部署.md— Cloudflare Workers/Pages/D1/KV 完整规范部署流程/docker部署.md— Docker 容器化部署部署流程/小程序发布.md— 微信小程序发布流程
通用规范
部署流程/环境变量管理.md— 环境变量命名、.env 文件体系、各平台配置方式、泄露应急部署流程/部署前检查清单.md— 部署前必过清单(代码、环境变量、数据库、回滚准备、Cloud Run 专项、OAuth 检查、AI 功能检查、监控检查)
运维检查
运维检查/部署后验证清单.md— 部署后验证(页面、API、数据、SEO)运维检查/更新部署流程.md— 常规更新/紧急修复/数据库迁移协调/回滚操作运维检查/安全检查清单.md— 安全审计(认证、HTTP 头、CORS、API 安全、密钥管理)运维检查/定时任务规范.md— Claude Code Scheduled Tasks 配置 + 传统 cron/systemd timer(频率选择、权限控制、Worktree 隔离、推荐任务模板、监控告警)
监控告警 / 可观测性 / 事件管理 / 埋点集成的详细规范,统一在
12-系统监控和告警/详细规范/下:
12-系统监控和告警/SKILL.md— 基础层(Lark 告警 / 健康检查 / 结构化日志 / 审计日志)+ Tier 2 商业级 incident-management12-系统监控和告警/详细规范/监控告警.md— 全链路 4 层监控架构、8 项必监控环节、告警通道模板12-系统监控和告警/详细规范/可观测性规范.md— Metrics / Logs / Traces 三支柱、SLO/SLI 定义12-系统监控和告警/详细规范/事件管理规范.md— 严重度 P0-P3、响应 SLA、复盘流程12-系统监控和告警/详细规范/系统埋点与告警集成标准.md— 埋点分类、告警代码模板
运维检查/发布记录规范.md— 每次部署必须留记录:CHANGELOG.md + docs/releases/ 两层文件结构、记录模板、scripts/record-release.sh生成脚本、接入 checklist
踩坑记录
部署中遇到的问题持续记录在这里,避免同一个坑踩两次。
运维检查/部署踩坑记录.md— 踩坑记录规范(何时记录、格式、维护规则)踩坑记录/vercel.md— Vercel 平台踩坑踩坑记录/cloudflare.md— Cloudflare 平台踩坑踩坑记录/prisma.md— Prisma / 数据库踩坑踩坑记录/general.md— 通用部署踩坑(DNS、SSL、环境变量、第三方服务)
与其他规范的关系
| 主题 | 本技能覆盖 | 其他技能覆盖 |
|---|---|---|
| 回滚决策流程 | 各平台回滚操作步骤 | 01-通用要求/回滚和应急规范.md(决策流程、事故复盘) |
| 部署配置记录 | 如何部署到各平台 | 01-通用要求/项目专属文档规范.md(docs/deployment/ 文件夹) |
| 版本管理 | 部署时的版本检查 | 01-通用要求/版本和变更管理.md(CHANGELOG、Git Tag) |
What ships with it
27 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 857 B
- SKILL.en.md 4.0 KB
- 踩坑记录/cloudflare.md 2.9 KB
- 踩坑记录/general.md 2.9 KB
- 踩坑记录/google-cloud-build.md 1.4 KB
- 踩坑记录/prisma.md 2.7 KB
- 踩坑记录/vercel.md 2.2 KB
- 踩坑记录/通用经验__物化值存在___读路径在用它__git_reset_并行分支会静默丢掉已提交_已部署的修复.md 1.7 KB
- 踩坑记录/通用经验_benchmark-before-build-check-local-first.md 633 B
- 踩坑记录/通用经验_D1_cost_blowup_from_full-table-scan_queries___verify_with_EX.md 1.8 KB
- 踩坑记录/通用经验_eval_框架用真权限_claude_-p_跑会真落盘_孤儿文件先查__eval_用例.md 2.4 KB
- 踩坑记录/通用经验_命中既有_skill_触发场景必须先加载该_skill_别凭通用知识自建_尤其_skill_16_开源发布_.md 1.4 KB
- 踩坑记录/通用经验_审_live_站前必锁定目标用户的真实渲染条件__locale_device_登录态_.md 1.4 KB
- 踩坑记录/通用经验_计量型数据库成本失控反复复发_实时全表聚合___全量重灌___函数废索引__功能能跑_按最佳实践跑_.md 2.7 KB
- 运维检查/发布记录规范.md 6.2 KB
- 运维检查/安全检查清单.md 5.1 KB
- 运维检查/定时任务规范.md 7.0 KB
- 运维检查/更新部署流程.md 4.5 KB
- 运维检查/部署后验证清单.md 1.8 KB
- 运维检查/部署踩坑记录.md 4.1 KB
- 部署流程/cloud-run部署.md 3.4 KB
- 部署流程/cloudflare-workers部署.md 7.6 KB
- 部署流程/docker部署.md 273 B
- 部署流程/vercel部署.md 6.6 KB
- 部署流程/小程序发布.md 262 B
- 部署流程/环境变量管理.md 4.7 KB
- 部署流程/部署前检查清单.md 4.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 55 lines · 215 tokens per session scan A 4e8cb118b35c
06-部署和运维 is a skill published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 29d ago), licensed MIT. It adds 215 tokens to every session and 1,185 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
factory-deployment
Deployment and infrastructure conventions across builds. Vercel + Neon for web (with PR branch DBs), Cloud Run for Python services (one service per entry-point variant), GitHub Actions matrix-deploy on merge, Terraform with environments/modules layout for AWS / compliance customers, RDS IAM authentication for AWS DBs…
data-pipeline
Professional Data Pipeline Expert skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.
auto-scaler
Professional Auto Scaler Expert skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.
aws-architect
Professional Aws Architect skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.
azure-developer
Professional Azure Developer skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.
backup-strategy
Professional Backup Strategy Expert skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.