Installable Codex account-rotation + local proxy kit for OpenClaw.
What you get:
- the
OpenClaw Codex.commandlauncher - a local CLIProxyAPI-backed OpenAI-compatible proxy
- OpenClaw config wiring for
cliproxy-codex - Codex account import, add-account, and rotation rails
- install, verify, sync, uninstall, and safety-audit scripts
The local proxy layer is built around CLIProxyAPI.
This kit packages an OpenClaw-friendly rail around it:
- build/update the proxy locally
- keep a clean auth pool under
~/.openclaw/runtime/cliproxyapi - install a simple launcher/control surface
- switch OpenClaw to the local OpenAI-compatible proxy provider
- Install OpenClaw first.
- Clone this repo.
- Run:
./scripts/install.shBy default the installer will:
- copy the public kit into
~/.openclaw/tooling/openclaw-codex-kit - build CLIProxyAPI locally
- write a clean proxy config under
~/.openclaw/runtime/cliproxyapi - start the proxy service
- import existing
~/.codex/accountsinto the proxy pool when present - patch
openclaw.jsonto usecliproxy-codex - restart the OpenClaw gateway
- install the launcher
- run verification
If there are no saved Codex accounts yet, open ~/Desktop/OpenClaw Codex.command after install and add one through the menu.
packages/control-center/— launcher, proxy rail, rotation helperstemplates/— CLIProxyAPI config template + OpenClaw config fragmentscripts/— install / verify / sync / uninstall / audit / releasedocs/— short install and troubleshooting docs
Before publishing or tagging:
python3 ./scripts/audit-public-safety.py
./scripts/build-release-tarball.sh