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 skills add duolahypercho/codex-router --skill codex-in-app-browsergit 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-in-app-browser)<a href="https://agentmods.dev/skills/duolahypercho/codex-router/codex-in-app-browser"><img src="https://agentmods.dev/badge/skills/duolahypercho/codex-router/codex-in-app-browser/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/duolahypercho/codex-router/codex-in-app-browser"><img src="https://agentmods.dev/badge/skills/duolahypercho/codex-router/codex-in-app-browser.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 14 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.1 | $0.00111 | $0.00508 |
| Opus 5 | $0.00056 | $0.00254 |
| Sonnet 5 | $0.00022 | $0.00102 |
| Haiku 4.5 | $0.00011 | $0.00051 |
Grade A, and why
codex-in-app-browser 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 9d 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 In-App Browser
The tool is mcp__node_repl__js. It is available in this session.
First: read the official skill
The official skill is authoritative. Read it before any browser work:
~/.codex/plugins/cache/openai-bundled/browser/<version>/skills/control-in-app-browser/SKILL.md
Find the latest <version> directory (for example 26.803.41515).
Bootstrap (once per session)
Send this as ONE line through mcp__node_repl__js:
if (globalThis.agent?.browsers == null) { const { setupBrowserRuntime } = await import("<plugin root>/scripts/browser-client.mjs"); globalThis.agent = await setupBrowserRuntime(); }
Replace <plugin root> with the browser plugin path. Then bind the
in-app browser and read its documentation:
globalThis.iab = await agent.browsers.get("iab");
nodeRepl.write(await iab.documentation());
Read the complete documentation output before interacting with the page.
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 existing
agentandiabbindings on later turns. Do not reinitialize. open_in_codexonly OPENS a tab. It cannot click, type, or read. Usemcp__node_repl__jsfor interaction.- 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.
- 9d ago First seen · 52 lines · 111 tokens per session scan A da3fca79addc
codex-in-app-browser is a skill published in the GitHub repository duolahypercho/codex-router (3,130 stars, last pushed yesterday), licensed MIT. It adds 111 tokens to every session and 508 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
A Chinese-English translation and localisation guide for technical text and product interfaces. Localisation means adapting wording and cultural references so they sound natural to users in the target language.
weibo-poster
A writing guide for Weibo, a Chinese microblogging platform similar to a short-post social network. It covers concise posts, longer posts, hashtags, @ mentions, image layouts, and posting-time suggestions.
bilibili-helper
A writing guide for Bilibili, a Chinese video-sharing platform. It helps prepare video titles, descriptions, tags, category choices, cover concepts, and pinned comments.
china-search
A Chinese-language web-search workflow for Baidu, Sogou, and Bing China, using command-line web requests to find Chinese websites and WeChat articles.
deepseek-helper
A guide for using the DeepSeek API, a service that lets programs send requests to DeepSeek language models. It covers model choice, example requests, prompt improvements, cost estimates, and common API errors.