Install
$ agentstack add skill-evrenverse-pdf-tool-pdf-tool ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
PDF Tool
Use pdf-tool instead of writing a one-off PDF manipulation script.
Prepare
- Run
command -v pdf-tool. - If missing and this repository is available, run
uv tool install ..
Otherwise run uv tool install git+https://github.com/evrenverse/pdf-tool.
- Run
pdf-tool --version. - Run
pdf-tool capabilities --jsonandpdf-tool doctor --json. - Use
pdf-tool schemawhen constructing structured input. - Work on a copy unless the user explicitly wants an in-place edit.
Inspect before editing
- Run
pdf-tool info --json. - For forms, run
pdf-tool field-info --json. - Use
find,read --pages, orread --fields; avoid dumping the complete
document when a scoped read is enough.
Edit and verify
- Use
fill --validate-onlybefore filling a form. - Prefer
batchwhen fill, overlay, and signature operations belong in one
transaction.
- Never put a certificate passphrase in arguments or JSON. Use
--passphrase-file or the PDF_TOOL_CERT_PASSPHRASE secret environment variable.
- Run
info,read, orfield-infoon the output. - Report the output path and any font, rendering, or signature limitation.
Use zero-indexed page numbers. Keep an untouched copy of important documents.
Read [references/cli.md](references/cli.md) when exact syntax, dependencies, or exit behavior is needed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: evrenverse
- Source: evrenverse/pdf-tool
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.