book-readerRead EPUB, PDF, or TXT books from multiple sources with progress tracking, smart chunking, and summary extraction for efficient learning.
Install via ClawdBot CLI:
clawdbot install josharsh/book-readerRead books (epub, pdf, txt) from various sources with progress tracking.
Enable AI agents to read full-length books for learning, summarization, and knowledge extraction.
curl or wget - Download bookspandoc - Convert EPUB to text (optional, fallback to python)pdftotext (poppler-utils) - Extract PDF textebooklib and beautifulsoup4 (for EPUB parsing)./book-reader.sh search "Thinking Fast and Slow"
./book-reader.sh download <book-id> [output-file]
./book-reader.sh read <file> [--from-page N] [--pages N]
./book-reader.sh status
# Install dependencies
sudo apt-get install poppler-utils pandoc # Linux
# brew install poppler pandoc # macOS
pip3 install ebooklib beautifulsoup4 lxml
# Make executable
chmod +x book-reader.sh
Progress tracked in ~/.openclaw/workspace/memory/reading-state.json:
{
"currentBook": "Thinking, Fast and Slow",
"file": "/path/to/book.epub",
"totalPages": 499,
"pagesRead": 127,
"lastRead": 1770957900,
"bookmarks": [50, 200],
"notes": "Interesting insight about System 1 vs System 2..."
}
# Find the book
./book-reader.sh search "Daniel Kahneman Thinking"
# Download it
./book-reader.sh download 12345 ~/books/thinking-fast-slow.epub
# Start reading
./book-reader.sh read ~/books/thinking-fast-slow.epub --pages 50
# Continue later
./book-reader.sh read ~/books/thinking-fast-slow.epub --pages 50
# Check progress
./book-reader.sh status
Use responsibly. Support authors when possible.
Generated Mar 1, 2026
AI agents use the skill to read and summarize academic papers or textbooks from sources like Anna's Archive, aiding researchers in literature reviews. It extracts key insights and tracks progress across multiple documents, saving time in data collection and analysis.
Businesses deploy AI agents to read industry books and reports, generating summaries for employee training programs. The skill helps curate up-to-date knowledge from public domain and legal sources, supporting continuous learning initiatives.
Individuals use AI agents with this skill to read books on topics like self-improvement or technical subjects, tracking progress and generating notes. It enables personalized learning schedules and knowledge retention through smart chunking and summary features.
Media professionals leverage AI agents to read books for inspiration and fact-checking, extracting quotes or themes for articles, podcasts, or videos. The skill ensures accurate sourcing from legal archives like Project Gutenberg, enhancing content quality.
Law firms or compliance teams use AI agents to read legal texts and public domain books on regulations, summarizing key points for case preparation. It aids in efficient information gathering while adhering to ethical use guidelines for copyrighted materials.
Offer a service where users pay a monthly fee to access AI agents with this skill for personalized book reading and summarization. Revenue comes from subscriptions, targeting professionals and students who need efficient knowledge extraction.
Sell the skill as part of a larger AI toolkit to businesses for training, research, or content creation. Revenue is generated through licensing fees and custom integration services, focusing on industries like education and corporate development.
Provide a free version for basic book reading from public sources like Project Gutenberg, with premium features for advanced summarization or access to broader libraries. Revenue comes from upsells and in-app purchases for enhanced tools.
๐ฌ Integration Tip
Ensure all dependencies like pandoc and ebooklib are installed via automated scripts, and set up a clear directory structure for reading state files to avoid conflicts in multi-agent environments.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill ๆฅๆพๅจ | Skill Finder. ๅธฎๅฉๅ็ฐๅๅฎ่ฃ ClawHub Skills | Discover and install ClawHub Skills. ๅ็ญ'ๆไปไนๆ่ฝๅฏไปฅX'ใ'ๆพไธไธชๆ่ฝ' | Answers 'what skill can X', 'find a skill'. ่งฆๅ...
Generate QR codes from text or URL for mobile scanning.