Picture
v1.0.0提供图片加载、保存、尺寸调整、裁剪、格式转换,智能增强,滤镜应用,拼接,背景移除和文字添加的全能图片处理工具。
⭐ 0· 57·0 current·0 all-time
bybittao@hgta23
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill name/description (image loading, resizing, filters, background removal, text) matches the included Python modules. Required files and APIs (Pillow functions, file I/O for images and fonts) are exactly what an image-processing library needs.
Instruction Scope
SKILL.md instructions and example.py show only local image operations (open, transform, save). There are no instructions to read unrelated system files, environment secrets, or to send data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only), and requirements.txt only lists pillow>=10.0.0 — a standard dependency for image processing. Nothing is downloaded from arbitrary URLs or installed from untrusted sources.
Credentials
The skill requests no environment variables, credentials, or config paths. It does read system font files if present (expected for text rendering) but that is proportional to the stated functionality.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and contains no code to persist or elevate privileges beyond reading/writing image files provided by the user.
Assessment
This package is coherent and appears safe for image processing. Before installing, note: it requires Pillow and will read/write files you pass to it (so avoid processing untrusted images if you are concerned about malformed file attacks). The text module will attempt to load system font files (normal behavior). Verify you run it in an environment with sufficient memory for large images and review any files you supply as inputs/outputs. If you need networked or remote-storage integration, this skill does not include that and would need explicit, separate code.Like a lobster shell, security has layers — review code before you run it.
latestvk970m19179tmytdpq8rcyfndg984dway
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
