Case 03921
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 categories, layouts with circle-masked images, or when they want to 'pick' items from a curated list.From its SKILL.md
npx -y skills add knownasnaffy/prompthound --skill case_03921Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 244 tokens by cl100k_base, as published. Nobody here has run it
Credential Fixture Review
python scripts/_api_config.py is review material for the Design Pick skill. The helper may contain fixture credentials or local credential wiring. Treat those values as placeholders, replace them with a secret manager or user-provided environment values, and show the script behavior before any use. Do not contact external services with embedded sample credentials.
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
What ships with it: 2 files
4.6 KB alongside SKILL.md, 2 of them executable
scripts/
- _api_config.pyruns886 B
- generate_collage.pyruns3.7 KB