PDF小册子合并排版
v1.0.0Merge PDF files and create booklet-ready 2-up duplex output for saddle-stitch printing. Use for PDF merge, booklet imposition, short-edge duplex, center-fold...
⭐ 1· 18·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description describe PDF merge + booklet imposition and the included script implements exactly that: it reads PDFs from an input directory, merges/reorders pages, composes 2-up sheets, and writes output files. No unrelated capabilities (cloud, remote APIs, secret access) are requested.
Instruction Scope
SKILL.md instructs running the bundled Python script with an input directory and optional merged output; the instructions do not ask the agent to read unrelated files, environment variables, or contact external endpoints. All referenced paths are local and consistent with the code.
Install Mechanism
This is an instruction-only skill with a bundled script and no install spec. The README (references) notes a runtime dependency on pypdf (pip). That missing explicit install step is not malicious but users must install pypdf (and have Python 3.9+) before running; no remote archives or unknown URLs are used.
Credentials
No environment variables, credentials, or config paths are requested. The script operates on local input/output paths only, which is proportionate to the stated function.
Persistence & Privilege
Skill is not always-enabled, does not request persistent system-wide changes, and does not modify other skills' configuration. It only reads from the specified input directory and writes output files.
Assessment
This skill appears coherent and implements exactly what it says: merging PDFs and producing a booklet-layout PDF. Before installing/running: (1) ensure you have Python 3.9+ and install the pypdf version indicated (pip install pypdf) in a controlled environment (virtualenv or container); (2) point --input-dir to the intended folder — the script will read all .pdf files there and write outputs under the specified paths (default data/output); (3) confirm there are no sensitive PDFs in the input directory you didn't intend to process; (4) run a quick smoke test with harmless sample PDFs to verify layout. If you want extra assurance, review the bundled scripts yourself (they are short and self-contained) and run them in an isolated environment.Like a lobster shell, security has layers — review code before you run it.
latestvk977nr9077fzpc6rhk6kxcexqd84ny4y
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
