ops-rotate-setup
GitHub指导操作员通过分阶段注册脚本进行Claude账户轮换,禁用直接认证。提供包含信任根锁定、短期签名审批及外部隔离的安全操作流程,确保身份验证合规。
Trigger Scenarios
Install
npx skills add Lifecycle-Innovations-Limited/claude-ops --skill ops-rotate-setup -g -y
SKILL.md
Frontmatter
{
"name": "ops-rotate-setup",
"effort": "low",
"maxTurns": 5,
"description": "Fail-closed legacy Claude setup alias that directs operators to separately approved staged enrollment.",
"allowed-tools": [
"Read"
],
"argument-hint": ""
}
Claude enrollment handoff
Direct Claude browser, OAuth, magic-link, setup, and unattended authentication
are disabled. Do not launch a browser, poll email, invoke rotate.mjs --setup,
invoke rotate-magic.mjs, modify auth inventory, or suggest an environment
bypass.
Tell the operator to use scripts/account-rotation/staged-enrollment.mjs with:
- An owner-only deployment config that pins every trust root and the canonical operation lock.
- A short-lived, separately signed
stageapproval for an externally captured CLIProxyAPI Claude auth candidate. - External containment of all writers.
- A distinct
activateapproval bound to the staged digest and attestingwritersQuiesced: true.
The attestation records operator confirmation; it does not stop services or contain writers itself. This skill does not sign approvals or perform either operation on the operator's behalf.
Version History
- 64bad13 Current 2026-08-12 09:01


