ops-accounts

ops-accounts is a skill for Claude Code from Lifecycle-Innovations-Limited/claude-ops. It costs 25 tokens per session (1,370 once invoked), scanned A, original, MIT.

A skill for managing login sessions, tokens, usage limits, and active seats across several AI providers, including Claude, Grok, and OpenAI/Codex.

In plain words
What is it for?
Use it to list account status, set up or switch accounts, rotate seats, refresh tokens, reauthenticate, and check quotas.
Why use it?
It removes the need to handle provider accounts and expired logins manually when switching between available seats.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ops plugin — 66 skills, 21 agents, 5 hooks, 1 MCP server shipped together

Good fit Use it to list account status, set up or switch accounts, rotate seats, refresh tokens, reauthenticate, and check quotas.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops
Claude Code
/plugin install ops

Made for: Claude Code.

Or install ops, the plugin that ships this one along with the rest of its 66 skills, 21 agents, 5 hooks, 1 MCP server.

Wrote 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.

agentmods badge for ops-accounts

README.md
[![agentmods](https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-accounts/github.svg)](https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-accounts)
Your own site
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-accounts"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-accounts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ops-accounts

Your own site · 80×15
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-accounts"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-accounts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.01370
Opus 5 $0.00013 $0.00685
Sonnet 5 $0.00005 $0.00274
Haiku 4.5 $0.00003 $0.00137

Measured 12d ago against content hash 45f1b493ddc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ops-accounts scanned grade A with 1 finding 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

4. Proxy RR status: `curl -sS http://127.0.0.1:31845/accounts` (no tokens).
claude-ops/skills/ops-accounts/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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).

Canonical multi-provider seat manager. Same layers Anthropic has for Claude — for every provider:

Layer Verbs
Status / list status, list
Setup / OAuth capture setup
Switch active seat switch, rotate-now (Claude)
Refresh tokens refresh
Unattended reauth reauth
Utilization / quota util
Pooled seats across accounts CLIProxyAPI (see /ops:ops-fleet)

Aliases (compat): /ops:rotate → this skill (Claude-focused shortcuts).
/ops:rotate-setupsetup (wizard). /ops:account → same as this skill.

Providers

Provider Engine Reauth Util
Claude scripts/account-rotation/rotate.mjs + staged enrollment signed stage/activate only 5h/7d
Grok slots + grok-cli-auth-proxy device-code + Google (dcli); residential egress cascade weekly / 429
OpenAI / Codex codex-rotate when present OAuth bridge usage best-effort
Factory adapter TBD / quota-feed seeds native quota-feed patterns
Cursor adapter TBD browser/device OAuth plan limits if available

CLIProxyAPI is the only supported multi-account path. It holds one OAuth seat file per account and answers locally; rotate.mjs writes those seat files as part of a rotation. The earlier relay backend (claude-relay-service) has been removed — it required a static bearer token in settings.json for every session. For Grok, multi-seat round-robin lives on grok-cli-auth-proxy.

Router (bin/ops-accounts)

Always prefer:

PLUGIN_ROOT="${CLAUDE_PLUGIN_ROOT:-$(ls -d "$HOME/.claude/plugins/cache/ops-marketplace/ops"/*/ 2>/dev/null | sort -V | tail -1)}"
"$PLUGIN_ROOT/bin/ops-accounts" <cmd> …

Read the full file on GitHub · 111 lines

Changes

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.

  1. 12d ago First seen · 111 lines · 25 tokens per session scan A 45f1b493ddc9

Subscribe to this mod's changes

ops-accounts is a skill published in the GitHub repository Lifecycle-Innovations-Limited/claude-ops (189 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 1,370 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.