pdfagent
Installation
SKILL.md
PDF Agent
Summary
- Use
pdfagentto perform PDF operations (merge, split, compress, convert, OCR, etc.) with detailed usage metering in the output. - Best for local, self-hosted processing where inputs/outputs must stay on disk.
- This skill ships source code in
pdfagent/and runs viauv runfromscripts/pdfagent_cli.py(no PyPI publish required).
Requirements
uvinstalled and on PATH.- System tools as needed by specific commands:
qpdf,ghostscript,poppler(pdftoppm),libreoffice,chromium(for HTML -> PDF), andocrmypdf.