← 返回 Skills 市场
5722
总下载
3
收藏
56
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-tools
功能描述
View, extract, edit, and manipulate PDF files. Supports text extraction, text editing (overlay and replacement), merging, splitting, rotating pages, and getting PDF metadata. Use when working with PDF documents for reading content, adding/editing text, reorganizing pages, combining files, or extracting information.
安全使用建议
Install dependencies in a virtual environment, work on copies of important PDFs, use explicit new output filenames, and review outputs carefully, especially when using text replacement because PDF byte-level replacement is unreliable.
功能分析
Type: OpenClaw Skill
Name: pdf-tools
Version: 0.1.0
The OpenClaw AgentSkills skill bundle for PDF tools is classified as benign. All Python scripts (`edit_text.py`, `extract_text.py`, `merge_pdfs.py`, `pdf_info.py`, `rotate_pdf.py`, `split_pdf.py`) perform standard PDF manipulation tasks using well-known libraries (pdfplumber, PyPDF2, reportlab). File operations are limited to reading specified input PDFs and writing output PDFs or text files to designated paths. There are no network calls, attempts to access sensitive system files or environment variables, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files provide clear, benign instructions for using the PDF tools and do not contain any prompt injection attempts to subvert the agent's behavior or access unauthorized data.
能力评估
Purpose & Capability
The stated purpose is PDF viewing, text extraction, editing, merging, splitting, rotating, and metadata inspection, and the scripts implement those same local PDF operations.
Instruction Scope
The documentation uses broad natural-language examples and includes file-writing operations, so agents and users should require clear input files, page ranges, and output paths before mutating documents.
Install Mechanism
Installation is manual and asks users to install unpinned Python packages with pip; this is common for a small utility but should be done in a trusted environment.
Credentials
The scripts operate on user-specified PDF, text, and output paths; inspection found no network calls, credential access, hidden data collection, or unrelated file access.
Persistence & Privilege
There is no evidence of background services, startup hooks, privilege escalation, hidden execution, or long-running persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of PDF Tools.
- View, extract, and edit PDF files using Python scripts.
- Supports text extraction (by page or all pages), text overlay, and limited text replacement.
- Merge, split (by page or range), and rotate PDF pages.
- Retrieve PDF metadata and structure in text or JSON formats.
- All scripts work with standard Python libraries (pdfplumber, PyPDF2).
- Includes workflow patterns for common PDF manipulation tasks.
元数据
常见问题
PDF Tools 是什么?
View, extract, edit, and manipulate PDF files. Supports text extraction, text editing (overlay and replacement), merging, splitting, rotating pages, and getting PDF metadata. Use when working with PDF documents for reading content, adding/editing text, reorganizing pages, combining files, or extracting information. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5722 次。
如何安装 PDF Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-tools」即可一键安装,无需额外配置。
PDF Tools 是免费的吗?
是的,PDF Tools 完全免费(开源免费),可自由下载、安装和使用。
PDF Tools 支持哪些平台?
PDF Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PDF Tools?
由 cmpdchtr(@cmpdchtr)开发并维护,当前版本 v0.1.0。
推荐 Skills