·ebook-extractor
#

ebook-extractor

ratacat/claude-skills

ユーザーが電子書籍 (EPUB、MOBI、PDF) からテキストを抽出したい場合に使用します。分析、処理、または読み取りのために電子ブックをプレーン テキストに変換するために使用します。すべての一般的な電子書籍形式を処理します。

15インストール·1トレンド·@ratacat

インストール

$npx skills add https://github.com/ratacat/claude-skills --skill ebook-extractor

SKILL.md

Overview Extract plain text from EPUB, MOBI, and PDF files using Python scripts. No LLM calls - pure text extraction.

| EPUB | ebooklib + BeautifulSoup | Direct parsing, preserves structure | | MOBI | Calibre ebook-convert | Converts to EPUB first, then extracts | | PDF | PyMuPDF (fitz) | Fast, handles most PDFs well |

| Missing package | Run setup.sh or pip install -r requirements.txt | | MOBI fails | Ensure Calibre is installed: brew install calibre | | PDF garbled | Some PDFs are image-based; OCR needed (not supported) |

ユーザーが電子書籍 (EPUB、MOBI、PDF) からテキストを抽出したい場合に使用します。分析、処理、または読み取りのために電子ブックをプレーン テキストに変換するために使用します。すべての一般的な電子書籍形式を処理します。 ソース: ratacat/claude-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/ratacat/claude-skills --skill ebook-extractor
カテゴリ
#ドキュメント
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

ebook-extractor とは?

ユーザーが電子書籍 (EPUB、MOBI、PDF) からテキストを抽出したい場合に使用します。分析、処理、または読み取りのために電子ブックをプレーン テキストに変換するために使用します。すべての一般的な電子書籍形式を処理します。 ソース: ratacat/claude-skills。

ebook-extractor のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/ratacat/claude-skills --skill ebook-extractor インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/ratacat/claude-skills