PDF Proof

Finds a value in a PDF, verifies it's the right occurrence, and outputs a highlighted screenshot proof page.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 8bf3f0e

Built a test invoice PDF with the same dollar amount appearing twice — once as the real total, once inside an unrelated instruction sentence — and the bundled script correctly found both, let me pick the right one, and verified the readback before producing a real 2775x890px highlighted PNG.

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 10/10
  • Docs & honesty 4/5

What PDF Proof does

Locates a specific number, clause, or field in a PDF using exact text-search coordinates, crops and highlights it, reads the highlight back to confirm the match, and assembles a shareable HTML proof page with confidence badges. Triggers when a user is cross-referencing a PDF against a form, claim, or another document and needs visual evidence, not a summary. Explicitly does not trigger for generic merge/split/summarize/convert PDF operations.

How to install PDF Proof

git clone https://github.com/metedata/pdf-proof
cd pdf-proof
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/pdf-proof

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger PDF Proof

  • /pdf-proof Finds a value in a PDF, verifies it's the right occurrence, and outputs a highlighted screenshot proof page.

It also activates on plain-language prompts like these:

  • Find the total amount in this PDF invoice and give me a highlighted screenshot proof
  • Verify this clause exists in the contract PDF and show me visual evidence
  • Cross-check this claim number against the PDF and produce a proof page

Frequently asked questions

Is the PDF Proof skill free?
Yes. The skill itself is free from metedata/pdf-proof. SkillProof publishes the install command and an independent test verdict at no cost.
Does PDF Proof work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Built a test invoice PDF with the same dollar amount appearing twice — once as the real total, once inside an unrelated instruction sentence — and the bundled script correctly found both, let me pick the right one, and verified the readback before producing a real 2775x890px highlighted PNG.
What is the PDF Proof SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 10/10, docs & honesty 4/5.
How do I install PDF Proof?
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 Proof 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.