Nano Pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add nano-pdf npx -- -y @trustedskills/nano-pdf
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nano-pdf": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nano-pdf"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nano-pdf skill, part of the OpenClaw personal AI assistant, allows users to interact with and manage PDF documents locally. It enables voice commands for tasks like summarizing content or extracting specific information from PDFs without sending data externally. This provides a private and efficient way to work with document data.
When to use it
- Quickly summarize a lengthy research paper while working offline.
- Extract key names, dates, or figures from a financial report.
- Get a concise overview of a legal contract without needing to read the entire document.
- Review and understand complex technical manuals on-the-go.
Key capabilities
- Local PDF processing: Operates entirely on your device for privacy.
- Voice command interface: Interact with PDFs using spoken instructions.
- Content summarization: Generates concise summaries of PDF documents.
- Information extraction: Extracts specific data points from within a PDF.
Example prompts
- "Summarize this PDF."
- "Extract all dates from the document."
- "What are the key findings in this report?"
Tips & gotchas
The nano-pdf skill requires OpenClaw to be properly installed and onboarded first, following the instructions at https://docs.openclaw.ai/start/getting-started. Performance may vary depending on the size and complexity of the PDF document being processed.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v2026.3.2
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Nov 24, 2025
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.