Gif Maker
v1.0.0将序列帧图片或精灵表(Sprite Sheet)转换为高质量 GIF 动画。支持自定义 FPS、布局切分及循环播放。
⭐ 0· 527·2 current·2 all-time
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 code and docs. The skill contains a Python implementation (Pillow) for composing GIFs and an optional call to gifsicle for compression, which is consistent with the described '智能压缩' feature. No unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
SKILL.md and run.sh instruct the agent to create a local venv, install requirements.txt (Pillow), and run make_gif.py with user-supplied paths and options. The runtime actions are limited to reading image files from the provided source path and writing the output GIF; the only external command invoked is gifsicle (if available) for compression. There are no instructions to read unrelated system files, export data, or contact remote endpoints.
Install Mechanism
There is no remote download of arbitrary code. run.sh auto-creates a Python venv and pip-installs a single dependency (Pillow) from requirements.txt, which is proportionate to the task. No archives or obscure URLs are fetched, and gifsicle is optional (user-installed or system package).
Credentials
The skill declares no required environment variables, credentials, or config paths. It does not attempt to access secrets or unrelated environment variables. The only filesystem write is the local .venv and the user-specified output GIF, which are expected for this functionality.
Persistence & Privilege
always is false and the skill does not request permanent elevated presence. It creates a .venv inside its own skill directory (normal) and does not modify other skills or global agent configuration.
Assessment
This skill appears to do exactly what it says: it creates a local Python virtual environment, installs Pillow, reads the image files you point it at, produces a GIF, and optionally runs the system gifsicle binary (if installed) to compress outputs. Before running: (1) confirm you trust the image source paths you provide (the script will read any files under that path), (2) be aware it will create a .venv inside the skill folder and install Pillow, and (3) if you need gifsicle compression, install gifsicle from your package manager rather than trusting unknown downloads. There is no indication the skill exfiltrates data or requests credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk97f1r92zttrhvb0bwv7tzr8758239jg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
