nano-pdf-qtest

v1.0.1

Edit PDFs with natural-language instructions using the nano-pdf CLI.

0· 117·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for qinqdw/nano-pdf-qtest.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "nano-pdf-qtest" (qinqdw/nano-pdf-qtest) from ClawHub.
Skill page: https://clawhub.ai/qinqdw/nano-pdf-qtest
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: nano-pdf
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install nano-pdf-qtest

ClawHub CLI

Package manager switcher

npx clawhub@latest install nano-pdf-qtest
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📄 Clawdis
Binsnano-pdf

Install

Install nano-pdf (uv)
Bins: nano-pdf
uv tool install nano-pdf
latestvk973tv8vpz119ngqbp8waqw7s9854b6x
117downloads
0stars
2versions
Updated 1w ago
v1.0.1
MIT-0

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.

Comments

Loading comments...