
Nano Pdf
- 10 installs
- 849 repo stars
- Updated August 1, 2026
- wentorai/research-claw
Helps with ai & agent building tasks during AI-assisted development.
About
nano-pdf is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- nano-pdf
- AI & Agent Building
- AI-coding skill
Nano Pdf by the numbers
- 10 all-time installs (skills.sh)
- Ranked #11,959 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wentorai/research-claw --skill nano-pdfAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 10 |
|---|---|
| repo stars | ★ 849 |
| Last updated | August 1, 2026 |
| Repository | wentorai/research-claw ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Nano PDF
CLI wrapper for the nano-pdf binary to edit PDF files.
---
Installation
uv tool install nano-pdfOr via pip:
pip install nano-pdf---
Usage
Edit PDF Pages
nano-pdf edit <input.pdf> <output.pdf> <operations...>Page Operations
| Operation | Description | Example |
|---|---|---|
extract | Extract specific pages | extract:1-5 |
rotate | Rotate pages | rotate:90:1-3 |
delete | Remove pages | delete:2,4,6 |
reorder | Reorder pages | reorder:3,1,2 |
duplicate | Duplicate pages | duplicate:1:2 |
---
Examples
Extract Pages 1-5
nano-pdf edit input.pdf output.pdf extract:1-5Extract Multiple Ranges
nano-pdf edit input.pdf output.pdf extract:1-3,7,10-12Rotate Pages 90 Degrees
nano-pdf edit input.pdf output.pdf rotate:90:1-5Delete Pages
nano-pdf edit input.pdf output.pdf delete:2,4,6Combine Operations
nano-pdf edit input.pdf output.pdf extract:1-10 rotate:90:1-5---
Page Numbering
- Pages are 1-indexed (first page is 1)
- Use
-for ranges:1-5means pages 1 through 5 - Use
,for multiple pages:1,3,5means pages 1, 3, and 5 - Combine:
1-3,7,10-12
---
When to Use This Skill
- Extract specific pages from a PDF
- Rotate PDF pages
- Delete unwanted pages
- Reorder PDF pages
- Quick PDF manipulation without GUI tools
---
Notes
- Always verify output before overwriting originals
- Works best with standard PDF files
- May have issues with encrypted PDFs
---
Safety
- Only run on trusted PDF files
- Verify output correctness on non-sensitive files first
- Keep backups of important documents
Related skills
AI & Agent Buildingagents