nano-banana-build
Installation
SKILL.md
Nano Banana Image Generation Skill
Use this skill to generate and edit images using the google-genai Python SDK with Gemini's specialized image models (Nano Banana).
Quick Start Setup
from google import genai
from google.genai import types
from PIL import Image
import io
client = genai.Client()