codex-zh-cn-agent AGENTS.md

codex-zh-cn-agent AGENTS.md is an instructions file for Codex, OpenCode from qibuliaoming/codex-zh-cn-agent. It costs 2,444 tokens per session, scanned A, original, MIT.

An agent guide for installing a Chinese-language interface for Codex Desktop on Windows. It defines the installation workflow and strict limits around system files, secrets, settings, and network access.

In plain words
What is it for?
Use it to fetch the latest repository, detect the desktop installation, run the localization scripts, restart the app, and verify the result.
Why use it?
It makes the installation process safer and repeatable by spelling out what may be changed and what must never be touched.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Codex.

Install

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.

agentmods
npx agentmods add instructions/qibuliaoming/codex-zh-cn-agent/agents-md
Clone the repo
git clone --depth 1 https://github.com/qibuliaoming/codex-zh-cn-agent

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for codex-zh-cn-agent AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/qibuliaoming/codex-zh-cn-agent/agents-md.svg)](https://agentmods.dev/instructions/qibuliaoming/codex-zh-cn-agent/agents-md)
Your own site
<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>
Per session 2,444 This file is loaded in full into every session.
When invoked 2,444 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 30d2d7468b35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

AGENTS.md · 149 lines

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\WindowsApps directly. The installer copies the app first.
  • Never read, write, print, or send auth.json, API keys, tokens, or config.toml secrets.
  • Never change model_provider, model, or any model/API settings in config.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.

Read the full file on GitHub · 149 lines

Changes

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.

  1. 5d ago First seen · 149 lines · 2,444 tokens per session scan A 30d2d7468b35

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories