← Back to Skills Marketplace
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install p-e
Description
极速图片提取工具。发送模板图片+多张实际图片,秒懂格式,一步到位生成 Excel 表格。无需确认,直接输出。 触发方式:/p-e、/pe、「图片提取」「提取Excel」「picture extract」 Picture Extract: send template + data images, instantly...
Usage Guidance
This skill appears to do what it says: convert structured data from images into an Excel file using the included Python script. Before installing or running it, consider: 1) It will save uploaded images to /tmp/p-e-images and leave them there — avoid sending highly sensitive images or remove the files after use. 2) The default output is ~/Desktop/product_list.xlsx and may overwrite an existing file with that name; specify an output path if needed. 3) The setup step runs pip3 --user install openpyxl Pillow (PyPI packages) — if you prefer, run scripts/setup.sh yourself in a controlled environment. 4) The actual data extraction (parsing fields from images) is performed by the agent's vision/logic (not an included OCR library), so results depend on the agent's capabilities; test on non-sensitive samples first. If any of these behaviors are unacceptable (retaining files, installing packages, or running commands), do not install or run the skill until you can run it in an isolated environment or adjust the workflow.
Capability Analysis
Type: OpenClaw Skill
Name: p-e
Version: 1.0.0
The 'p-e' skill is a legitimate tool for extracting data from images into Excel spreadsheets. The code in `generate_excel.py` and the instructions in `SKILL.md` are consistent with the stated purpose, using standard libraries like openpyxl and Pillow. While it performs file system operations and dependency installation, these actions are transparent and necessary for the tool's functionality.
Capability Assessment
Purpose & Capability
The skill's name/description (image→Excel) matches the provided code and runtime instructions. It only requires python3 and includes a generate_excel.py that embeds images into an XLSX file — a reasonable and proportionate requirement for the stated function.
Instruction Scope
Instructions are specific: save images to /tmp/p-e-images, write JSON to /tmp/p-e-data.json, run the bundled generator. The extraction step relies on the agent's vision capability (no OCR library in the package), which is expected for an agent skill but is operationally vague. The skill intentionally retains uploaded images in /tmp rather than removing them; this may leave sensitive images on disk if the environment does not auto-clean /tmp.
Install Mechanism
No remote install spec in the registry; the bundled setup.sh uses pip3 --user to install openpyxl and Pillow from PyPI. This is a standard, low-risk approach (no downloads from unknown hosts or extract actions).
Credentials
The skill declares no environment variables, credentials, or config paths. Runtime instructions use only standard filesystem paths (/tmp and user's Desktop) and the expected python3 binary — there are no unrelated secrets requested.
Persistence & Privilege
The skill is not flagged always:true and does not attempt to modify other skills or system-wide configs. It writes files under /tmp and (by default) the user's Desktop, which is appropriate for its function but means artifacts persist until removed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install p-e - After installation, invoke the skill by name or use
/p-e - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of p-e: an ultra-fast picture extraction tool for generating Excel sheets from template + multiple images.
- Supports both command triggers (/p-e, /pe) and natural language triggers (“图片提取”, “提取Excel”, “picture extract”).
- Automatically analyzes template image layout, extracts structured data from each input image, and embeds images into the generated Excel.
- Outputs Excel with custom formatting: blue header, fixed column widths, embedded images (320x240px), and all data columns.
- Handles Python dependencies and provides setup guidance if missing.
- Summarizes result with a data stats report and saves images and temporary files as specified.
Metadata
Frequently Asked Questions
What is P-E?
极速图片提取工具。发送模板图片+多张实际图片,秒懂格式,一步到位生成 Excel 表格。无需确认,直接输出。 触发方式:/p-e、/pe、「图片提取」「提取Excel」「picture extract」 Picture Extract: send template + data images, instantly... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install P-E?
Run "/install p-e" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is P-E free?
Yes, P-E is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does P-E support?
P-E is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created P-E?
It is built and maintained by Haiou-max (@haiou-max); the current version is v1.0.0.
More Skills