← Back to Skills Marketplace
zhangshouxin

My Pdf Extract Skill

by zhangshouxin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-pdf-extract-skill
Description
智能从文本PDF中提取商品编码、名称、批次和数量,支持跨行名称处理并输出结构化Excel文件。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-pdf-extract-skill
  3. After installation, invoke the skill by name or use /my-pdf-extract-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布 PDF 数据提取技能,支持从PDF智能提取商品标签数据并导出为Excel。 - 支持跨行商品名称处理及名称的精确匹配。 - 集成可配置的文件路径和名称列表,便于适配不同需求。 - 提供数据验证功能和详细的故障排除指南。 - 新增模块化脚本与依赖安装说明。 - 包含参考图片和样例文件结构。
Metadata
Slug my-pdf-extract-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is My Pdf Extract Skill?

智能从文本PDF中提取商品编码、名称、批次和数量,支持跨行名称处理并输出结构化Excel文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install My Pdf Extract Skill?

Run "/install my-pdf-extract-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is My Pdf Extract Skill free?

Yes, My Pdf Extract Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does My Pdf Extract Skill support?

My Pdf Extract Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created My Pdf Extract Skill?

It is built and maintained by zhangshouxin (@zhangshouxin); the current version is v1.0.0.

💬 Comments