← 返回 Skills 市场
OpenAI Codex Multi OAuth
作者
WTHH031230
· GitHub ↗
· v1.2.1
· MIT-0
276
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openai-codex-multi-oauth - 安装完成后,直接呼叫该 Skill 的名称或使用
/openai-codex-multi-oauth触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。
如何安装 OpenAI Codex Multi OAuth?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openai-codex-multi-oauth」即可一键安装,无需额外配置。
OpenAI Codex Multi OAuth 是免费的吗?
是的,OpenAI Codex Multi OAuth 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenAI Codex Multi OAuth 支持哪些平台?
OpenAI Codex Multi OAuth 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenAI Codex Multi OAuth?
由 WTHH031230(@wthh031230)开发并维护,当前版本 v1.2.1。
推荐 Skills