PDF Toolkit
Merge, split, fill forms and OCR scanned PDFs.
Tested · Works
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jun 22, 2026
- Environment
- Claude Code 2.x
- Upstream re-checked
- Aug 10, 2026 · d3e046a
Merged 6 PDFs, filled a government form, extracted tables from a scanned invoice via OCR. OCR quality depends on scan quality, as expected.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What PDF Toolkit does
Everything PDF: extraction, merging, splitting, watermarks, form filling, encryption and OCR on scans. One of the most broadly useful skills in the ecosystem — it removes a whole category of paid web tools.
How to install PDF Toolkit
git clone https://github.com/anthropics/skills
cd skills
mkdir -p ~/.claude/skills
cp -r skills/pdf ~/.claude/skills/pdf
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger PDF Toolkit
-
/pdfMerge, split, fill forms and OCR scanned PDFs.
It also activates on plain-language prompts like these:
-
Merge these three PDFs into a single document -
OCR this scanned PDF so the text becomes searchable -
Fill out this PDF form and add a watermark to it
Appears in
Frequently asked questions
- Is the PDF Toolkit skill free?
- Yes. The skill itself is free from anthropics/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does PDF Toolkit work with Claude Code?
- We tested it with Claude Code 2.x on Jun 22, 2026. Verdict: Tested · Works. Merged 6 PDFs, filled a government form, extracted tables from a scanned invoice via OCR. OCR quality depends on scan quality, as expected.
- What is the PDF Toolkit SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install PDF Toolkit?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use PDF Toolkit with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.