PDF Processor
WORKFLOW SKILL - Handles complex PDF manipulation workflows.
Instructions
- Parse the user's request to determine the PDF operation
- Use appropriate tools for the operation
- Return results with status
MCP Tools Used
| Step | Tool | Command | Purpose |
|---|---|---|---|
| 1 | pdf-tools | extract | Extract text from PDF |
| 2 | file-system | write | Save output file |
Prerequisites
- Required MCP tools:
pdf-tools,file-system
CLI Fallback (if MCP unavailable):
Use pdftotext command-line utility.