
Nano Pdf
- 8 installs
- 33 repo stars
- Updated April 26, 2026
- bighardperson/computer-science-skills-collection
This is a copy of nano-pdf by steipete - installs and ranking accrue to the original listing.
nano-pdf is a Claude skill that edits a specific page of a PDF from a natural-language instruction using the nano-pdf CLI.
About
nano-pdf is a skill that edits PDFs by applying natural-language instructions to a specific page using the nano-pdf CLI. A developer runs it to make targeted per-page edits, such as changing a title or fixing a typo, then sanity-checks the output PDF. It notes that page numbering may be 0-based or 1-based depending on version.
- Edits a specific page in a PDF using a natural-language instruction
- Wraps the nano-pdf CLI (installable via uv from PyPI)
- Single-command edits like changing a title or fixing a typo on a page
Nano Pdf by the numbers
- 8 all-time installs (skills.sh)
- Data as of Jul 30, 2026 (Skillselion catalog sync)
nano-pdf capabilities & compatibility
Free; requires the nano-pdf CLI installed via uv.
- Capabilities
- pdf edit
- Use cases
- pdf parsing · documentation
- Pricing
- Free
What nano-pdf says it does
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Use `nano-pdf` to apply edits to a specific page in a PDF using a natural-language instruction.
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill nano-pdfAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| repo stars | ★ 33 |
| Last updated | April 26, 2026 |
| Repository | bighardperson/computer-science-skills-collection ↗ |
What it does
Edit a specific PDF page with a natural-language instruction via the nano-pdf CLI.
Who is it for?
Making targeted, natural-language edits to a single page of an existing PDF.
Skip if: Generating a designed PDF from scratch or multi-page structural redesign.
When should I use this skill?
The user wants to change text on a PDF page, fix a typo, or otherwise edit an existing PDF via instruction.
What you get
An edited PDF where the requested page-level change has been applied.
- Edited PDF file
Files
nano-pdf
Use nano-pdf to apply edits to a specific page in a PDF using a natural-language instruction.
Quick start
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.
{
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26",
"slug": "nano-pdf",
"version": "1.0.0",
"publishedAt": 1767545359433
}{
"slug": "nano-pdf",
"name": "Nano Pdf",
"version": "1.0.0",
"installedAt": 1776152116540,
"source": "skillhub"
}{
"version": 1,
"registry": "https://clawhub.ai",
"slug": "nano-pdf",
"installedVersion": "1.0.0",
"installedAt": 1776067984222
}
Related skills
FAQ
Are PDF page numbers 0-based or 1-based?
It depends on the tool's version/config; if the result is off by one, retry with the other numbering.
What should you do after editing?
Always sanity-check the output PDF before sending it out.