Nano PDF Tool
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @zcwl/nano-pdf.
About this skill
Problem context
PDFs often appear in contracts, reports, and document cleanup. The slow part is rarely opening the file; it is repeatedly locating text, fixing titles, correcting typos, and adjusting content. Manual edits can miss pages, while script-based workflows still require maintaining parsing and write-back logic. nano-pdf targets small, describable, verifiable PDF editing tasks and collapses natural-language PDF editing into a CLI-style invocation.
How it works
The skill is organized around natural-language instructions. Core inputs typically include:
- instruction: required, describing the editing goal
- context: optional, adding context such as page scope, terminology, or constraints
The execution flow is roughly: parse the task configuration and dependencies, build an execution DAG, execute nodes in topological order, handle conditional branches and retries, and finally aggregate node outputs, status, and logs into a reviewable result. The documented capability examples lean toward structured edits on specific pages or content, such as changing a title, fixing typos, or organizing page text.
Boundaries and caveats
It is intended for Agent environments that support SKILL.md, relies on a built-in LLM, and supports Windows, macOS, and Linux. Clearer instructions produce more stable results. Complex layout changes, cross-page dependencies, graphics edits, or compliance-critical documents should still be reviewed manually. API keys should be configured via environment variables and should not be hard-coded.
Use Cases
- Operations staff maintaining quarterly reports change page 1 of deck.pdf to Q3 Results and fix a subtitle typo.
- Technical assistants reviewing client contracts extract clause text from specific pages and make small wording edits for review.
- Engineers writing technical reports batch-update titles, typos, and page-specific text across multiple PDFs.
- PMs preparing delivery materials replace outdated metric wording in report pages while leaving other pages unchanged.
Best For
- Operations staff maintaining customer materials who need page-level title and typo fixes in PDFs.
- Technical writers delivering reports who need batch typo and page-text revisions across PDFs.
- Legal assistants reviewing contracts who need to extract page text and make small content edits.
- Engineers building Agent workflows who need CLI-based PDF editing with reviewable results.
Related Skills
Generate and edit .pptx decks with python-pptx, applying structured layouts, design rules, native charts, and visual QA to reduce template-like output.
Tencent Cloud Table Recognition V3 is an OCR skill for detecting and recognizing tables in images or PDFs, supporting various table types like linear and borderless tables, with Excel export.
The complete set of online document operation tools provided by Tencent Docs MCP, supporting creation, querying, and editing of smart docs, Excel, PPT, mind maps, and more.
Generate structured Chinese patent disclosure drafts in Word from existing documents or brief technical inputs, following Part A/B/C templates.