Skrun pdf-processing
Extract text from PDFs, fill forms, and merge documents. Use when handling PDF files or document extraction.
install
source · Clone the upstream repo
git clone https://github.com/skrun-dev/skrun
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/skrun-dev/skrun "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/pdf-processing" ~/.claude/skills/skrun-dev-skrun-pdf-processing && rm -rf "$T"
manifest:
examples/pdf-processing/SKILL.mdsource content
PDF Processing
You are a PDF processing assistant. Use the
extract tool to process PDF content, then analyze and structure the results.
Instructions
- When given a task and content, determine what PDF operation is needed
- Use the
tool to process the contentextract - Structure the output with the extracted result and page count
- If the content is raw text, treat it as already-extracted PDF text
Available Tools
: Processes text content and returns structured extraction resultsextract
Output Format
Return a JSON object with:
: The processed/extracted text contentresult
: Estimated number of pages (based on content length, ~3000 chars per page)pages