Skip to main content
ClaudeWave
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
Copy
git 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-pdf
Then start a new Claude Code session; the skill loads automatically.

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.