Translate EPUB files from a source language to a target language while preserving structure, HTML attributes, and metadata.
An AI-agent-agnostic project for translating EPUB files, following the Agent Skills format. Works with Gemini CLI, Claude Code, and other compliant agents.
Install via the skills CLI:
npx skills add mauriciopoppe/epub-translation
gemini skills install https://github.com/mauriciopoppe/epub-translation --path skills/epub-monolingual-translation
Register the plugin marketplace and install the skill:
/plugin marketplace add mauriciopoppe/epub-translation
/plugin install epub-translation@epub-translation
The skill is then available as /epub-translation:epub-monolingual-translation.
Once installed, your agent will have the expertise to handle EPUB translation tasks surgically.
Simply ask your agent to perform the translation. It will use the skill's scripts to deconstruct the EPUB, translate the content while preserving formatting, and reconstruct the final file.
Prompt:
Translate
my-book.epubfrom English to French.
What the agent does:
fr).mimetype specification.Translating a book involves both the content payload and the agent's internal overhead (instructions and system prompts).
For a 1,000-word book being translated from English to French:
| Component | Input Tokens | Output Tokens |
|---|---|---|
| Agent & Skill Overhead | ~2,000 | - |
| Book Content (English + HTML) | ~1,500 | - |
| Translation (French) | - | ~1,800 |
| Total | ~3,500 | ~1,800 |
Total Estimated cost: ~5,300 tokens per 1,000 words.
Note: If the book is split into multiple chapters, the overhead is sent per chapter. A 10,000-word book split into 10 chapters will consume more tokens than the same book processed in fewer chunks.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mauriciopoppe/epub-translation --plugin epub-translationComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.