Skrun pdf-processing

Extract PDF text, fill forms, merge files. Use when handling PDFs.

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/packages/schema/tests/fixtures/valid-agent-dir" ~/.claude/skills/skrun-dev-skrun-pdf-processing-ef0aab && rm -rf "$T"
manifest: packages/schema/tests/fixtures/valid-agent-dir/SKILL.md
source content

PDF Processing Skill

This skill handles PDF operations including:

  1. Text extraction from PDF files
  2. Form filling
  3. PDF merging

Usage

Provide a PDF file path and the desired operation.