Generate, read, and manipulate PDFs from inside Claude. One of the official Anthropic Skill bundles - it adds real document-processing capability to your agent.
Delv Safety Grade: A+
Score 93/100 · assessed 2026-04-18
This is an official Anthropic Skill from their verified repository, giving it top-tier maintainer credibility. The PDF manipulation capabilities require filesystem access for reading and writing documents, plus potential network calls for external libraries. The skill operates within the agent's working directory rather than system-wide, which provides reasonable scoping. Being part of the official Skills bundle means it follows Anthropic's security review process and benefits from their maintenance commitment. The open-source nature and clear documentation in the main Skills repo provide good transparency. No known security incidents. The main consideration is that PDF generation and manipulation inherently requires file I/O permissions, but these are appropriate for the stated functionality and well-documented in the official repository.
Green flags
- Official Anthropic Skill with vendor security review and maintenance
- Open source in verified anthropics/skills repository
- Clear documentation and use cases in official repo
- Scoped to document processing rather than arbitrary file access
- Part of curated Skills bundle with quality standards
Red flags
- Requires filesystem write access to generate PDF output files
- PDF parsing libraries can have vulnerabilities in malformed file handling
- May need external dependencies for complex PDF operations
Permissions requested
The PDF Skill gives Claude native document-processing abilities: generating PDFs from scratch, reading existing files, filling forms, and extracting structured data like tables. It's part of Anthropic's official Skill bundle system, which means it's tested against Claude's latest models and doesn't require you to manage an external MCP server. You can ask Claude to produce an invoice, parse a research paper, or populate a government form, and it returns usable output without intermediate conversion steps. The Skill handles text extraction, table parsing, and basic layout control. It won't replace a professional typesetting system, but it covers the 80% use case: internal reports, contracts, data extraction, and form automation. If your agent needs to work with PDFs as part of a larger workflow, this Skill removes the friction of building that capability yourself. It's particularly useful for research agents that need to ingest academic papers, or business automation that involves generating templated documents.
Review
Load this if you're building agents that need to produce or consume PDFs without maintaining your own document pipeline. Overkill if you only need to read plain text from PDFs occasionally, or if you already have a polished PDF generation system.
Good at
- Generates actual PDFs, not LaTeX or HTML that needs conversion
- Reads and extracts tables from existing PDFs reliably
- Fills PDF forms programmatically if you know field names
- Official Anthropic bundle, so it's maintained and tested
- Faster to set up than running your own document server
Watch out
- Generated PDFs are functional but not design-quality
- Won't handle scanned PDFs with handwriting or poor OCR
- Large files (50+ pages) can time out
- Only works in Anthropic's ecosystem, no portability
- Form-filling requires knowing field names in advance
Use cases
- Generating invoices, reports, contracts
- Reading PDF research papers for a research agent
- Filling in PDF forms programmatically
- Extracting tables and text from existing PDFs