chinese-dev

chinese-dev is a skill for Claude Code, Codex from huafenchi/openclaw-cn. It costs 0 tokens per session (185 once invoked), scanned A, original, MIT.

A development guide for working with Chinese-language requests. It sets conventions for Chinese comments, documentation, error explanations, and English names for Chinese concepts.

In plain words
What is it for?
Use it when communicating in Chinese or generating code comments, docstrings, README files, API documentation, change logs, names, or error explanations.
Why use it?
It keeps generated project material understandable to Chinese-speaking developers. It also gives consistent rules for translating errors and naming code elements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when communicating in Chinese or generating code comments, docstrings, README files, API documentation, change logs, names, or error explanations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huafenchi/openclaw-cn/chinese-dev
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.

Any agent
npx skills add huafenchi/openclaw-cn --skill chinese-dev
Clone the repo
git clone --depth 1 https://github.com/huafenchi/openclaw-cn

Made for: Claude Code, Codex.

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 chinese-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/huafenchi/openclaw-cn/chinese-dev.svg)](https://agentmods.dev/skills/huafenchi/openclaw-cn/chinese-dev)
Your own site
<a href="https://agentmods.dev/skills/huafenchi/openclaw-cn/chinese-dev"><img src="https://agentmods.dev/badge/skills/huafenchi/openclaw-cn/chinese-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 185 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00185
Opus 5 $0.00000 $0.00093
Sonnet 5 $0.00000 $0.00037
Haiku 4.5 $0.00000 $0.00018

Measured 8d ago against content hash 351cb0b8a2a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

chinese-dev 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 8d 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.

skills/chinese-dev/SKILL.md · 28 lines

What it actually says

Chinese Dev Assistant

当用户用中文交流时:

代码注释

  • 生成的代码注释用中文
  • 函数文档字符串用中文
  • 复杂逻辑加中文注释解释

文档生成

  • README 默认中文
  • API 文档中文
  • 变更日志中文

命名建议

  • 变量/函数名用英文,注释用中文
  • 中文特有概念给出英文命名建议(如「红包」→ redPacket

错误处理

  • 报错信息翻译成中文
  • 给出中文搜索关键词

代码风格

  • 遵循项目已有风格
  • 没有明确风格时,用社区主流规范
  • TypeScript 优先用 interface 而非 type
  • Python 加 type hints
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 28 lines · 0 tokens per session scan A 351cb0b8a2a9

Subscribe to this mod's changes

chinese-dev is a skill published in the GitHub repository huafenchi/openclaw-cn (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 185 tokens. 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 skills, from other repositories

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

harden

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.

fengshao1227/ccg-workflow · 62 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

video-translate

Translate and dub existing videos into multiple languages using HeyGen. Use when: (1) Translating a video into another language, (2) Dubbing video content with lip-sync, (3) Creating multi-language versions of existing videos, (4) Audio-only translation without lip-sync, (5) Working with HeyGen's /v2/videotranslate…

calesthio/OpenMontage · 77 tokens

inclusive-design

Use when working on inclusion, i18n/localization, global name/address forms, low-end devices, slow/metered networks, affordability, or first-time/low-confidence users; not WCAG/screen readers (see accessibility).

evanca/flutter-ai-rules · 50 tokens

API Fuzzing

API endpoint fuzzing for discovering unexpected behaviors, crashes, and security vulnerabilities through malformed requests, boundary values, and protocol violations.

PramodDutta/qaskills · 30 tokens