원클릭으로
account-rotation
Switch coding-agent accounts on a usage/rate limit, routed by host and agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Switch coding-agent accounts on a usage/rate limit, routed by host and agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Temporary inboxes for agent signup QA — create disposable addresses, wait for verification email, extract OTP or magic links. Use when automating signup, login, or email verification without parsing HTML manually.
Spin up isolated sandboxes ("boxes") for coding agents, run them in parallel, queue background runs with -i, and push commits safely through the host relay. Use when the user wants to run Claude Code / Codex / OpenCode in a sandbox, start more boxes, attach to a running box, or otherwise operate the `agentbox` CLI on their laptop.
Use when building an HTTP val — a web endpoint, API route, webhook receiver, or any val that responds to HTTP requests. Covers the handler signature, Hono usage, the endpoint URL, CORS behavior, redirects, and Val Town-specific limitations.
Use when creating a new val and choosing which starter to fork. Covers the catalog of official starter templates, which project shape each one fits, and when forking an existing val is the better starting point.
Use Agent Mail from Codex for file leases, notifications, inboxes, and conflict prevention.
Run automation shape routing.
| name | account-rotation |
| description | Switch coding-agent accounts on a usage/rate limit, routed by host and agent. |
Codex-native entry point for the account-rotation operator skill.
The AgentOps source skill ../../skills/account-rotation/SKILL.md is the source
of truth for domain behavior, the host+agent routing table, capture discipline,
the live-session caveat, and swarm-lane spreading. Read it first, then use
prompt.md for the Codex runtime profile.
caam (file-layer auth swap) for Codex/Gemini and Linux/WSL lanes.--help or checked-in references before acting.In the trilateral, YOU (codex Navi) run on a different runtime, so a builder's rate
limit does not affect you — you rotate it: navi-rotate <peer-tmux-session> [--to <acct>] [--dry-run] (dotfiles/bin/navi-rotate) picks the builder's next account,
swaps it, then am+atm-signals the peer to relaunch. The swap lands on the peer's
NEXT launch (live token unaffected); continuity rides worktree+bead. The account-swap
tool is the builder-runtime's concern (routed in the source skill).