Book Reader - Learn & Grow Every Day

# book-reader

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Book Reader - Learn & Grow Every Day" with this command: npx skills add josharsh/book-reader

book-reader

Read books (epub, pdf, txt) from various sources with progress tracking.

Purpose

Enable AI agents to read full-length books for learning, summarization, and knowledge extraction.

Features

  • Multiple sources: Anna's Archive, Project Gutenberg, local files
  • Format support: EPUB, PDF, TXT
  • Progress tracking: Remember where you left off
  • Smart chunking: Read books in digestible sections
  • Summary generation: Extract key insights as you read

Tools Required

  • curl or wget - Download books
  • pandoc - Convert EPUB to text (optional, fallback to python)
  • pdftotext (poppler-utils) - Extract PDF text
  • Python 3 with ebooklib and beautifulsoup4 (for EPUB parsing)

Usage

Search for a book

./book-reader.sh search "Thinking Fast and Slow"

Download a book

./book-reader.sh download <book-id> [output-file]

Read a book (with progress tracking)

./book-reader.sh read <file> [--from-page N] [--pages N]

Show reading progress

./book-reader.sh status

Installation

# 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

Book Sources

  1. Project Gutenberg (70k+ public domain books)

  2. Anna's Archive (shadow library)

    • Millions of books, papers, comics
    • Legal gray area depending on jurisdiction
    • Use responsibly
  3. Local files (your own epub/pdf collection)

Reading State

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..."
}

Example Workflow

# 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

Privacy & Ethics

  • Public domain books (Gutenberg): Fully legal
  • Copyrighted books: Check your local laws
  • Consider buying books you find valuable to support authors
  • Use for personal learning, not redistribution

Limitations

  • PDF OCR quality varies
  • DRM-protected books not supported (by design)
  • Large PDFs may be slow to parse
  • EPUB formatting may be imperfect in plain text

Use responsibly. Support authors when possible.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated