microsoft/waza-pdf-processor
| **WORKFLOW SKILL** - Process PDF files including text extraction, rotation, and merging.
npx skills add https://github.com/microsoft/waza --skill pdf-processor
WORKFLOW SKILL - Handles complex PDF manipulation workflows.
| Step | Tool | Command | Purpose |
| ---- | ----------- | ------- | --------------------- |
| 1 | pdf-tools | extract | Extract text from PDF |
| 2 | file-system | write | Save output file |
pdf-tools, file-systemCLI Fallback (if MCP unavailable):
Use pdftotext command-line utility.
Take microsoft/waza-pdf-processor 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.