What problem does it solve? Creating or editing images requires design tools and manual effort; this Skill lets you generate images from text prompts or edit existing photos directly through the Google Gemini (Nano Banana) image generation API from the command line. ## Core Features & Use Cases - Text-to-Image Generation: Create images from natural language prompts with configurable aspect ratios (1:1, 16:9, 9:16, etc.) and resolutions (1K, 2K) via gen.py. - Image Editing: Modify an existing image with an instruction (e.g., "add a wizard hat to the cat") using edit.py. - Batch Generation: Produce multiple images in one run by editing the TASKS list in batch.py. - Use Case: You need a 16:9 banner for a blog post — run one script with your prompt and get a 2K image saved to /var/minis/attachments/, ready to display inline. ## Quick Start Ask the assistant to generate an image of your chosen subject with your preferred aspect ratio, and it will run the bundled script and display the result inline.