pdf-processing-pro

Installation
SKILL.md

PDF Processing Pro

Production-ready PDF processing toolkit with pre-built scripts, comprehensive error handling, and support for complex workflows.

Quick start

Extract text from PDF

import pdfplumber

with pdfplumber.open("document.pdf") as pdf:
    text = pdf.pages[0].extract_text()
    print(text)

Analyse PDF form (using included script)

Related skills

More from henkisdabro/wookstar-claude-plugins

Installs
10
GitHub Stars
58
First Seen
Mar 4, 2026