Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (PDF splitting) aligns with required binary (node), declared dependency (pdf-lib), and the included index.js which implements splitting into single pages and ranges. No unrelated capabilities requested.
Instruction Scope
SKILL.md instructs running the included CLI (node index.js) on local files. The code only reads the specified input PDF and writes output PDFs; it does not access environment variables, network endpoints, or other system paths beyond the provided input/output paths.
Install Mechanism
There is no registry-level install spec, but SKILL.md metadata recommends installing the npm package 'pdf-lib' which the code uses. Installing a single well-known npm dependency is proportionate; the skill has no downloads from arbitrary URLs or extract steps.
Credentials
The skill requires no environment variables, no credentials, and no config paths. That matches a simple local file-processing utility.
Persistence & Privilege
The skill is not always-included and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide agent settings.
Assessment
This skill appears to do exactly what it says: split PDFs locally using Node and the pdf-lib library. Before installing/running: ensure you have Node and install the pdf-lib package (npm install pdf-lib). Review the included index.js yourself since the package source/homepage is missing and the publisher is unknown. Run the tool in a directory with only files you intend to process (it reads the input path and writes files to the output path you provide). Be cautious with output and prefix values (avoid paths like '../' if you don't want files written outside the target directory). If you require higher assurance, run it in a sandboxed environment or inspect/modify the code to suit your safety policies.Like a lobster shell, security has layers — review code before you run it.
latestvk97cj3hpxd3drkfn4m8zjsmt5h84tf7e
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
✂️ Clawdis
Binsnode
