P-E
v1.0.0极速图片提取工具。发送模板图片+多张实际图片,秒懂格式,一步到位生成 Excel 表格。无需确认,直接输出。 触发方式:/p-e、/pe、「图片提取」「提取Excel」「picture extract」 Picture Extract: send template + data images, instantly...
⭐ 0· 74·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk977dhdr4g5ephcwwjrc8tvrpd84gprg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📊 Clawdis
OSmacOS · Linux
Binspython3
