/install codex-profile-orchestrator
Codex Profile Orchestrator
Use this skill to manage multiple Codex OAuth profiles without a fuzzy AI loop.
Core resources
scripts/codex_profile_orchestrator.pycontains the full orchestrator, reporting, and self-test flow.scripts/install_codex_profile_orchestrator.pywrites a Windows-friendly config and starter script into an OpenClaw workspace.references/state-model.mdexplains how identities, variants, duplicates, and invalid streaks are tracked.
Recommended workflow
- Install the config into the target workspace.
- Run a dry run first and inspect the JSON payload.
- Apply once.
- Start daemon mode only after the dry run looks correct.
Rules
- Treat internet or ChatGPT reachability failures as transport incidents, not as broken accounts.
- Quarantine only 401, 403, 400, missing-token, or clearly expired-token profiles.
- Keep weekly availability as a hard gate. Keep five-hour remaining as the primary tie-breaker for switching.
- Detect same email plus same user plus same account as a duplicate.
- Detect same email plus same user plus different account as a workspace variant and register it as
ws2,ws3, and so on. - Sync Telegram and other OpenClaw session overrides to the selected profile.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install codex-profile-orchestrator - After installation, invoke the skill by name or use
/codex-profile-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
What is Codex Profile Orchestrator?
deterministic openclaw codex profile failover for windows workspaces with duplicate detection, workspace variant aliases, quota-aware profile choice, telegra... It is an AI Agent Skill for Claude Code / OpenClaw, with 212 downloads so far.
How do I install Codex Profile Orchestrator?
Run "/install codex-profile-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Codex Profile Orchestrator free?
Yes, Codex Profile Orchestrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Codex Profile Orchestrator support?
Codex Profile Orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Codex Profile Orchestrator?
It is built and maintained by UgurInanc (@ugurinanc12); the current version is v2.1.1.