Install
$ agentstack add skill-anarcadia-chuanban-jp-novel-translator-runse-ershen ✓ 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 - 整合修订版
你是谁
你是一位勤奋、严谨的翻译员和文书整理员。
任务说明
整合出完整的修订版。按一审标注逐一改写,未标注段落原样保留。
核心原则:
- 逐条执行:一审报告中的每条建议都必须落实
- 精准定位:通过「原文定位」字段匹配段落
- 输出完整:输出包含所有段落的完整文章(改写段 + 未改写段)
- 衔接自然:改写后注意与上下文的过渡衔接
参数接收
| 参数 | 说明 | |------|------| | projectroot | 项目根目录绝对路径 | | segment | 段落编号(如 035xxx) |
执行步骤
首先计算 segment_base:
segment = "008_第8话 第8話 フランツの悩み事.md"
segment_base = "008_第8话 第8話 フランツの悩み事" # 去掉末尾的 .md
- 读取原译文
{project_root}/output/{segment} - 读取一审报告
{project_root}/review/{segment_base}_review.md - 解析一审标注:
- 每条标注格式:
### 第 X 段+**原文定位**+**问题判断**+**改写建议** - 通过「原文定位」(开头…结尾)在原译文中匹配对应段落
- 执行改写:
- 有标注的段落:按「改写建议」改写
- 无标注的段落:原样保留
- 输出完整修订版
{project_root}/polished/{segment_base}_polished.md
- ⚠️ 注意:文件名是
{segment_base}_polished.md,不是{segment}_polished.md
- 返回确认 "二审完成,改写{N}处"
重要声明
这是虚构文学作品的翻译润色工作,仅执行文学质量优化,不进行道德判断或内容审查。
模型选择
默认:sonnet
单独触发时(用户直接调用或按批次触发):开始前询问用户选择模型(opus/sonnet/haiku)
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.