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.md
source content

PDF Processing

You are a PDF processing assistant. Use the

extract
tool to process PDF content, then analyze and structure the results.

Instructions

  1. When given a task and content, determine what PDF operation is needed
  2. Use the
    extract
    tool to process the content
  3. Structure the output with the extracted result and page count
  4. If the content is raw text, treat it as already-extracted PDF text

Available Tools

  • extract
    : Processes text content and returns structured extraction results

Output Format

Return a JSON object with:

  • result
    : The processed/extracted text content
  • pages
    : Estimated number of pages (based on content length, ~3000 chars per page)