A protocol conversion bridge that allows the OpenAI Codex CLI to utilize high-performance domestic Chinese AI models.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codex-cn-bridge
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install codex-cn-bridge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Codex CN Bridge is a specialized technical utility designed to bridge the gap between the OpenAI Codex CLI and domestic Chinese AI providers. By acting as a transparent proxy, this skill converts OpenAI Responses API calls into Chat API calls compatible with leading models such as Alibaba Qwen, Moonshot Kimi, and Zhipu GLM. It allows developers to maintain their existing Codex workflows while benefiting from the localized performance and specific coding capabilities of domestic LLMs.
As a vital component of the Openclaw Skills ecosystem, the bridge handles all protocol translation, request routing, and response formatting. This ensures that the Codex CLI receives data in its expected format, regardless of the underlying model provider being used. It is an ideal solution for developers seeking low-latency AI assistance within regions where direct OpenAI access may be limited or where domestic coding models provide superior context for specific tasks.
To integrate this bridge into your workflow via Openclaw Skills, follow these installation and configuration steps:
openclaw skills install codex-cn-bridge
/codex-cn-bridge install
~/.codex/cn-bridge.env:# Add your specific provider keys
QWEN_API_KEY=sk-your-key-here
KIMI_API_KEY=sk-your-key-here
/codex-cn-bridge start
The Codex CN Bridge manages its operations through a specific file hierarchy located in the user's home directory. This structure is automatically handled when using Openclaw Skills to ensure consistency:
| Path | Purpose |
|---|---|
~/.codex/cn-bridge.env |
Contains sensitive API credentials for domestic providers. |
~/.codex/config.toml |
The main Codex configuration file used to route requests to the bridge. |
~/.codex/cn-bridge/proxy.py |
The Python-based logic for protocol translation and API bridging. |
~/.codex/cn-bridge/models.yaml |
A registry of supported domestic models and their endpoint configurations. |
~/.codex/cn-bridge/logs/ |
Local storage for session logs and debugging information. |
Loading
A professional Python-based command-line utility providing global weather forecasts, precipitation data, and temperature tracking with emoji-rich formatting.

A time-windowed autonomous task queue that separates active daytime work from overnight maintenance cycles for predictable agent behavior.

A sophisticated task queue system that filters autonomous agent work by type, ensuring tokens are spent on high-value activities while routine maintenance is handled by scripts.

A specialized skill for managing top-level to-do blocks in Notion pages without the overhead of databases.

A full-featured Signal messenger bridge for AI agents featuring encrypted text, voice transcription, and role-based security.

A comprehensive filesystem toolkit for AI agents that enables advanced file listing, pattern-based searching, and safe batch operations.
