aiskillstore/pdf-processing
Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
This is a copy. The original lives at comeonoliver/pdf-processing.
npx skills add https://github.com/aiskillstore/marketplace --skill pdf-processing
This skill provides capabilities for working with PDF documents.
Use pdfplumber to extract text from PDFs:
import pdfplumber
with pdfplumber.open("document.pdf") as pdf:
text = pdf.pages[0].extract_text()
Take aiskillstore/pdf-processing from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.