multiAI Summary Pending

nano-pdf

Edit PDFs with natural-language instructions using the nano-pdf CLI.

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/nano-pdf-v2/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/15914355527/nano-pdf-v2/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/nano-pdf-v2/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How nano-pdf Compares

Feature / Agentnano-pdfStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Edit PDFs with natural-language instructions using the nano-pdf CLI.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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.