PDF Processing Guide
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and
Overview
The PDF Processing Guide is a specialized skill designed for AI agents like Claude and Codex, hosted within the anthropics/skills repository on GitHub. This tool enables agents to perform a wide range of document manipulation tasks. Capabilities include reading and extracting structured data such as text and tables, merging multiple files into a single document, and splitting existing PDFs. It also supports advanced formatting tasks like rotating pages, adding watermarks, and extracting embedded images. For document administration, the skill facilitates form filling along with encryption and decryption processes. By leveraging this resource from the anthropics/skills collection, which features over 150,000 stars, developers can integrate robust PDF handling into automated data workflows.
Use Cases
Install Notes
# Review source first
open https://github.com/anthropics/skills/blob/main/skills/pdf/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
This skill includes functions for encrypting and decrypting PDF documents to manage file access. Users should ensure that any sensitive data processed through the agent complies with their specific organizational security policies and data handling requirements.
Related Skills
Doc Co-Authoring Workflow
anthropics/skills
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.
DOCX creation, editing, and analysis
anthropics/skills
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when ex
Code Documenter
TerminalSkills/skills
Analyzes source code to generate accurate, contextaware documentation at multiple levels: inline comments for complex logic, function/class docstrings, modulelevel overviews, architecture documents, and onboarding guides. Understands control flow, data transformations, side effects, and crossmodule dependencies.
Documentation and ADRs
TerminalSkills/skills
Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and tradeoffs that led to a decision. Code shows what was built; documentation explains why it was built this way and what alternatives were considered.