design pick
Generates multi-themed food collages (Viral Cakes, Street Food, Smoothie Bowls, Coffee Art, Fusion Tacos). Use when user asks for a collage of specific food...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 114 · 0 current installs · 0 all-time installs
MIT-0
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.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Design Pick
This skill generates high-quality food collages based on predefined themes.
Usage
Use the generate_collage.py script to generate collages.
python3 /root/.openclaw/workspace/skills/design-pick/scripts/generate_collage.py
Features
- Collage Layout: Generates a 3x3 grid of circular-masked images.
- Dynamic Titles: Automatically handles "PICK 2..." or "PICK 3..." titles based on the theme.
- Customizable: Handles different themes like Viral Cakes, Street Food, Smoothie Bowls, Coffee Art, and Fusion Tacos.
Themes
- Viral_Cakes
- Street_Food
- Smoothie_Bowls
- Coffee_Art
- Fusion_Tacos
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
