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 instructions/qibuliaoming/codex-zh-cn-agent/agents-mdgit clone --depth 1 https://github.com/qibuliaoming/codex-zh-cn-agentWrote 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/instructions/qibuliaoming/codex-zh-cn-agent/agents-md)<a href="https://agentmods.dev/instructions/qibuliaoming/codex-zh-cn-agent/agents-md"><img src="https://agentmods.dev/badge/instructions/qibuliaoming/codex-zh-cn-agent/agents-md.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.1 | $0.02444 | $0.02444 |
| Opus 5 | $0.01222 | $0.01222 |
| Sonnet 5 | $0.00489 | $0.00489 |
| Haiku 4.5 | $0.00244 | $0.00244 |
Grade A, and why
codex-zh-cn-agent AGENTS.md 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.
How it starts
The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Guide: Localize Codex Desktop to Chinese (zh-CN)
Mission
Install the Chinese UI localization for Codex Desktop on this Windows machine by running the scripts in this repository. The user asked for this in one sentence; do the whole job for them: fetch the latest repo, detect, install, restart, verify, and report.
The restart is a transitional supervised restart (a few seconds; no background process remains). The launcher (scripts/launch-zh-cn.ps1) writes %USERPROFILE%\.codex\zh-cn-agent\launch-result.json; the agent reads it after the window restarts.
Hard safety boundaries (never violate)
- Never modify files under
C:\Program Files\WindowsAppsdirectly. The installer copies the app first. - Never read, write, print, or send
auth.json, API keys, tokens, orconfig.tomlsecrets. - Never change
model_provider,model, or any model/API settings inconfig.toml. - Never make network calls to OpenAI. Installation works fully offline.
- The tool intentionally installs one logon task — the "入口自动切换助手" (entry auto-switch guard,
scripts/entry-guard.ps1) — so Codex opens in Chinese from any entry point. Install it as the installer does, never remove it during install, and never create any additional persistent watchers. It is removed automatically by restore/uninstall. - The installer stops and restarts Codex processes (including this session). That is expected; tell the user the window will restart in Chinese.
Prerequisites
- Windows 10/11, Codex Desktop installed from Microsoft Store. Detect it:
Get-AppxPackage | Where-Object { $_.Name -match 'Codex|OpenAI' } | Select-Object Name, Version, InstallLocation
- If not found: tell the user to install Codex from Microsoft Store first, then stop.
Step 0 - Get the repository (always use the latest)
Try the sources below in order and stop at the first one that works. While fetching, never change system network settings (proxy, hosts, DNS, firewall, routing) and do not install any network tool — previous sessions caused network loss this way. Use only the commands below.
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 · 149 lines · 2,444 tokens per session scan A 30d2d7468b35
codex-zh-cn-agent AGENTS.md is an instructions file published in the GitHub repository qibuliaoming/codex-zh-cn-agent (6 stars, last pushed 20d ago), licensed MIT. It adds 2,444 tokens to every session, about $0.0122 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-31.
Other instructions, from other repositories
xcstrings-crud CLAUDE.md
Claude Code instructions for Ryu0118/xcstrings-crud, covering xcstrings-crud, build & test, architecture, code style and key files.
bob-plugin-ollama-translator AGENTS.md
Instructions for CaicoLeung/bob-plugin-ollama-translator, covering repository guidelines, project overview, architecture & data flow, key directories and development commands.
DialectOS CLAUDE.md
Claude Code instructions for KyaniteLabs/DialectOS, covering kyanitelabs engineering rules, project-specific context, kyanitelabs engineering rules, organization principles and issue-driven development.
DialectOS AGENTS.md
AGENTS.md instructions for KyaniteLabs/DialectOS, covering agents.md — dialectos, public agent skill, project structure, build and testing.
KKTerm CLAUDE.md
Claude Code instructions for ryantsai/KKTerm: Constitution, Repository workflow, domain language, source-area boundaries, i18n rules, and engineering defaults live in AGENTS.md. Product terminology lives in CONTEXT.md. Read both before changing behavior or terminology.
kiwiki AGENTS.md
AGENTS.md instructions for natorus87/kiwiki, covering projekt-anweisungen, projekt-kontext, verbindliche lokalisierungsregel, regeln (automatisch geladen via .codex/rules/) and verfügbare sub-agenten.