skills/skill-read-pdf/SKILL.md
Analyze PDF files with Claude document blocks. Supports page-range selection, 20-page chunking, and merged structured output.
npx skillsauth add hasna/skills read-pdfInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze a PDF with Claude's native document support and return structured output for the requested pages.
1-5,8,10-12ANTHROPIC_API_KEY must be available in the environment# Read the whole PDF with markdown output
skill-read-pdf --input ./deck.pdf
# Restrict to a few pages
skill-read-pdf --input ./contract.pdf --pages 1-3,8 --format text
# Ask for specific structure and save it
skill-read-pdf \
--input ./invoice.pdf \
--prompt "Extract invoice metadata, every line item, and the payment terms." \
--format json \
--output ./invoice.json
| Option | Description | Default |
|--------|-------------|---------|
| -i, --input <path-or-url> | PDF file path or URL | required |
| --pages <ranges> | Page ranges like 1-5,8,10-12 | all pages |
| -p, --prompt <text> | What Claude should extract | text + tables + structure |
| -f, --format <value> | json, markdown, or text | markdown |
| -m, --model <name> | Anthropic model to call | ANTHROPIC_MODEL or built-in default |
| --chunk-size <n> | Pages per request (max 20) | 20 |
| --max-tokens <n> | Maximum response tokens per chunk | 1600 |
| -o, --output <path> | Save result to a file | stdout |
| --text | Emit only the merged extracted text | false |
| --help | Show usage | |
| --version | Show version | |
development
Fetch official brand assets from a website or brand name, then return logos, palette, typography, source metadata, and a clean asset manifest. Use when a user asks to find, extract, download, package, or normalize a brand's logo and visual identity assets.
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
development
Generate premium API, unit, and browser test suite packages with runnable tests and coverage notes.