convert-epub
Installation
SKILL.md
Convert EPUB → Markdown
Convert the EPUB file at $1 to clean markdown format optimized for Claude Code context.
Steps
- Install dependency: Use
toolsmith:install-dependencyskill to ensureepub-to-markdownis installed - Parse arguments: Input file
$1(required), output dir$2(optional, defaults to./.tmp/epub-converted/) - Convert: Run
epub-to-markdown convert "$1"with--multiple-filesflag (one file per chapter) - Report: Output location, file structure, chapter count, preview of table of contents
Goal
Extract clean, structured markdown for LLM context (analysis, summarization, Q&A) — NOT for visual rendering.
Output to .tmp/ to keep excluded from git/searches per Praxis rules.