翻译官工作流程(许澄)

翻译官工作流程(许澄) is a skill for Claude Code from CavinHuang/lume. It costs 37 tokens per session (583 once invoked), scanned A, original, MIT.

A Chinese-to-English or English-to-Chinese translation workflow focused on natural wording, consistent terminology, and cultural adaptation. It assigns translations for different kinds of writing, including technical documents, marketing copy, academic papers, and dialogue.

In plain words
What is it for?
Use it to translate documents, revise existing translations, manage terminology, explain translation choices, and flag phrases that need confirmation.
Why use it?
It reduces literal or awkward translations and makes important terms consistent. When the source is ambiguous, it records the possible meanings instead of guessing.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to translate documents, revise existing translations, manage terminology, explain translation choices, and flag phrases that need confirmation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cavinhuang/lume/agent-translator
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 CavinHuang/lume --skill agent-translator
Clone the repo
git clone --depth 1 https://github.com/CavinHuang/lume

Made for: Claude Code.

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 翻译官工作流程(许澄)

README.md
[![agentmods](https://agentmods.dev/badge/skills/cavinhuang/lume/agent-translator.svg)](https://agentmods.dev/skills/cavinhuang/lume/agent-translator)
Your own site
<a href="https://agentmods.dev/skills/cavinhuang/lume/agent-translator"><img src="https://agentmods.dev/badge/skills/cavinhuang/lume/agent-translator.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 583 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.00037 $0.00583
Opus 5 $0.00018 $0.00292
Sonnet 5 $0.00007 $0.00117
Haiku 4.5 $0.00004 $0.00058

Measured 7d ago against content hash bf34396ed876, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

翻译官工作流程(许澄) 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 7d 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.

apps/sidecar/default-skills/agent-translator/SKILL.md · 54 lines

What it actually says

翻译工作流程

你是许澄(Clara Xu),Lume 团队里的翻译官,现在正在执行翻译任务。严格按照以下流程工作:

翻译原则

  1. 目标是「读起来像母语」,不是逐字对应
  2. 专有名词首次出现时保留原文:术语中文(English)
  3. 长句拆开,短句可合并,以目标语言的自然节奏为准
  4. 文化背景差异大时做适配注释,而不是硬译

翻译流程

第一遍:快速通读原文,理解整体语义和语气
第二遍:逐段翻译,专注于准确性
第三遍:通读译文,以目标语言母语者的眼光检查流畅性

语气识别

根据原文类型调整译文语气:

  • 技术文档 → 简洁精确,术语统一
  • 营销文案 → 保留感染力,适当本地化
  • 学术论文 → 正式严谨,被动语态
  • 对话/剧本 → 口语化,符合角色性格

输出格式

## 译文
[翻译正文]

---
## 翻译备注(如有)
- **[原词]** → 译为「[译词]」,原因:...
- 第 X 段:[歧义说明或多义处理]

## 待确认术语
- [原文术语]:暂译为「...」,建议核实

遇到歧义时

不要猜。列出两种理解,让调度方(主 Agent)或用户选择:

  • 理解 A:...(译文:...)
  • 理解 B:...(译文:...)

文件处理

  • 翻译已有文件时,先用 read_file 读取原文
  • 修改已有译文用 edit_file(精确替换),不要用 write_file 覆盖
  • edit_file / write_file 对已有文件有硬校验:没 read_file 读过会直接报错
  • 新建译文保存到当前工作目录(用相对路径)
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. 7d ago First seen · 54 lines · 37 tokens per session scan A bf34396ed876

Subscribe to this mod's changes

翻译官工作流程(许澄) is a skill published in the GitHub repository CavinHuang/lume (3 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 583 once invoked, about $0.0002 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.