← Back to Skills Marketplace
wthh031230

OpenAI Codex Multi OAuth

by WTHH031230 · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ Security Clean
276
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install openai-codex-multi-oauth
Description
Manage and debug multiple OpenAI Codex OAuth profiles inside OpenClaw, including native multi-profile auth stores and external-router setups where one active...
Usage Guidance
This package appears coherent for debugging Codex profile selection, but be aware of the privacy/safety implications before running the scripts: they read your local OpenClaw auth store (which contains bearer tokens and profile metadata) and, if you run codex_usage_report.py, will use those tokens to call https://chatgpt.com/backend-api/wham/usage to fetch live usage. Recommendations: 1) Inspect the two Python scripts yourself (they are short and readable) before running. 2) Run summarize_codex_profiles.py first — it only reads local files and does not make network calls. 3) Back up ~/.openclaw/auth-profiles.json and any repo files before editing. 4) Only run codex_usage_report.py when you trust the endpoint (it is hard-coded to chatgpt.com) and you intend the script to use stored tokens to query usage. 5) If you want to avoid network usage, run the summarizer and manual inspection instead. 6) If you are unsure of provenance, run in an isolated environment or inspect file checksums / upstream source before trusting.
Capability Analysis
Type: OpenClaw Skill Name: openai-codex-multi-oauth Version: 1.2.1 The skill bundle 'openai-codex-multi-oauth' is designed for managing and debugging multiple OpenAI Codex OAuth profiles within the OpenClaw environment. It includes diagnostic scripts such as scripts/codex_usage_report.py and scripts/summarize_codex_profiles.py, which read local configuration files (e.g., auth-profiles.json) and session data to provide visibility into profile selection and usage. While the scripts handle sensitive OAuth tokens, they only communicate with the legitimate OpenAI backend (chatgpt.com) and do not exhibit signs of data exfiltration, malicious execution, or harmful prompt injection. The instructions in SKILL.md are consistent with the stated administrative and debugging purposes.
Capability Assessment
Purpose & Capability
The name/description (manage and debug multiple OpenClaw Codex OAuth profiles) matches what the package contains: SKILL.md describes inspection/repair workflows and two Python scripts that summarize profiles and fetch per-profile usage. Required resources (local OpenClaw state files) are exactly those expected for this purpose; no unrelated cloud credentials, binaries, or installers are requested.
Instruction Scope
SKILL.md instructs operators/agents to run the provided scripts and to inspect specific OpenClaw runtime files (auth-profiles.json, sessions.json, optional repo and helper/router paths). That scope is appropriate for debugging profile selection, session overrides, and usage mismatches. Important: one script (codex_usage_report.py) performs outbound HTTP requests to https://chatgpt.com/backend-api/wham/usage using bearer tokens read from local profile records — this is necessary to verify live usage but is also a sensitive action (it sends stored tokens to a remote provider endpoint).
Install Mechanism
There is no install spec; this is instruction+script-only. No downloads or archive extraction occur, and no packages are installed automatically, which minimizes installation risk.
Credentials
The skill requests no environment variables and no special OS privileges, but both scripts read local OpenClaw state under ~/.openclaw (auth-profiles.json, sessions, optional repo/helper/router files) and decode stored tokens. This is expected for a profile-debugging tool but involves access to sensitive credentials. The access is scoped to profiles whose ids start with 'openai-codex:' (scripts filter by that prefix), which bounds the read-targets to the intended provider.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide presence. It does not modify other skills or global agent configuration in the provided code/instructions. Running it is an explicit, on-demand action.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openai-codex-multi-oauth
  3. After installation, invoke the skill by name or use /openai-codex-multi-oauth
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
Make the skill more human-facing: clarify common commands and surfaces such as /status, optional /codex_profile, optional /codex_usage, auto-switch behavior, and operator usage flows.
v1.2.0
Add direct per-profile Codex usage diagnostics, same-workspace usage debugging guidance, and safer guidance for /codex_usage-style command implementations.
v1.1.0
Generalize the skill for portable native and external-router multi-OAuth setups; add configurable summary script path overrides; remove machine-specific assumptions.
v1.0.0
Initial public release: multi-account Codex OAuth debugging, failover semantics, token recovery, and status/usage diagnosis.
Metadata
Slug openai-codex-multi-oauth
Version 1.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is OpenAI Codex Multi OAuth?

Manage and debug multiple OpenAI Codex OAuth profiles inside OpenClaw, including native multi-profile auth stores and external-router setups where one active... It is an AI Agent Skill for Claude Code / OpenClaw, with 276 downloads so far.

How do I install OpenAI Codex Multi OAuth?

Run "/install openai-codex-multi-oauth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenAI Codex Multi OAuth free?

Yes, OpenAI Codex Multi OAuth is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenAI Codex Multi OAuth support?

OpenAI Codex Multi OAuth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenAI Codex Multi OAuth?

It is built and maintained by WTHH031230 (@wthh031230); the current version is v1.2.1.

💬 Comments