PDF Chunker

MANDATORY for any task involving reading, analyzing, summarizing, reviewing, or extracting content from a PDF file. Triggers on any PDF input regardless of size. This skill replaces the default PDF reading behavior with a reliable chunked extraction method.

amatray Updated

File contents

PDF Chunker

MANDATORY FIRST STEP FOR ANY PDF: Run the extraction script BEFORE attempting to read or analyze PDF content. Do not skip this step. Do not try to read the PDF directly.

python <skill_path>/scripts/extract_pdf.py <pdf_path> --output /tmp/extracted.txt

Then read /tmp/extracted.txt for all subsequent analysis.

This applies to ALL PDFs — small or large. Never attempt to load a PDF into context by any other method.

amatray/claude-skills-public/tree/main/skills/pdf-chunker commit 153ddc1c3e

Frequently asked questions

npx skillmds@latest add amatray/pdf-chunker