Agent Skills
› spinabot/brigade
› nano-pdf
nano-pdf
GitHubnano-pdf 技能允许通过自然语言指令对 PDF 指定页面进行编辑。用户需提供文件名、页码及修改描述,工具将应用更改并生成输出。注意页码基准可能因版本而异,且使用前需验证输出结果以确保准确性。
触发场景
需要修改PDF内容
使用自然语言指令编辑PDF
修正PDF中的错别字或标题
安装
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.
版本历史
- db99206 当前 2026-07-05 10:59


