Installation
SKILL.md
Work PDFs in the sandbox with preinstalled Python libs. Pick the library by task:
- Extract text/tables/layout/word-coordinates →
pdfplumber; quick raw text or page ops →pypdf. - Merge / split / rotate / crop / watermark / encrypt / metadata →
pypdf. - Fill forms →
pypdf(fillable AcroForm fields) or annotation overlay (flat forms). - Create from scratch →
reportlab.
Write a short Python snippet and run it via exec. Save outputs to the workspace dir.
After exec completes, use the Generated artifacts URL from the tool result in the final answer so the user can download the PDF.