affaan-m/ECC/docs/zh-CN/skills/enterprise-agent-ops/SKILL.md
enterprise-agent-ops
Review enterprise-agent-ops's use cases, installation, workflow, and original source instructions.
- Source repository stars
- 234,327
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-27
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
使用此技能用于需要超越单次 CLI 会话操作控制的云托管或持续运行的智能体系统。
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/enterprise-agent-ops"Inspect the Agent Skill "enterprise-agent-ops" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/zh-CN/skills/enterprise-agent-ops/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
运维领域
1. 运行时生命周期(启动、暂停、停止、重启) 2. 可观测性(日志、指标、追踪) 3. 安全控制(作用域、权限、紧急停止开关) 4. 变更管理(发布、回滚、审计)
运行时生命周期(启动、暂停、停止、重启)可观测性(日志、指标、追踪)安全控制(作用域、权限、紧急停止开关) - 02
基线控制
不可变的部署工件 最小权限凭证 环境级别的密钥注入 硬性超时和重试预算 高风险操作的审计日志
不可变的部署工件最小权限凭证环境级别的密钥注入 - 03
需跟踪的指标
成功率 每项任务的平均重试次数 恢复时间 每项成功任务的成本 故障类别分布
成功率每项任务的平均重试次数恢复时间
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 49/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 234,327 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- affaan-m/ECC
- Skill path
- docs/zh-CN/skills/enterprise-agent-ops/SKILL.md
- Commit
- 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
企业级智能体运维
使用此技能用于需要超越单次 CLI 会话操作控制的云托管或持续运行的智能体系统。
运维领域
- 运行时生命周期(启动、暂停、停止、重启)
- 可观测性(日志、指标、追踪)
- 安全控制(作用域、权限、紧急停止开关)
- 变更管理(发布、回滚、审计)
基线控制
- 不可变的部署工件
- 最小权限凭证
- 环境级别的密钥注入
- 硬性超时和重试预算
- 高风险操作的审计日志
需跟踪的指标
- 成功率
- 每项任务的平均重试次数
- 恢复时间
- 每项成功任务的成本
- 故障类别分布
事故处理模式
当故障激增时:
- 冻结新发布
- 捕获代表性追踪数据
- 隔离故障路径
- 应用最小的安全变更进行修补
- 运行回归测试 + 安全检查
- 逐步恢复
部署集成
此技能可与以下工具配合使用:
- PM2 工作流
- systemd 服务
- 容器编排器
- CI/CD 门控
Alternatives