Agent Skills
› linuxhsj/openclaw-zero-token
› nano-pdf
nano-pdf
GitHub通过自然语言指令对 PDF 指定页面进行编辑,如修改标题或修正错别字。支持基于 CLI 的快速操作,需注意页码基准并校验输出结果。
Trigger Scenarios
用户要求修改 PDF 文件中的文字内容
需要以自然语言方式调整 PDF 页面布局或文本
Install
npx skills add linuxhsj/openclaw-zero-token --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"
]
}
}
},
"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
- a654bcf Current 2026-07-25 07:13


