← 返回 Skills 市场
potatosolo

PDF Batch Processing Tool

作者 potatosolo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-batch-processing-tool
功能描述
Batch process PDF files - merge multiple PDFs, split PDF into multiple files, rotate pages, extract text, extract images, compress PDFs. Use when you need to...
安全使用建议
This skill appears to be a local PDF utility and the included scripts are benign and file-local, but the SKILL.md overclaims features: it advertises image extraction and PDF compression that are not implemented in the included files. Before installing or using it: 1) don't assume missing features exist — ask the publisher or inspect for scripts like extract_images.py and compress_pdf.py; 2) if you need image extraction/compression, either implement or obtain verified code, or run this in a sandbox and test on non-sensitive PDFs; 3) pip dependencies (pypdf, Pillow) are standard — review versions you install; 4) if you want to avoid any autonomous invocation, disable the skill or only invoke it manually. If the mismatch (advertised vs provided) is unexpected, treat this as a sign the package may be incomplete or poorly maintained rather than malicious, but verify before using on important data.
功能分析
Type: OpenClaw Skill Name: pdf-batch-processing-tool Version: 1.0.0 The skill bundle provides standard PDF processing utilities (merge, split, rotate, text extraction) using the well-known 'pypdf' library. All operations are performed locally as described in SKILL.md, and the Python scripts (extract_text.py, merge_pdfs.py, etc.) contain straightforward logic without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
SKILL.md advertises merge, split, rotate, extract text, extract images, and compress PDF. The package includes scripts for merge, split, rotate, and extract_text, but there are no scripts for 'extract images' or 'compress PDFs' despite requirements.txt including Pillow (which would support image work). This mismatch between claimed capabilities and provided artifacts is a notable inconsistency.
Instruction Scope
Runtime instructions tell the agent to run local Python scripts on user-provided file paths; the scripts operate on files/directories provided as arguments and do not access network endpoints, environment variables, or unrelated system paths. No evidence of data exfiltration in the instructions or code.
Install Mechanism
There is no install spec beyond a plain pip suggestion (pip install pypdf pillow) in SKILL.md and a simple requirements.txt listing pypdf and Pillow — both are well-known packages. No downloads from arbitrary URLs or archive extraction.
Credentials
The skill requests no environment variables, no credentials, and references no config paths. The level of access requested is appropriate for a local file-processing utility.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. It is user-invocable and allowed to be invoked autonomously by the agent (the platform default), which is normal; the skill does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-batch-processing-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-batch-processing-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Batch process PDF files locally. Merge, split, rotate pages, extract text, all from command line. No expensive software required. ✨ Features: - Merge multiple PDFs into one document - Split PDF by page ranges or individual pages - Rotate specific pages or all pages - Extract text from multiple PDFs in bulk - All processing is local - your files never leave your machine - Private and secure, no uploads needed Perfect for people who regularly work with multiple PDFs and need automation. Works with standard PDF files. ## Included scripts: - `merge_pdfs.py` - Merge multiple PDFs - `split_pdfs.py` - Split into pages or ranges - `rotate_pdf.py` - Rotate pages - `extract_text.py` - Batch extract text
元数据
Slug pdf-batch-processing-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PDF Batch Processing Tool 是什么?

Batch process PDF files - merge multiple PDFs, split PDF into multiple files, rotate pages, extract text, extract images, compress PDFs. Use when you need to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 PDF Batch Processing Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-batch-processing-tool」即可一键安装,无需额外配置。

PDF Batch Processing Tool 是免费的吗?

是的,PDF Batch Processing Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

PDF Batch Processing Tool 支持哪些平台?

PDF Batch Processing Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PDF Batch Processing Tool?

由 potatosolo(@potatosolo)开发并维护,当前版本 v1.0.0。

💬 留言讨论