AgentStack
SKILL verified MIT Self-run

Pdf Toolkit

skill-davila7-claude-with-skills-pdf-toolkit · by davila7

Extract text and tables from PDFs, fill PDF form fields programmatically, and merge multiple PDF files into one. Use when working with PDF documents, form filling, document extraction, splitting, or any PDF manipulation task.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-davila7-claude-with-skills-pdf-toolkit

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Pdf Toolkit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Process PDF files using the bundled scripts.

Capabilities

  • Text extraction: read text content from any PDF page or page range → see [extraction guide](references/extraction.md) for multi-column layouts, page ranges, table extraction, and OCR limitations
  • Form filling: fill PDF form fields programmatically and flatten the result → see [forms guide](references/forms.md) for listing fields, setting values, checkboxes, radio buttons, and flattening
  • Merging and splitting: combine multiple PDFs, reorder pages, add bookmarks, or split into individual pages → see [merging guide](references/merging.md) for all merge and split operations

Quick reference

| Task | Command | |------|---------| | Extract all text | python3 ${CLAUDE_SKILL_DIR}/scripts/extract.py | | Extract page range | python3 ${CLAUDE_SKILL_DIR}/scripts/extract.py --pages 2-5 | | Fill form | python3 ${CLAUDE_SKILL_DIR}/scripts/fill_form.py field=value ... | | Merge PDFs | python3 ${CLAUDE_SKILL_DIR}/scripts/merge.py ... |

Instructions

  1. Identify which operation the user needs: extraction, form filling, or merging/splitting.
  2. Read the relevant reference file for detailed instructions and edge case handling.
  3. Run the appropriate script from ${CLAUDE_SKILL_DIR}/scripts/.
  4. If a required library (pypdf, pdfplumber) is not installed, offer to install it with pip install before retrying.
  5. Report the output file path or print the extracted text to the user.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.