Agent Skills
› spinabot/brigade
› nano-pdf
nano-pdf
GitHub使用 nano-pdf CLI 工具,通过自然语言指令对 PDF 的指定页面进行编辑。支持修改标题、修正拼写错误等操作,适用于快速调整文档内容。
Trigger Scenarios
用户要求修改PDF中的文字或标题
用户需要纠正PDF中的拼写错误
用户希望对特定PDF页面进行自然语言描述的编辑
Install
npx skills add spinabot/brigade --skill nano-pdf -g -y
SKILL.md
Frontmatter
{
"name": "nano-pdf",
"homepage": "https:\/\/pypi.org\/project\/nano-pdf\/",
"metadata": {
"brigade": {
"emoji": "📄",
"install": [
{
"id": "uv",
"bins": [
"nano-pdf"
],
"kind": "uv",
"label": "Install nano-pdf (uv)",
"package": "nano-pdf"
}
],
"requires": {
"bins": [
"nano-pdf"
]
}
}
},
"description": "Edit PDFs with natural-language instructions using the nano-pdf CLI."
}
nano-pdf
Use nano-pdf to apply edits to a specific page in a PDF using a natural-language instruction.
Quick start
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.
Version History
- db99206 Current 2026-07-05 10:59


