PDF Tools

v0.1.0

View, extract, edit, and manipulate PDF files. Supports text extraction, text editing (overlay and replacement), merging, splitting, rotating pages, and getting PDF metadata. Use when working with PDF documents for reading content, adding/editing text, reorganizing pages, combining files, or extracting information.

2· 3.7k·44 current·45 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (view, extract, edit, merge, split, rotate, metadata) align with included scripts and library references (pdfplumber, PyPDF2, reportlab). All required functionality is implemented by local scripts; no unrelated capabilities or unexpected network/credential access are requested.
Instruction Scope
SKILL.md instructs running the included scripts against local PDF files only. Scripts validate file existence and act on provided paths. One inconsistency: SKILL.md quick-start lists only pdfplumber and PyPDF2, but edit_text.py imports reportlab (and README/references mention reportlab). If overlay functionality is used, reportlab must be installed or the script will exit with an import error.
Install Mechanism
This is an instruction-only skill with no install spec; dependencies are installed via pip per documentation. No downloads from untrusted URLs, no archives extracted by the installer, and no unusual install locations.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The scripts operate on local file paths provided by the user; there is no attempt to read environment secrets or other unrelated files.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request persistent privileges or modify other skills or global agent configuration.
Assessment
This skill appears to do what it says: run the included Python scripts on PDF files. Before installing or running: 1) install the required Python packages (pdfplumber, PyPDF2) and also reportlab if you plan to use the overlay/edit features (SKILL.md omitted reportlab but edit_text.py imports it). 2) Be aware the replace operation uses simple byte-level replacement (unreliable and may corrupt complex PDFs); prefer overlay or extract→edit→regenerate workflows for critical documents. 3) The scripts act on local files only and do not contact external services or request credentials, but you should still run new skills in a sandbox or with test files first, especially if processing sensitive documents. If you need higher assurance, ask the author for a clear dependency list and a signed release or review the code locally before use.

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

latestvk97fyf1n44g56rnec1b29pdhn580mrz4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments