rainman-translate-book
[DEPRECATED] This skill has been renamed to translate-book. Install the new version: clawhub install translate-book
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-deprecated-skill
Repository
Skill path: skills/deusyu/deprecated-skill
[DEPRECATED] This skill has been renamed to translate-book. Install the new version: clawhub install translate-book
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install rainman-translate-book into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding rainman-translate-book to shared team environments
- Use rainman-translate-book for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: rainman-translate-book
description: "[DEPRECATED] This skill has been renamed to translate-book. Install the new version: clawhub install translate-book"
---
# 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:
```bash
clawhub uninstall rainman-translate-book
clawhub install translate-book
```
Or via npx:
```bash
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.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "deusyu",
"slug": "deprecated-skill",
"displayName": "Deprecated Skill",
"latest": {
"version": "0.2.0",
"publishedAt": 1773587109799,
"commit": "https://github.com/openclaw/skills/commit/9f2004eaa9642e7cea7539131db59f3388c1030b"
},
"history": []
}
```