← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nano-pdf-qtest
Description
Edit PDFs with natural-language instructions using the nano-pdf CLI.
README (SKILL.md)
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.
Usage Guidance
This skill appears coherent: it simply documents using the nano-pdf CLI. Before installing or running it, verify the nano-pdf package/source is trustworthy (check its PyPI page, recent release history, and project homepage), ensure the installer kind 'uv' maps to a known trusted installer on your system, and install/run the CLI in a controlled environment if you plan to process sensitive PDFs. Also note minor metadata inconsistencies in the packaged _meta.json (different ownerId/version) and a large example markdown file bundled with the skill — these are likely harmless but worth being aware of.
Capability Assessment
Purpose & Capability
Name and description describe editing PDFs via the nano-pdf CLI; the skill only requires the nano-pdf binary and shows a CLI invocation. Required artifacts (binary + optional installer) align with the stated purpose.
Instruction Scope
SKILL.md contains only simple, narrowly scoped instructions and an example CLI invocation. It does not ask the agent to read unrelated files, environment variables, or send data to external endpoints beyond running the local nano-pdf tool.
Install Mechanism
The install spec installs a package named 'nano-pdf' via an installer kind labeled 'uv' (creates a nano-pdf binary). Installing from a package registry is expected for a CLI tool, but the installer kind is not fully explicit (not 'pip' or 'apt'). Recommend verifying that 'uv' resolves to a trusted package source (PyPI or the project's official distribution) before installing.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That matches expectations for a local CLI wrapper and is proportionate to the functionality.
Persistence & Privilege
Skill is not set to always:true and does not request persistent or cross-skill privileges. Autonomous invocation is allowed (platform default) but nothing else grants elevated or persistent system presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nano-pdf-qtest - After installation, invoke the skill by name or use
/nano-pdf-qtest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added sample file: large_doc.md to the repository.
- No changes made to the SKILL.md or core functionality.
v1.0.0
Initial release of nano-pdf-qtest.
- Edit PDFs using natural-language instructions via the nano-pdf CLI.
- Allows page-specific modifications by providing direct commands.
- Includes a quick start example for editing PDF text.
- Notes clarify page numbering and recommend checking the output.
Metadata
Frequently Asked Questions
What is nano-pdf-qtest?
Edit PDFs with natural-language instructions using the nano-pdf CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install nano-pdf-qtest?
Run "/install nano-pdf-qtest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is nano-pdf-qtest free?
Yes, nano-pdf-qtest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does nano-pdf-qtest support?
nano-pdf-qtest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created nano-pdf-qtest?
It is built and maintained by qinqdw (@qinqdw); the current version is v1.0.1.
More Skills