スキル一覧に戻る
TrevorS

book-reader

by TrevorS

2🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: book-reader description: Read and search digital books (PDF, EPUB, MOBI, TXT). Use when answering questions about a book, finding quotes or passages, navigating to specific pages or chapters, or extracting information from documents.

Book Reader

Read and query digital book formats from the command line using BM25 search.

Quick Start

# Get book metadata
uv run ~/.claude/skills/book-reader/book.py info ~/Books/mybook.pdf

# Show table of contents
uv run ~/.claude/skills/book-reader/book.py toc ~/Books/mybook.epub

# Read a specific chapter
uv run ~/.claude/skills/book-reader/book.py read ~/Books/mybook.pdf --chapter 3

# Read a specific page
uv run ~/.claude/skills/book-reader/book.py read ~/Books/mybook.pdf --page 42

# Search for content (BM25 ranked)
uv run ~/.claude/skills/book-reader/book.py search ~/Books/mybook.pdf "query"

# Extract full text
uv run ~/.claude/skills/book-reader/book.py extract ~/Books/mybook.txt

Supported Formats

FormatExtensionsFeatures
PDF.pdfPage numbers, TOC detection, metadata
EPUB.epubChapters from spine, full metadata
MOBI.mobi, .azw, .azw3Basic extraction
Text.txt, .text, .mdChapter pattern detection

When to Use

  • User provides a book file and asks questions about its content
  • Need to find specific quotes, passages, or information
  • Navigating to specific pages or chapters in a document
  • Researching topics across digital books
  • Extracting text for further processing

How It Works

  1. First access: Extracts and caches the book content
  2. Subsequent access: Uses cached version (invalidates on file change)
  3. Search: BM25 algorithm ranks results by relevance
  4. Results: Include chapter/page location for reference

See Also

See REFERENCE.md for complete command documentation.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です