Codex Router is a local model-routing setup that connects Codex and several other coding agents to external providers such as Kimi, DeepSeek, Anthropic, xAI, and GitHub Copilot. It is for users who want to configure routed models and manage provider credentials locally across supported agent clients. Its catalogue entries provide skills and instructions for installing and operating the router.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/duolahypercho/codex-router/codex-computer-usenpx skills add duolahypercho/codex-router --skill codex-computer-usegit clone --depth 1 https://github.com/duolahypercho/codex-routerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/duolahypercho/codex-router/codex-computer-use)<a href="https://agentmods.dev/skills/duolahypercho/codex-router/codex-computer-use"><img src="https://agentmods.dev/badge/skills/duolahypercho/codex-router/codex-computer-use.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00110 | $0.00487 |
| Opus 5 | $0.00055 | $0.00244 |
| Sonnet 5 | $0.00022 | $0.00097 |
| Haiku 4.5 | $0.00011 | $0.00049 |
Grade A, and why
codex-computer-use scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Codex Computer Use
The runtime is @oai/sky, imported through mcp__node_repl__js (available
in this session).
First: read the official skill
The official skill is authoritative. Read it before any computer-use work:
~/.codex/plugins/cache/openai-bundled/computer-use/<version>/skills/computer-use/SKILL.md
Find the latest <version> directory.
Load the runtime (once per session)
Send this as ONE line through mcp__node_repl__js:
globalThis.sky = (await import("@oai/sky")).sky;
nodeRepl.write("sky: " + typeof sky);
Confirm the output says sky: object before continuing. The import
connects to the SkyComputerUseService, which is already running.
Rules
- Send code as ONE line, or use
@file:<path>with a trailing newline. The runtime fires on newline; input without a trailing newline silently does nothing. - Reuse the loaded
skyruntime on later turns. Do not reinitialize. - The first computer-use action may need approval in the app (Settings → Computer use). Common apps such as Safari and Chrome are usually pre-approved.
- Prefer purpose-built connectors, APIs, and CLIs over computer use when they exist. Computer use is for reading or operating app UI that nothing else can reach.
- Never start your own node_repl process and never write a side-channel driver. Use the tool you were given.
If the tool is missing
Stop and report that mcp__node_repl__js is not in the tool list. Do not
build workarounds.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 50 lines · 110 tokens per session scan A a4ad542b2970
codex-computer-use is a skill published in the GitHub repository duolahypercho/codex-router (3,019 stars, last pushed yesterday), licensed MIT. It adds 110 tokens to every session and 487 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
qa-testing
Verify your work by actually operating the app or website you changed, instead of assuming it works. Strongly recommended whenever you build, modify, or debug a web app, website, or desktop GUI app. Drive real browsers with the agent-browser CLI and native desktop apps with the cua-driver CLI. These are installed on…
china-translate
中英互译 + 本地化 - 技术翻译、UI本地化、文化适配、避免机翻腔.
bilibili-helper
B站内容助手 - 视频标题描述优化、标签策略、封面设计建议、分区选择、评论互动.
china-search
国内搜索引擎 - 百度、搜狗、Bing中国搜索,绕过GFW限制.
douyin-script
抖音/快手短视频脚本 - 前3秒hook、脚本结构、热门音乐建议、话题标签策略.
ppt-designer
PPT 演示助手 - 幻灯片设计、内容结构、视觉优化、动画建议、演讲稿.