← 返回 Skills 市场
sxliuyu

Pdf Pro

作者 SxLiuYu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
1384
总下载
1
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install pdf-pro
功能描述
Provide PDF editing tools including merge, split, rotate, compress, convert, encrypt/decrypt, extract pages, and view PDF metadata.
使用说明 (SKILL.md)

PDF Tools - PDF处理与编辑工具

PDF文档的编辑、合并、拆分、格式转换等操作

功能列表

  1. PDF合并 - 将多个PDF文件合并为一个
  2. PDF拆分 - 按页面范围拆分PDF为多个文件
  3. PDF页面提取 - 从PDF中提取指定页面
  4. PDF旋转 - 旋转PDF页面(90/180/270度)
  5. PDF压缩 - 压缩PDF文件大小
  6. PDF转图片 - 将PDF页面转换为图片
  7. 图片转PDF - 将图片合并为PDF
  8. PDF信息查看 - 查看PDF元信息(页数、作者、大小等)
  9. PDF解密 - 移除PDF密码保护
  10. PDF加密 - 为PDF添加密码保护

触发词

  • 合并PDF、拆分PDF、PDF合并、PDF拆分
  • 提取PDF页面、PDF页面提取
  • PDF旋转、旋转PDF页面
  • PDF压缩、压缩PDF
  • PDF转图片、图片转PDF
  • PDF信息、查看PDF
  • PDF解密、PDF加密、PDF密码

使用示例

用户: 合并 PDF
助手: 请提供要合并的PDF文件路径(多个路径用逗号分隔):
  - 例如: /path/to/file1.pdf, /path/to/file2.pdf

用户: 拆分 PDF
助手: 请提供要拆分的PDF文件路径和页面范围:
  - 例如: /path/to/file.pdf, 1-3, 4-6

环境依赖

  • Python 3.8+
  • PyPDF2>=3.0.0
  • pdfplumber>=0.10.0
  • Pillow>=10.0.0
  • reportlab>=4.0.0

安装依赖: pip install PyPDF2 pdfplumber Pillow reportlab pypdfium2

安全使用建议
This skill appears to do only local PDF processing. Before installing or running it: (1) Review the full script yourself (or with someone you trust) to confirm no network calls or hidden behavior; the provided portion shows only file I/O. (2) Install Python dependencies from trusted sources and consider pinning versions (pip install with explicit versions). (3) Run the tool in a sandboxed environment if you will process sensitive documents (it will read/write any file paths you provide). (4) Be cautious when supplying passwords for encrypt/decrypt operations and avoid using the skill on highly-sensitive material without review. Finally, verify the skill author/source if provenance is important (homepage/source are empty).
功能分析
Type: OpenClaw Skill Name: pdf-pro Version: 1.0.1 The skill provides a comprehensive set of PDF manipulation tools (merging, splitting, encryption, etc.) using standard Python libraries like PyPDF2, pdfplumber, and Pillow. The code in scripts/pdf_tools.py is well-structured, lacks any network activity or unauthorized file access, and aligns perfectly with the functionality described in SKILL.md.
能力评估
Purpose & Capability
The name/description (PDF merge, split, rotate, compress, convert, encrypt/decrypt, metadata) match the included Python script and declared dependencies. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md asks users to provide local PDF/image file paths and to install the listed Python packages. The runtime instructions and code operate on the supplied files only; they do not instruct reading unrelated system files, environment variables, or contacting external endpoints.
Install Mechanism
No install spec (instruction-only), which limits automatic code installation. The skill includes a Python script and recommends installing packages via pip; installing dependencies from PyPI is normal but carries the usual supply-chain considerations (untrusted packages). There is no download-from-arbitrary-URL behavior in the code.
Credentials
The skill requires no credentials or environment variables. The dependencies listed (PyPDF2, pdfplumber, Pillow, reportlab, pypdfium2) are appropriate for PDF/image processing.
Persistence & Privilege
The skill does not request persistent/always-on privileges, does not modify other skills' settings, and does not attempt to store credentials. Autonomous invocation is permitted by platform default but is not combined with other risky factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 of pdf-pro - No visible changes or file updates detected in this release. - All functionalities and documentation remain unchanged from the previous version.
v1.0.0
Initial release of PDF Tools - PDF处理与编辑工具 - 提供PDF合并、拆分、页面提取、旋转、压缩等多种编辑操作 - 支持PDF转图片、图片转PDF格式转换 - 可添加/移除PDF密码保护 - 支持查看PDF文档的元信息 - 提供详细的使用示例与触发词说明 - 依赖Python与相关PDF处理、图片处理库
元数据
Slug pdf-pro
版本 1.0.1
许可证 MIT-0
累计安装 6
当前安装数 6
历史版本数 2
常见问题

Pdf Pro 是什么?

Provide PDF editing tools including merge, split, rotate, compress, convert, encrypt/decrypt, extract pages, and view PDF metadata. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1384 次。

如何安装 Pdf Pro?

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

Pdf Pro 是免费的吗?

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

Pdf Pro 支持哪些平台?

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

谁开发了 Pdf Pro?

由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.1。

💬 留言讨论