← 返回 Skills 市场
Pdf Text Extract
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-text-extract
功能描述
Extract clean, readable text from any PDF using PyPDF2 via command line for easy processing, summarizing, or archiving.
安全使用建议
This skill appears to do what it says: the included tool reads a local PDF and outputs plain text using PyPDF2, with no network activity or secret access. Before installing/using: 1) Note SKILL.md shows python pdf_text_extract.py but the shipped file is tool.py — either rename the file or call python tool.py. 2) Ensure PyPDF2 is installed in the environment (pip install PyPDF2) because the skill doesn't provide an installer. 3) Run the script in a restricted/sandboxed environment the first time and avoid running it as root. 4) If you plan to use it in automation, confirm error handling and file permissions meet your needs. These are usability/packaging issues rather than security red flags.
功能分析
Type: OpenClaw Skill
Name: pdf-text-extract
Version: 1.0.0
The skill bundle is a standard PDF text extraction utility using the PyPDF2 library. The code in tool.py implements basic file reading and text extraction logic that aligns perfectly with the documentation in SKILL.md, with no evidence of malicious intent, data exfiltration, or suspicious instructions.
能力评估
Purpose & Capability
The skill claims to extract PDF text using PyPDF2 and the included tool.py implements exactly that. However, the SKILL.md usage examples reference a different filename (pdf_text_extract.py) and the README does not declare the PyPDF2 dependency — a packaging/documentation mismatch rather than a capability mismatch.
Instruction Scope
Runtime instructions only describe running a local Python script and writing output to stdout or a file. The instructions do not ask the agent to read unrelated files, access environment variables, or send data externally. The only issue is the incorrect script name in SKILL.md (tool is shipped as tool.py).
Install Mechanism
There is no install spec (instruction-only with an included code file). No network downloads or archive extraction are performed by the skill itself. The only runtime dependency is PyPDF2, which is not installed by the skill and must be managed externally.
Credentials
The skill requests no environment variables, credentials, or config paths. The code only reads the specified local PDF and optionally writes a local text file — no credential or secret access is requested or used.
Persistence & Privilege
The skill does not request persistent or elevated privileges; always is false and it does not modify other skills or system-wide settings. It only runs as a user process and writes output to the specified path.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf-text-extract - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf-text-extract触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of PDF Text Extract.
- Extracts text from any PDF file via command line
- Outputs text in reading order using PyPDF2
- Supports printing to terminal or saving to a file
- Suitable for converting reports, articles, and forms to plain text
- Priced at $2.50
元数据
常见问题
Pdf Text Extract 是什么?
Extract clean, readable text from any PDF using PyPDF2 via command line for easy processing, summarizing, or archiving. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Pdf Text Extract?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-text-extract」即可一键安装,无需额外配置。
Pdf Text Extract 是免费的吗?
是的,Pdf Text Extract 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pdf Text Extract 支持哪些平台?
Pdf Text Extract 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pdf Text Extract?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills