nano-pdf

Edit specific PDF pages using natural-language instructions via the nano-pdf CLI.

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill nano-pdf-freire19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nano-pdf
Source: https://github.com/freire19/Mythos/tree/main/skills/nano-pdf
Command: npx skills add https://github.com/freire19/Mythos --skill nano-pdf-freire19

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the hassle of manually re-opening complex PDFs and reworking page layouts by letting you edit a specific page using plain-language instructions.

Core Features & Use Cases

  • Natural-language PDF edits: Apply changes to a targeted page using a single instruction.
  • Page-level control: Focus edits on a chosen page instead of reprocessing the entire document.
  • Revision safety: Encourages sanity-checking the output to catch off-by-one page numbering or unexpected changes.
  • Use case: Update a report by changing the title text and correcting a subtitle typo on the exact page that contains those elements.

Quick Start

Use nano-pdf to edit page 1 of deck.pdf by changing the title to Q3 Results and fixing the subtitle typo.

Frequently Asked Questions about nano-pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit a single page in a PDF file without modifying the entire document?

Yes, you can apply natural-language PDF edits by passing plain-text instructions to the CLI. It processes your instruction string to modify text or layout on the targeted page, outputting a revised PDF file for immediate review.

Can I use natural language to fix typos and update text on a specific PDF page?

Yes, you can apply natural-language PDF edits by passing plain-text instructions to the CLI. It processes your instruction string to modify text or layout on the targeted page, outputting a revised PDF file for immediate review.

What is the best way to automate report updates and slide corrections in existing PDFs?

Automating report updates is best handled via page-scoped edits using a CLI instruction string. You target the exact page needing corrections, such as updating a title or subtitle, and generate an updated PDF for review.

Do I need to manually check the output after making page-level PDF edits?

Yes, you need to manually check the output to ensure revision safety. Sanity-checking the updated PDF helps catch off-by-one page numbering errors or unexpected layout changes caused by your instruction string.