← 返回 Skills 市场
My Pdf Extract Skill
作者
zhangshouxin
· GitHub ↗
· v1.0.0
· MIT-0
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-pdf-extract-skill
功能描述
智能从文本PDF中提取商品编码、名称、批次和数量,支持跨行名称处理并输出结构化Excel文件。
安全使用建议
Do not run the provided commands or install packages until you verify the missing script. Steps to take:
1) Request the maintainer or publisher to provide the missing scripts (scripts/extract_exact.py). Do not fetch unknown code from other servers without review.
2) If you receive the script, inspect its source for any network calls, reading of unrelated files, or use of environment variables before running. Look for requests to send data to external endpoints or to read credentials.
3) Run installations and the script inside a brand-new isolated virtual environment you create (python -m venv .venv; source .venv/bin/activate) rather than activating ../venv, which could reuse/modify your existing environment.
4) Prefer running the script on a sample PDF in a disposable environment first. Verify the output path and file writes.
5) If you cannot obtain the script source, treat this package as incomplete/untrusted and do not execute arbitrary pip installs or commands it suggests. Providing the missing script and its content would change this assessment to benign if the script is small, self-contained, and contains no unexpected network or credential access.
功能分析
Type: OpenClaw Skill
Name: my-pdf-extract-skill
Version: 1.0.0
The skill bundle contains metadata and documentation for a PDF data extraction tool designed to convert product label information into Excel format. The instructions in SKILL.md and README.md describe a standard workflow using legitimate Python libraries (pdfplumber, pandas, openpyxl) and do not contain any evidence of malicious intent, data exfiltration, or prompt injection attacks. While the primary execution script (scripts/extract_exact.py) mentioned in the documentation is not included in the provided file list, the descriptive content and usage examples are consistent with a benign utility.
能力评估
Purpose & Capability
The stated purpose (extract structured label data from text PDFs and write Excel) matches the declared dependencies (pdfplumber, pandas, openpyxl). However, the package does not include the referenced executable/script (scripts/extract_exact.py), so the archive is incomplete or mispackaged.
Instruction Scope
SKILL.md tells the user to activate a virtualenv at ../venv and run python scripts/extract_exact.py and to edit variables inside that script. Those instructions reference files and an environment outside the skill bundle and assume a script that is not present. Activating ../venv may modify or reuse the user's existing environment—this is risky if the missing script is retrieved from elsewhere.
Install Mechanism
No install spec is provided; the README instructs to pip install common libraries (pdfplumber, pandas, openpyxl), which is proportionate to the described task. Installing from PyPI is normal but you should still vet package versions and perform installs inside an isolated venv.
Credentials
The skill does not request environment variables, credentials, or config paths. The requested resources (a local PDF file and writing an output XLSX) are proportional to the stated purpose.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and allows autonomous invocation by default (platform default); nothing here grants it unusual system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-pdf-extract-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-pdf-extract-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布 PDF 数据提取技能,支持从PDF智能提取商品标签数据并导出为Excel。
- 支持跨行商品名称处理及名称的精确匹配。
- 集成可配置的文件路径和名称列表,便于适配不同需求。
- 提供数据验证功能和详细的故障排除指南。
- 新增模块化脚本与依赖安装说明。
- 包含参考图片和样例文件结构。
元数据
常见问题
My Pdf Extract Skill 是什么?
智能从文本PDF中提取商品编码、名称、批次和数量,支持跨行名称处理并输出结构化Excel文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 My Pdf Extract Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-pdf-extract-skill」即可一键安装,无需额外配置。
My Pdf Extract Skill 是免费的吗?
是的,My Pdf Extract Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
My Pdf Extract Skill 支持哪些平台?
My Pdf Extract Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 My Pdf Extract Skill?
由 zhangshouxin(@zhangshouxin)开发并维护,当前版本 v1.0.0。
推荐 Skills