Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wentorai avatar

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-pdf

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs10
repo stars849
Last updatedAugust 1, 2026
Repositorywentorai/research-claw

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Nano PDF

CLI wrapper for the nano-pdf binary to edit PDF files.

---

Installation

uv tool install nano-pdf

Or via pip:

pip install nano-pdf

---

Usage

Edit PDF Pages

nano-pdf edit <input.pdf> <output.pdf> <operations...>

Page Operations

OperationDescriptionExample
extractExtract specific pagesextract:1-5
rotateRotate pagesrotate:90:1-3
deleteRemove pagesdelete:2,4,6
reorderReorder pagesreorder:3,1,2
duplicateDuplicate pagesduplicate:1:2

---

Examples

Extract Pages 1-5

nano-pdf edit input.pdf output.pdf extract:1-5

Extract Multiple Ranges

nano-pdf edit input.pdf output.pdf extract:1-3,7,10-12

Rotate Pages 90 Degrees

nano-pdf edit input.pdf output.pdf rotate:90:1-5

Delete Pages

nano-pdf edit input.pdf output.pdf delete:2,4,6

Combine 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-5 means pages 1 through 5
  • Use , for multiple pages: 1,3,5 means 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

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.