Seed entry. Anthropic publishes a set of open Skills. Run
npm run scrapeto pull the latestSKILL.mddefinitions.
PDF Skill
Use this skill whenever the user wants to do anything with PDF files: reading or extracting text/tables, merging or splitting documents, rotating pages, adding watermarks, filling forms, encrypting/decrypting, extracting images, or running OCR on scanned PDFs to make them searchable.
How to use
- Identify the operation the user wants (extract, merge, split, fill, ocr, …).
- Call the matching script with the input path(s) and desired output path.
- Report the result path and a one-line summary of what changed.
Do not use for
- Word documents (.docx) — use the docx skill.
- Spreadsheets — use the xlsx skill.
- General coding tasks unrelated to documents.