Skip to main content
ClaudeWave
Skill5.2k estrellas del repoactualizado today

nano-pdf

nano-pdf is a command-line tool that modifies PDF documents by applying natural-language editing instructions to specific pages. Use it when you need to make targeted edits like changing text, fixing typos, or reformatting content within a PDF without manually opening design software, specifying exact coordinates, or using complex PDF manipulation syntax.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/the-open-agent/openagent /tmp/nano-pdf && cp -r /tmp/nano-pdf/skills/nano-pdf ~/.claude/skills/nano-pdf
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.