P图
v1.0.0提供图片加载、尺寸调整、裁剪、格式转换、增强、滤镜、拼接、背景移除和文字添加等多功能创意图片处理能力。
⭐ 0· 69·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
Name/description match the included Python modules (core, filters, enhance, composite, background, text). All requested capabilities (resize, filters, background removal, text, stitching) are implemented in the code; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md only documents usage and a pip install of requirements.txt. The runtime instructions and code operate on image files and local fonts; they do not read arbitrary config files, environment variables, or send data to external endpoints.
Install Mechanism
No special install spec; dependency is only pillow>=10.0.0 via requirements.txt. There are no downloads from untrusted URLs, no extracted archives, and no nonstandard installation locations.
Credentials
The skill declares no environment variables or credentials. Code accesses local filesystem for images and system font paths (to render text), which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide config. It does not request elevated or persistent privileges.
Assessment
This skill appears coherent and limited to local image processing. Before installing/running: (1) run it in a virtualenv or sandbox if you prefer isolation, (2) note it will read/write image files (example writes to an 'output' directory) and access system font files, and (3) the only dependency is Pillow. If you need network-isolation, run without network access — the code contains no networking but isolating untrusted code is a good practice.Like a lobster shell, security has layers — review code before you run it.
latestvk97bhrs4j3zd99np9frtdj1p6x84a48t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
