Agent Skills
› Lifecycle-Innovations-Limited/claude-ops
› ops-rotate
ops-rotate
GitHubops-rotate 是 ops-accounts 的兼容别名,用于管理 Claude Max 账户的状态、轮换、列表查看及重新认证。建议统一使用 ops-accounts 处理多提供商账户,本技能仅保留历史细节和特定 CLI 调用路径。
Trigger Scenarios
需要轮换 Claude 账户
查询 Claude 账户状态
执行账户重新认证
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": "Alias of \/ops:accounts for Claude Max seats (status, rotate-now, list, reauth, optional CRS). Prefer \/ops:accounts for multi-provider. Full Claude procedure still in this file's historical detail via ops-accounts router.",
"allowed-tools": [
"Bash",
"Read",
"Write",
"Edit",
"AskUserQuestion"
],
"argument-hint": "[status|rotate-now|list|add-account|reauth|crs|crs-tick]"
}
OPS ► ROTATE (alias → /ops:accounts)
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> |
| crs / crs-tick | ops-accounts crs / ops-accounts crs-tick |
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
- 64bad13 Current 2026-08-12 09:01


