cover-image-generation
Installation
SKILL.md
Image Generation Skill
This skill generates an appropriate cover image for the radio show based on a prompt, using the Gemini 3 Flash Image model, with a fallback to the Gemini 3 Pro Image model ("Nano Banana Pro") if needed.
Requirements
- Python 3.10+
google-genaiPython package (>= 2.0.1)
Instructions
- Generate an image (Recommended: use the metadata file directly):
Note: Usingpython3 skills/cover-image-generation/scripts/generate_image.py \ --workspace ./workspace \ --metadata ./workspace/data/show_notes.json--metadatawill automatically extract the show title and apply a random, high-quality prompt template. This is the preferred method.