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.mdsource content
PDF Processing Skill
This skill handles PDF operations including:
- Text extraction from PDF files
- Form filling
- PDF merging
Usage
Provide a PDF file path and the desired operation.