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()

Reference Materials

Installs
55
GitHub Stars
122
First Seen
Feb 1, 2026
nano-banana-build — cnemri/google-genai-skills