npx skills add ...
npx skills add openai/skills --skill pdf
npx skills add openai/skills --skill pdf
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.
The same skill content is published under more than one repo. The install counts are split across them; any of these commands works.
pdftoppm if available.reportlab to generate PDFs when creating new documents.pdfplumber (or pypdf) for text extraction and quick checks; do not rely on it for layout fidelity.tmp/pdfs/ for intermediate files; delete when done.output/pdf/ when working in this repo.Prefer uv for dependency management.
Python packages:
If uv is unavailable:
System tools (for rendering):
If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.
No required environment variables.