What problem does it solve?
This Skill enables rapid generation and editing of images using Gemini 3 Pro, reducing iterative workload and enabling creators to prototype visuals quickly.
Core Features & Use Cases
- Prompt-driven image generation: Create high-quality images from textual prompts with controllable resolutions (1K, 2K, 4K).
- Image editing with prompts: Modify existing images by applying editing instructions and optional input images.
- Iterative creative workflows: Support fast draft → iterate → final cycles with deterministic filename conventions and flexible prompts.
Quick Start
Use the nano-banana-pro skill to generate an image from a prompt, with a filename and optional input image; for example:
uv run ~/.codex/skills/nano-banana-pro/scripts/generate_image.py --prompt "A serene futuristic city at dusk" --filename "2025-11-23-14-23-05-city.png" --resolution 4K
Or to edit an existing image:
uv run ~/.codex/skills/nano-banana-pro/scripts/generate_image.py --prompt "change to watercolor style" --filename "city-watercolor.png" --input-image "city-input.png" --resolution 2K