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

  1. Install uv - Python package manager:

    # PowerShell (as Admin)
    irm https://astral.sh/uv/install.ps1 | iex
    
  2. Set the GEMINI_API_KEY environment variable:

    # Temporary (current session only)
    $env:GEMINI_API_KEY = "your-api-key-here"
    
Installs
Repository
smithery/ai
First Seen
generate — smithery/ai