# deusyu/translate-book

Agent skill for Codex, Claude Code, and OpenClaw that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents.

Repository: https://github.com/deusyu/translate-book
Canonical: https://ross.abutalabs.com/products/translate-book
Language: Python
License: MIT
License Family: permissive
Last push: 2026-08-06T09:14:00+00:00

## Health v2 (maintenance only)
Score: 58/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 35, longevity 12
- inputs: {"age_days": 171, "days_push": 27, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, young
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1192, forks 151 (observed 2026-08-28T04:03:56.415542+00:00)

## What it is
An agent skill for Codex, Claude Code, and OpenClaw that translates entire books in PDF, DOCX, or EPUB format into any language. It converts books to Markdown via Calibre and Pandoc, splits them into chunks, translates chunks with parallel subagents, validates integrity with SHA-256 manifests, and merges results back into HTML, DOCX, EPUB, or PDF.

## Use cases
- translate an entire epub book into another language
- convert a pdf book to a translated docx
- translate long documents without context truncation
- resume an interrupted book translation run
- batch translate book chapters in parallel with LLM agents
- rebuild a translated book with table of contents as epub or pdf

## When to choose
- you already use Codex, Claude Code, or OpenClaw and want whole-book translation
- you need resumable, chunk-level translation of large documents
- you want multi-format output (HTML, DOCX, EPUB, PDF) from one pipeline

## When to avoid
- you need a standalone translator without an agent runtime dependency
- you only translate short texts where chunking overhead is unnecessary
- you cannot install Calibre and Pandoc locally

## Facets
- artifact type: plugin
- maturity: active
- function: nlp, workflow-automation, pdf, agent-framework, llm-inference
- domain: pdf, developer-tools
- platform: python, cli, cross-platform
- tags: agent-skill, book-translation, claude-code, codex, openclaw, parallel-subagents, epub, docx, calibre, pandoc, resumable-pipeline, natural-language-processing, localization, automation

## Member repositories
- deusyu/translate-book (main) score 58

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:56.415542+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:22:28.711727+00:00, confidence not recorded.
  - readme: https://github.com/deusyu/translate-book (fetched 2026-08-28T04:03:56.415542+00:00, sha 9c33caf42cd1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
