Skill1.3k repo starsupdated today
nano-pdf
The nano-pdf CLI tool modifies specific PDF pages by accepting natural-language instructions that describe desired edits. Use this skill when you need to programmatically update PDF content like changing titles, fixing typos, or adjusting text without manually opening design software, particularly when batch processing multiple files or integrating PDF edits into automated workflows.
Install in Claude Code
Copygit clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/nano-pdf && cp -r /tmp/nano-pdf/openclaw/skills/nano-pdf ~/.claude/skills/nano-pdfThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.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.
More from this repository
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.