📦 Image Edit Skill — 图像编辑

v1.0.0

基于 Pillow 的专业图像处理技能,支持批量编辑、水印、格式转换与像素级分析,一键完成复杂图像任务。

1· 233·1 当前·1 累计
yangruihan 头像by @yangruihan (Ryan)
下载技能包
最后更新
2026/3/10
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, docs, and runtime instructions are consistent with an image-editing Pillow (PIL) toolset and do not request unrelated credentials or perform unexpected network or privileged operations.
评估建议
This package appears to be a straightforward Pillow-based image processing toolset: it edits and analyzes images and writes output files. Before installing or running, confirm you trust the skill owner (no homepage provided), run the scripts in a safe/test folder (to avoid accidental overwrite), and install dependencies in a virtual environment (pip install -r requirements.txt). Note that requirements.txt includes openpyxl although the code doesn't use it — harmless but unexpected. If you'll pro...
详细分析 ▾
用途与能力
Name/description (Pillow-based image editing, batch processing, watermarking, info extraction) matches the included scripts and documentation. The provided scripts implement the listed features (image_editor, batch_processor, watermark, image_info).
指令范围
SKILL.md instructs running the local Python scripts with file-path arguments and documents options; it does not ask the agent to read unrelated system files, access environment variables, or send data to external endpoints.
安装机制
There is no install spec (instruction-only skill). Code files are included but no external installers or downloads are invoked by the skill itself, which minimizes install-time risk.
凭证需求
The skill requests no environment variables or credentials. Minor note: requirements.txt lists 'openpyxl' though I found no code using it — likely harmless but unnecessary.
持久化与权限
always is false and the skill does not request persistent system-wide configuration or modify other skills. Agent-autonomous invocation is allowed (platform default) but the skill's behavior is limited to local file processing when invoked.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/10

Initial release of the Pillow image processing skill. - Provides scripts for editing single images, batch processing, watermarking, and extracting image information using Pillow (PIL). - Supports operations like resizing, cropping, rotating, brightness/contrast/color/sharpness adjustment, and applying filters. - Enables batch processing with parallel execution and format conversion. - Watermark tool supports both text and image watermarks, with configurable position and opacity. - Includes reference documentation with best practices, syntax, and workflow guidelines for effective image processing. - Details troubleshooting tips and limitations for working with Pillow.

无害

安装命令

点击复制
官方npx clawhub@latest install image-edit-skill
镜像加速npx clawhub@latest install image-edit-skill --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库