Kindle banner
masterleopold masterleopold

Kindle

Documentation community

Description

--- allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Agent, AskUserQuestion argument-hint: "<BookID> [--horizontal] [--max-pages 500]" description: "Capture book from Mac Kindle app, OCR, and generate structured Markdown" --- # Mac Kindle Book Capture Source is pre-selected: **kindle** (Mac Kindle app). Follow the full pipeline in `${CLAUDE_PLUGIN_ROOT}/commands/capture.md` with source = `kindle`. Skip the platform selection step. **Kindle-specific notes:** - App name is `Amazon Kindle` (

Installation

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

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

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

Full documentation available on GitHub

View Source Repository