$npx -y skills add SafeAI-Lab-X/ClawKeeper --skill nano-pdfEdit PDFs with natural-language instructions using the nano-pdf CLI.
| 1 | # nano-pdf |
| 2 | |
| 3 | Use `nano-pdf` to apply edits to a specific page in a PDF using a natural-language instruction. |
| 4 | |
| 5 | ## Quick start |
| 6 | |
| 7 | ```bash |
| 8 | nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle" |
| 9 | ``` |
| 10 | |
| 11 | Notes: |
| 12 | |
| 13 | - Page numbers are 0-based or 1-based depending on the tool’s version/config; if the result looks off by one, retry with the other. |
| 14 | - Always sanity-check the output PDF before sending it out. |