← 返回 Skills 市场
maverick-ai-tech

pypdf

作者 Maverick · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
399
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pypdf
功能描述
Extract text, metadata, and pages from PDF files using pypdf. Use for tasks such as reading PDF content, extracting specific pages, splitting or merging PDFs...
安全使用建议
This skill is coherent and appears to only operate on local PDFs using the included Python script. Before installing/using: (1) confirm you are comfortable running Python code on local PDF files (the script will read and write files you point it at); (2) note that if pypdf is missing the SKILL.md tells you to pip install pypdf — installing from PyPI requires network access and the usual supply-chain trust in that package; (3) if you will process untrusted PDFs, consider running the tool in an isolated/sandboxed environment because PDF parsers have historically had security bugs; and (4) if you want extra assurance, you can review the provided scripts/pypdf_cli.py (its source is small and readable) or run it on non-sensitive test files first.
功能分析
Type: OpenClaw Skill Name: pypdf Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'pypdf' is benign. All files, including the `SKILL.md` instructions and the `scripts/pypdf_cli.py` Python script, are fully aligned with the stated purpose of performing local PDF operations (extracting text/pages, splitting, merging, rotating). There is no evidence of malicious intent such as data exfiltration, unauthorized network communication, persistence mechanisms, or prompt injection attempts to subvert the agent's core directives. The script's file system interactions are limited to reading input PDFs and writing output PDFs/directories, which is necessary for its functionality.
能力评估
Purpose & Capability
Name and description match the included CLI (scripts/pypdf_cli.py) and the SKILL.md commands. Required binary (python3) is appropriate and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script against local PDF paths and to install pypdf if missing. The runtime instructions only reference local file paths and stdout/stderr; there are no steps that read unrelated system files, environment variables, or send data to external endpoints.
Install Mechanism
There is no formal install spec. The SKILL.md recommends installing the pypdf Python package with pip when missing — this is expected but means network access to PyPI will be required to satisfy dependencies. That is normal for Python tools but carries the usual supply-chain considerations of pip packages.
Credentials
The skill requires no environment variables, credentials, or config paths. All file I/O is limited to user-provided input/output paths, which is proportionate to the skill's stated PDF-processing purpose.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or global agent config, and has no built-in persistence. Agent autonomous invocation settings are the platform defaults and not a special privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pypdf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pypdf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the pypdf skill. - Provides CLI for extracting text, metadata, and specific pages from PDF files. - Supports splitting, merging, and rotating PDFs via deterministic commands. - All operations use scripts/pypdf_cli.py, with clear command structure and instructions. - Explicit requirements and operational rules included for consistent usage.
元数据
Slug pypdf
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

pypdf 是什么?

Extract text, metadata, and pages from PDF files using pypdf. Use for tasks such as reading PDF content, extracting specific pages, splitting or merging PDFs... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 399 次。

如何安装 pypdf?

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

pypdf 是免费的吗?

是的,pypdf 完全免费(开源免费),可自由下载、安装和使用。

pypdf 支持哪些平台?

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

谁开发了 pypdf?

由 Maverick(@maverick-ai-tech)开发并维护,当前版本 v1.0.0。

💬 留言讨论