/install deprecated-skill
rainman-translate-book (Deprecated)
This skill has been renamed and moved to translate-book.
All future development, bug fixes, and new features will be published under the new name. This package will not receive updates.
Why the rename?
The skill name was simplified from rainman-translate-book to translate-book to match the SKILL.md name field and GitHub repository name, ensuring consistent behavior across Claude Code, Codex, and OpenClaw.
How to migrate
Uninstall this deprecated version and install the new one:
clawhub uninstall rainman-translate-book
clawhub install translate-book
Or via npx:
npx skills add deusyu/translate-book -a claude-code -g
New locations
- ClawHub:
translate-book - GitHub: https://github.com/deusyu/translate-book
What is translate-book?
A Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents. Pipeline: Calibre converts input to Markdown chunks, parallel subagents translate each chunk independently, manifest-based SHA-256 validation ensures integrity, then chunks are merged and built into HTML (with TOC), DOCX, EPUB, and PDF outputs.
Do not use this package for new installations. Use translate-book instead.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deprecated-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/deprecated-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Deprecated Skill 是什么?
[DEPRECATED] This skill has been renamed to translate-book. Install the new version: clawhub install translate-book. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 199 次。
如何安装 Deprecated Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deprecated-skill」即可一键安装,无需额外配置。
Deprecated Skill 是免费的吗?
是的,Deprecated Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Deprecated Skill 支持哪些平台?
Deprecated Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Deprecated Skill?
由 Rainman(@deusyu)开发并维护,当前版本 v0.2.0。