Agent Skills
› opensquilla/opensquilla
› nano-pdf
nano-pdf
GitHub通过自然语言指令编辑 PDF 指定页面的工具,支持修改标题、修正拼写等。
Trigger Scenarios
需要修改 PDF 内容
PDF 格式转换或编辑
Install
npx skills add opensquilla/opensquilla --skill nano-pdf -g -y
SKILL.md
Frontmatter
{
"name": "nano-pdf",
"homepage": "https:\/\/pypi.org\/project\/nano-pdf\/",
"metadata": {
"openclaw": {
"emoji": "📄",
"install": [
{
"id": "uv",
"bins": [
"nano-pdf"
],
"kind": "uv",
"label": "Install nano-pdf (uv)",
"package": "nano-pdf"
}
],
"requires": {
"bins": [
"nano-pdf"
]
}
}
},
"provenance": {
"origin": "openclaw-derived",
"license": "MIT",
"upstream_url": "https:\/\/github.com\/openclaw\/openclaw",
"maintained_by": "OpenSquilla"
},
"description": "Edit PDFs with natural-language instructions using the nano-pdf CLI.",
"description_zh": "使用nano-pdf CLI以自然语言指令编辑PDF。"
}
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
- f662be3 Current 2026-07-31 11:48
- 7f72a32 2026-07-05 18:39


