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-genai Python package (>= 2.0.1)

Instructions

  1. Generate an image (Recommended: use the metadata file directly):
    python3 skills/cover-image-generation/scripts/generate_image.py \
      --workspace ./workspace \
      --metadata ./workspace/data/show_notes.json
    
    Note: Using --metadata will automatically extract the show title and apply a random, high-quality prompt template. This is the preferred method.
Installs
8
GitHub Stars
64
First Seen
Jun 28, 2026
cover-image-generation — google-gemini/gemini-managed-agents-templates