From sundial-org-awesome-openclaw-skills-4
Manages multiple OpenAI Codex accounts: capture login tokens via browser, list with quota and TTL, switch instantly, auto-select by available weekly quota.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Manage multiple OpenAI Codex identities (e.g. personal vs. work) by swapping the authentication token file.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Manage multiple OpenAI Codex identities (e.g. personal vs. work) by swapping the authentication token file.
Show saved accounts (active one is marked with ACTIVE on the right). Default output is compact.
--verbose includes refresh age + token TTL (debug)--json outputs the verbose info as JSON./codex-accounts.py list
To include emails/diagnostics:
./codex-accounts.py list --verbose
Interactive wizard to capture login(s).
codex logout && codex login) so you explicitly choose the identity to capture.oliver from oliver@โฆ)../codex-accounts.py add
Instantly swap the active login.
./codex-accounts.py use work
Check all accounts and switch to the one with most weekly quota available.
./codex-accounts.py auto
./codex-accounts.py auto --json
Output:
๐ Checking quota for 2 account(s)...
โ sylvia... weekly 27% used
โ oliver... weekly 100% used
โ
Switched to: sylvia
Weekly quota: 27% used (73% available)
All accounts:
sylvia: 27% weekly โ
oliver: 100% weekly
auth.json files in ~/.codex/accounts/<name>.json.id_token to find the email address.~/.codex/auth.json with the saved copy.Add the script to your path for easy access:
ln -s $(pwd)/codex-accounts.py ~/bin/codex-accounts