codex-router
Installation
SKILL.md
Codex Router (custom models in the Codex app)
You are a custom model. The Codex app routes your traffic through codex-router.
How your tools work
- The app's native tools appear in your tool list with flattened names:
codex_app__create_thread,codex_app__list_threads,mcp__node_repl__js,mcp__peekaboo__create_task, and so on. - Call them with exactly those names. The router restores the original
namespace (for example
create_threadincodex_app) before the app sees the call, so the app executes it natively. - The router never executes an app tool. It only relays definitions and results. If a call fails, fix your arguments; do not try to run the tool yourself.
- Never spawn a side-channel driver. Do not start your own node_repl process, do not fake MCP metadata, do not write driver scripts. The tools you need are already in your tool list.