ops-rotate
GitHubOPS账户轮换兼容别名技能,将旧命令路由至ops-accounts,支持状态查询、账号切换、添加及重新认证等操作。
Trigger Scenarios
Install
npx skills add Lifecycle-Innovations-Limited/claude-ops --skill ops-rotate -g -y
SKILL.md
Frontmatter
{
"name": "ops-rotate",
"effort": "low",
"maxTurns": 25,
"description": "OPS on-demand: This skill should be used when the user asks to \"rotate Claude\", \"max seats\", or…",
"allowed-tools": [
"Bash",
"Read",
"Write",
"Edit",
"AskUserQuestion"
],
"argument-hint": "[status|rotate-now|list|add-account|reauth]"
}
OPS ► ROTATE (alias → /ops:accounts)
Load ops-rules before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If AskUserQuestion / Workflow are missing, follow Rule 10 in ops-rules (Hermes: numbered options / two-turn Telegram card; delegate_task).
This skill is a compat alias. Route all work through ops-accounts:
| Old verb | New |
|---|---|
| (none) / status | ops-accounts status (Claude section) |
| rotate-now | ops-accounts switch claude / ops-accounts rotate-now |
| list | ops-accounts list |
| add-account | ops-accounts setup claude |
| reauth | ops-accounts reauth claude <email> |
| pooled seats | CLIProxyAPI — see /ops:ops-fleet |
Load skills/ops-accounts/SKILL.md first, then for Claude-only depth use the
bin:
"${CLAUDE_PLUGIN_ROOT}/bin/ops-accounts" status
"${CLAUDE_PLUGIN_ROOT}/bin/ops-accounts" rotate-now
"${CLAUDE_PLUGIN_ROOT}/bin/ops-accounts" reauth claude <email>
Multi-provider status, Grok, Codex, Factory, Cursor: /ops:accounts only.
Vision: docs/ops/OPS-ACCOUNTS-VISION.md.
Version History
-
6f1e3e0
Current 2026-08-27 09:33
优化发现上下文加载性能,修复文件竞态条件导致的崩溃问题,改进缺失能力索引时的错误处理,并修正市场发布标识。
-
5751870
2026-08-19 11:49
移除CRS中继模块及相关脚本,将CLIProxyAPI设为唯一多账户路径;重命名内部配置与状态模块以去CRS化;会话路由改为直接使用OAuth凭证而非中继后端。
- 64bad13 2026-08-12 09:01


