龙虾技能商店 中文 SEO 预渲染页
技能详情

Nano Pdf

steipete/nano-pdf

v1.0.0MIT-0Peter Steinberger

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

作者 Peter Steinberger 更新于 2026年3月12日 版本 v1.0.0
下载量 51,700
收藏 118
当前安装 1,300
累计安装 1,300

安装命令

uv tool install nano-pdf

运行要求

Runtime requirements📄 ClawdisBinsnano-pdf

安全扫描

Security ScanVirusTotalVirusTotalBenignView report →OpenClawOpenClawBenignhigh confidenceThe skill is internally consistent with its stated purpose (running the nano-pdf CLI to edit PDFs); it requests no credentials and contains only a short usage instruction, though the SKILL.md includes an install hint that should be checked before installing.Details ▾✓Purpose & CapabilityName/description match the runtime instructions: the SKILL.md shows a single CLI usage (nano-pdf edit ...). The skill does not request unrelated credentials, files, or services. The SKILL.md metadata also declares the nano-pdf binary and an install hint, which is coherent with the goal.✓Instruction ScopeInstructions are narrowly scoped: they tell the agent how to call the nano-pdf CLI to edit a page and to sanity-check outputs. There are no instructions to read arbitrary files, exfiltrate data, or access unrelated system state.ℹInstall MechanismTop-level registry metadata shows no install spec (instruction-only), but the SKILL.md metadata includes an install hint using an 'uv' package entry for 'nano-pdf'. This is a minor inconsistency and 'uv' is not a universally recognized installer; verify the suggested install step and package provenance (PyPI link is provided in the SKILL.md). No archive downloads or extract instructions are present.✓CredentialsThe skill requests no environment variables, credentials, or config paths. This is proportionate for a CLI wrapper that only invokes a local binary.ℹPersistence & PrivilegeThe skill does not set always:true and does not declare disableModelInvocation:true, so the model could invoke it when available. Because the skill has no privileged env access or secrets, this is low risk, but users who want to prevent autonomous CLI invocation should disable model invocation for this skill.AssessmentThis skill simply documents how to run the nano-pdf CLI and does not ask for secrets, so it's generally safe from a permissions perspective. Before installing/use: (1) confirm you trust the nano-pdf binary—check the PyPI project page linked in the SKILL.md and prefer official releases; (2) verify what the 'uv' installer means in your environment before running an…