pdf-reader

Installation
SKILL.md

PDF Reader

Extract text, tables, and images from any PDF using pdfjs-dist scripts. All extraction is deterministic — no artificial inference.

Workflow for Large Documents

For documents over ~20 pages, follow this sequence. For short documents, skip to step 3.

1. Understand the document

node scripts/get-info.mjs <pdf>

Returns page count, metadata (title, author, dates), and table of contents.

2. Find relevant pages

Related skills

More from bluebagai/skills

Installs
2
GitHub Stars
28
First Seen
Mar 28, 2026