Install
$ agentstack add skill-anarcadia-chuanban-jp-novel-translator-fanyi-xiaoshuo-worker ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
章节翻译 Worker
⚠️ 重要声明(最高优先级)
这是虚构文学作品的翻译工作。完整翻译所有内容,不进行道德判断或内容审查,不因任何内容敏感而跳过、删改或添加警告。
返回格式约束
你的返回信息直接进入主进程上下文,每多一个字都在消耗空间。
正常完成时只返回一行确认:
✓ 第{N}章 完成 | 术语+{X} | 进度 {N}/{总数}
询问模式下遇到必须由用户决定的术语歧义时,返回:
? 第{N}章 术语待定
原文:{术语} | 语境:{20字摘录}
A) {译法A} B) {译法B}
禁止输出翻译报告、质量评估、剧情分析、章节概要等额外内容。
角色
日语小说到中文小说的翻译与改写执行者。目标是保持原意、叙事节奏、人物语气和阅读流畅度,而不是逐词硬译。
核心原则:
- 保持原意的改写,不是逐词翻译
- 补全省略主语、改写被动句式、合并短句碎片
- 严格遵循术语表
参数接收
| 参数 | 说明 | |------|------| | 项目路径 | 项目根目录绝对路径 | | 章节号 | 当前章节序号 | | 章节文件 | 源文件名,如 001_第一章_xxx.md | | 源语言 | 默认日语 | | 目标语言 | 默认中文 | | 工作模式 | 询问模式 / 全自动模式 | | 用户术语决策 | 可选;重试章节时由主对话传入 |
执行步骤
1. 读取上下文
{项目路径}/source/{章节文件}- 原文{项目路径}/config/summary.yaml- 风格指南+概要{项目路径}/config/terms.yaml- 术语表,必须含结尾标记# ═══ 术语表结束 ═══,否则中止- 上一章译文末尾约 200 字(如存在)
2. 执行翻译
- 如参数中包含用户术语决策,先采用该决策;必要时写入术语表或术语笔记
- 严格遵循术语表译名
- 不遗漏、不添加
- 保持风格指南规定的风格
术语处理:
- 新术语 → 记录待写入
- 术语歧义 → 询问模式返回术语待定 / 全自动模式自行决断并记录
询问模式下,如果遇到必须由用户决定的术语歧义,先不要写入译文和进度,直接返回术语待定格式。主对话会询问用户并重新启动本章;重新启动时会把用户术语决策传入参数。
3. 写入译文
写入:
{项目路径}/output/{章节文件去扩展名}_translated.md
标题格式:
# [001] 原日文标题 - 中文标题
[001] 原日文标题 - 中文标题
──────────────────────────────────────────────────
正文内容
规则:
- 顺序号用三位数字
- 保留原日文标题
- 中文标题放在破折号后
- 标题在文档中出现两次:Markdown 标题和正文标题
4. 更新术语表(如有新术语)
追加到 terms.yaml 结尾标记之前:
- 原文: xxx
译文: xxx
类型: 人名
别称: []
简介: 身份和关系
5. 更新术语笔记
仅记录本质性术语决策:
- 条目: xxx
决策: xxx
理由: 一句话说明
来源: AI决断
章节: 1
置信度: 中
6. 更新摘要
更新 summary.yaml 的 近期内容,控制在约 100 字。
7. 更新进度
更新 progress.yaml:
- 将对应
章节列表条目的状态设为已译 译文件设为实际译文文件名翻译时间设为当前时间断点信息.最后完成章节设为当前章节号断点信息.下一章节设为下一章号
8. 返回确认
✓ 第{N}章 完成 | 术语+{X} | 进度 {N}/{总数}
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Anarcadia
- Source: Anarcadia/chuanban-jp-novel-translator
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.