ocrmypdf-skills
June 23, 2026 · View on GitHub
ocrmypdf-skills
OCRmyPDF skills — PDF OCR, image processing, optimization, batch processing
English | 简体中文
Introduction · Install · Skills · Supported Agents · Ecosystem
📖 Introduction
OCRmyPDF Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.
This package includes 5 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.
📦 Install
npx skills add full-stack-skills/ocrmypdf-skills
Or install specific skills:
npx skills add full-stack-skills/ocrmypdf-skills --skill <skill-name>
🎯 Skills (5)
| Skill | Description |
|---|---|
ocrmypdf-api | OCRmyPDF Python API and plugin skill — use OCRmyPDF programmatically from Python, integrate with applications, and ex... |
ocrmypdf-batch | OCRmyPDF batch processing skill — process multiple PDFs, Docker automation, shell scripting, and CI/CD integration. U... |
ocrmypdf-image | OCRmyPDF image processing skill — deskew, rotate, clean, despeckle, remove border from scanned documents. Use when th... |
ocrmypdf-optimize | OCRmyPDF optimization skill — compress PDFs, configure PDF/A output, JBIG2 encoding, and lossless optimization. Use w... |
ocrmypdf | OCRmyPDF core skill — add searchable OCR text layer to scanned PDFs, convert images to searchable PDFs, support 100+ ... |
🤖 Supported Agents
Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.
Claude Code Installation
Option 1: npx skills CLI (Recommended)
npx skills add full-stack-skills/ocrmypdf-skills
Option 2: Manual Installation
git clone https://github.com/full-stack-skills/ocrmypdf-skills.git
cp -r ocrmypdf-skills/skills/* .claude/skills/
For more details, see the Claude Code Skills Guide and Agent Skills Spec.
🌐 Ecosystem
| Resource | Link |
|---|---|
| Full Stack Skills | github.com/partme-ai/full-stack-skills |
| All Skill Groups | github.com/full-stack-skills |
| Agent Skills Spec | agentskills.io |
| Skills CLI | github.com/vercel-labs/skills |
📄 License
Apache 2.0 — see LICENSE.