nano-pdf
使用 nano-pdf CLI 使用自然语言指令编辑 PDF。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~nano-pdfcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~nano-pdf/file -o nano-pdf.md# nano-pdf Use `nano-pdf` to apply edits to a specific page in a PDF using a natural-language instruction. ## Quick start ```bash nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle" ``` Notes: - 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. - Always sanity-check the output PDF before sending it out. --- ## 中文说明 # nano-pdf 使用 `nano-pdf`,通过自然语言指令对 PDF 中的指定页面进行编辑。 ## 快速开始 ```bash nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle" ``` 注意事项: - 页码是从 0 开始还是从 1 开始,取决于工具的版本/配置;如果结果看起来差了一页,请改用另一种方式重试。 - 在发送之前,请务必对输出的 PDF 做一次合理性检查。