EPUB Chapter Extractor
Extract each chapter from an EPUB file into its own markdown file.
Instructions
When the user wants to extract chapters from an EPUB, run the extraction script with uv:
cd ~/.claude/skills/epub-chapter-extractor && uv run --with ebooklib --with beautifulsoup4 --with html2text --with lxml python extract_chapters.py "/path/to/book.epub" [output_dir]
If output_dir is omitted, creates a folder named after the EPUB in the same directory.
Example
U
[Description truncada. Veja o README completo no GitHub.]