Books banner
masterleopold masterleopold

Books

Documentation community

Description

--- allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Agent, AskUserQuestion argument-hint: "<BookTitle> [--horizontal] [--max-pages 500]" description: "Capture book from Apple Books app, OCR, and generate structured Markdown" --- # Apple Books Capture Source is pre-selected: **books** (Apple Books app). Follow the full pipeline in `${CLAUDE_PLUGIN_ROOT}/commands/capture.md` with source = `books`. Skip the platform selection step. **Apple Books-specific notes:** - Uses left/right arrow key

Installation

Installs to ~/.claude/skills/masterleopold-book-capture-books/SKILL.md

Terminal
mkdir -p ~/.claude/skills/masterleopold-book-capture-books && curl -fsSL https://raw.githubusercontent.com/masterleopold/book-capture/HEAD/commands/books.md -o ~/.claude/skills/masterleopold-book-capture-books/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository