generate
Installation
SKILL.md
Nano Banana Pro - Gemini Image Generation (Windows Compatible)
Generate custom images using Google's Gemini models for integration into frontend designs.
Prerequisites
Windows Setup
-
Install uv - Python package manager:
# PowerShell (as Admin) irm https://astral.sh/uv/install.ps1 | iex -
Set the
GEMINI_API_KEYenvironment variable:# Temporary (current session only) $env:GEMINI_API_KEY = "your-api-key-here"