📄
AutomationPython

PDF Processing

by XiaoMaColtAI

PDF Processing is an Automation skill for Claude Code, published by XiaoMaColtAI in math-modeling-skill.

819 stars51 forkson XiaoMaColtAI/math-modeling-skillAdded 2026/08/23+8% in starsRepository updated 2026/08/22
claude-codeclaude-skillscodexcodex-skillcumcmdeepseek-harnessmath-modelingmcm-icmskillsvibe-coding
Install in seconds
Install PDF Processing
Copy PDF Processing into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/XiaoMaColtAI/math-modeling-skill/tree/main/tools/pdf ~/.claude/skills/pdf

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/XiaoMaColtAI/math-modeling-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
tools/pdf/SKILL.md in XiaoMaColtAI/math-modeling-skill
Installs to
~/.claude/skills/pdf
Collection
One of 10 skills cataloged from this repository
Category
Automation1523 skills

What PDF Processing does

PDF Processing handles reading, extracting text and tables, merging, splitting, rotating, watermarking, creating, encrypting, and decrypting PDF files. Use it when a prompt mentions a .pdf file or asks to generate or modify a PDF, including OCR for scanned documents.

PDF Processing is cataloged under Automation on DirSkills. PDF Processing comes from a repository tagged claude-code, claude-skills, codex, codex-skill and cumcm.

Documentation

README

PDF Processing Guide

Overview

This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions.

Quick Start

from pypdf import PdfReader, PdfWriter

# Read a PDF
reader = PdfReader("document.pdf")
print(f"Pages: {len(reader.pages)}")

# Extract text
text = ""
for page in reader.pages:
    text += page.extract_text()

Python Libraries

pypdf - Basic Operations

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PDF Processing

  • What else does XiaoMaColtAI publish alongside PDF Processing?

    PDF Processing is one of 10 skills that DirSkills catalogs from XiaoMaColtAI/math-modeling-skill, the repository it ships in. Its siblings there include DOCX Tools, Excel Tools and LaTeX工具. Each one is a separate skill with its own page in this directory, installs the same way PDF Processing does, and is maintained by XiaoMaColtAI in that same repository. The rest of the collection is listed on the XiaoMaColtAI/math-modeling-skill page.

  • How does PDF Processing compare to other Automation skills?

    PDF Processing ranks #967 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PDF Processing against them. Open each page to compare what they document and how they install.

More from XiaoMaColtAI/math-modeling-skill

PDF Processing is one of 10 skills cataloged on DirSkills from XiaoMaColtAI/math-modeling-skill.

See all 10 skills