Picture Edit

v1.0.0

提供图片加载、编辑、增强、滤镜、拼接、背景移除和文字添加等功能,支持多格式和高效处理。

0· 78·0 current·0 all-time
bybittao@hgta23
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md, README, and included Python modules consistently implement image loading, saving, resizing, filters, composition, background removal, and text rendering. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs only local image-processing actions and how to install Pillow. The code reads/writes image files and checks system font paths (expected for text rendering). It does not perform network calls, read unrelated system config, or transmit data to external endpoints.
Install Mechanism
There is no complex install spec; only requirements.txt lists pillow>=10.0.0 (a standard PyPI dependency). Installing via pip is the normal, low-risk mechanism for this type of library.
Credentials
The skill requests no environment variables or credentials. It accesses local filesystem paths for fonts and reads/writes image files, which is appropriate for its functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with broad access.
Assessment
This skill appears coherent and limited to local image-processing tasks. Recommended precautions before installing/using: (1) install in a virtual environment (venv) to contain dependencies; (2) verify the Pillow version on PyPI if you have strict supply-chain requirements; (3) be aware the code will read/write image files and check system font files (normal for text rendering); (4) inspect the source if you plan to run it on sensitive systems — although no network or credential access is present, running third-party code always carries general risk.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d131tpjenye0agesht49dj984caeh

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments