design pick
v1.0.0Generates multi-themed food collages (Viral Cakes, Street Food, Smoothie Bowls, Coffee Art, Fusion Tacos). Use when user asks for a collage of specific food...
⭐ 0· 200·0 current·0 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 (food collages) matches the included script which builds 3x3 circle-masked collages and saves PNG files. There are no requests for unrelated credentials, binaries, or services.
Instruction Scope
SKILL.md tells the agent to run the included Python script at an absolute workspace path. The script reads image files from a collages/{theme}/... relative path (these image assets are not included in the manifest), uses a system font path, and writes output PNGs. It does not perform network I/O or access environment variables, but will fail if expected image assets or the font are missing.
Install Mechanism
No install spec (lowest risk). The script requires Pillow (PIL) but the skill does not declare this dependency; runtime may fail if Pillow is not present in the agent environment.
Credentials
No environment variables, credentials, or config paths are requested. The skill reads only local image files inside its collages path and a standard system font.
Persistence & Privilege
always is false and there is no mechanism for the skill to make itself persistent or modify other skills. It simply contains a script that runs when invoked.
Assessment
This skill appears to do exactly what it says: generate local collage PNGs from local image files. Before installing, verify you trust the skill owner because it contains executable Python code (it will run locally). Check that the expected input images (collages/<theme>/*.png) are available in the skill workspace or add them yourself, and ensure Pillow and the referenced font path exist in your environment. There is no network access or secret usage in the code, so the main risks are runtime failures (missing dependencies/assets) or running arbitrary code you didn't write — install only if you are comfortable executing the included script.Like a lobster shell, security has layers — review code before you run it.
latestvk97amj8xgzs06hjbxjjv4sr2v982p1n5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
