Files
openclaw/skills/codex-account-switcher-skill

codex-account-switcher

Manage multiple OpenAI Codex accounts by swapping authentication tokens.

⚠️ Sensitive: This skill reads and writes ~/.codex/auth.json and ~/.codex/accounts/*.json (authentication tokens).

ClawHub

Published on ClawHub.

Usage

See SKILL.md for full documentation.

./codex-accounts.py list          # List saved accounts
./codex-accounts.py add           # Add a new account (interactive)
./codex-accounts.py use <name>    # Switch to an account
./codex-accounts.py auto          # Switch to account with best quota

Documentation

  • SKILL.md — agent-facing reference (commands, behavior, limitations)
  • SETUP.md — prerequisites, configuration, and setup instructions
  • ClawHub — install via ClawHub registry

License

MIT