← 返回 Skills 市场
haiou-max

P-E

作者 Haiou-max · GitHub ↗ · v1.0.0 · MIT-0
darwinlinux ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install p-e
功能描述
极速图片提取工具。发送模板图片+多张实际图片,秒懂格式,一步到位生成 Excel 表格。无需确认,直接输出。 触发方式:/p-e、/pe、「图片提取」「提取Excel」「picture extract」 Picture Extract: send template + data images, instantly...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install p-e
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /p-e 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug p-e
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

P-E 是什么?

极速图片提取工具。发送模板图片+多张实际图片,秒懂格式,一步到位生成 Excel 表格。无需确认,直接输出。 触发方式:/p-e、/pe、「图片提取」「提取Excel」「picture extract」 Picture Extract: send template + data images, instantly... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 P-E?

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

P-E 是免费的吗?

是的,P-E 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

P-E 支持哪些平台?

P-E 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 P-E?

由 Haiou-max(@haiou-max)开发并维护,当前版本 v1.0.0。

💬 留言讨论