Direct manipulation of PDF documents through automated extraction, merging, and creation.
What it does
Installing this skill equips your assistant with the capability to interpret and modify PDF files directly. It transitions the assistant from simply viewing these documents to actively restructuring them, allowing for precise data retrieval and document assembly tasks.
When it earns its place
Reach for it when…
Apply this when you need to combine separate files into a single report, extract tabular data for analysis in a spreadsheet, rotate orientation, or generate new documents from scratch. It is appropriate for tasks involving document organization or structural changes.
Look elsewhere when…
Do not depend on this for high-fidelity vector graphic editing or complex page layout design. It is also unsuitable for handling non-standard, highly encrypted, or password-protected files that require manual user intervention to authorize access.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- Combine these three PDF documents into one file
- Extract all the tables from this PDF report
- Create a new document with this text content
- Rotate the first two pages of this document
- Split this PDF into individual files for every page
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch main https://github.com/anthropics/skills.git /tmp/skills
mkdir -p ~/.claude/skills
cp -r /tmp/skills/skills/pdf ~/.claude/skills/pdfInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/skills/skills/pdf .claude/skills/pdfIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
PDF changes how the work is done. These servers change what Claude can reach while doing it.
- File System MCP Server46The skill knows how to read and build the document; File System MCP Server is what lets Claude reach the file on disk in the first place.
- Notion MCP Server73Pair it with Notion MCP Server when the documents you want processed live in a cloud drive rather than on your machine.
- Slack MCP Server80With Slack MCP Server connected, a finished document can go straight to the people who asked for it instead of being handed back to you first.