translate-book

translate-book

Agent skill to translate entire books (PDF/DOCX/EPUB) into any language.

Agent SkillWritingOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

translate-book is an Agent skill designed for Codex, Claude Code, and OpenClaw, capable of translating entire books (PDF/DOCX/EPUB) into any language. It uses parallel sub-agents for translation, supports resuming from breakpoints, and enables multi-format output. The skill leverages Calibre and Pandoc for file conversion and processing, ensuring translation quality and completeness. Ideal for users needing batch translation of books.

Capabilities

  • Parallel sub-agent translation
  • Resume from breakpoints
  • Context-aware parsing
  • Multi-format output (HTML, DOCX, EPUB, PDF)
  • Multi-language support (zh, en, ja, ko, fr, de, es)

Use cases

Batch translation of e-booksCross-language document conversionAcademic literature translation

Setup

Requires: Codex/Claude Code/OpenClawCalibrePandocPython 3
For Codex: `npx skills add deusyu/translate-book -a codex -g`; for Claude Code: `npx skills add deusyu/translate-book -a claude-code -g`; for OpenClaw: `openclaw skills install @deusyu/translate-book`.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I start translating a book?

Enter `$translate-book Translate /path/to/book.pdf into Chinese.` in Codex CLI or IDE extension.

What input formats are supported?

Supports PDF, DOCX, and EPUB formats.

What dependencies are required?

Requires Codex/Claude Code/OpenClaw, Calibre, Pandoc, and Python 3.

Related skills