← Back to Skills Marketplace
lyutenant

Nested PDF Merger

by Briant · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
217
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nested-pdf-merger
Description
Use this skill when the task is to merge PDFs from a nested directory tree into a single PDF with hierarchical bookmarks by invoking the external `nestedpdfm...
Usage Guidance
This skill is internally consistent: it only documents how to call an external CLI (nestedpdfmerger). Before installing or allowing the agent to run it, verify the nestedpdfmerger package/source: check the linked GitHub homepage, confirm the maintainer and recent activity, and prefer installing into a virtualenv (or inspect the package contents) rather than system-wide. Use the skill's recommended --dry-run to preview actions. Be mindful that the agent will execute a CLI against filesystem paths you provide — avoid passing untrusted or network-mounted directories you don't want processed, and ensure inputs are sanitized if you are concerned about shell injection in the environment where the agent runs.
Capability Analysis
Type: OpenClaw Skill Name: nested-pdf-merger Version: 1.0.0 The skill is a standard wrapper for the `nestedpdfmerger` CLI tool, providing instructions for an AI agent to merge PDF files from nested directories. It contains no executable code, obfuscation, or suspicious instructions, and its behavior is entirely consistent with its stated purpose of PDF management.
Capability Assessment
Purpose & Capability
Name, description, and required binary (nestedpdfmerger) align: merging PDFs from a nested directory tree legitimately requires an external CLI that performs the merge. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md only instructs the agent to confirm input/output paths and run the nestedpdfmerger CLI (or tell the user how to install it). It does not instruct reading unrelated system files, exfiltrating data, or contacting external endpoints. It will operate on user-specified filesystem paths (expected for this task).
Install Mechanism
No formal install spec in the registry (instruction-only). The README suggests installing via `pip install nestedpdfmerger`, which is a reasonable, common installation method but is moderately risky if the PyPI package or source is unvetted. No automatic downloads or obscure URLs are present in the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for a local CLI wrapper.
Persistence & Privilege
The skill does not request always-on presence or system-wide configuration changes. It is user-invocable and allows autonomous invocation by default (normal for skills) but does not elevate privileges itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nested-pdf-merger
  3. After installation, invoke the skill by name or use /nested-pdf-merger
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of nested-pdf-merger skill. - Wraps the external nestedpdfmerger CLI for merging PDFs from nested directories into a single PDF with hierarchical bookmarks. - Requires the nestedpdfmerger binary to be installed and available on PATH. - Supports CLI features such as previewing merge order, excluding directories, sorting, disabling bookmarks, and more. - Provides guidance on installation and usage; errors if the required binary is missing.
Metadata
Slug nested-pdf-merger
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nested PDF Merger?

Use this skill when the task is to merge PDFs from a nested directory tree into a single PDF with hierarchical bookmarks by invoking the external `nestedpdfm... It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.

How do I install Nested PDF Merger?

Run "/install nested-pdf-merger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nested PDF Merger free?

Yes, Nested PDF Merger is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nested PDF Merger support?

Nested PDF Merger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nested PDF Merger?

It is built and maintained by Briant (@lyutenant); the current version is v1.0.0.

💬 Comments