# Nano Banana Illustrator

> Generate illustrations using Google's Nano Banana (Gemini Image) API. Use when creating images, illustrations, visual content from text prompts, or illustrating documents/stories. Defaults to Pro model with landscape (16:9) aspect ratio. Requires GOOGLE_API_KEY in environment.

- Skill: `majiayu000/nano-banana-illustrator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/nano-banana-illustrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/nano-banana-illustrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/nano-banana-illustrator

---


# Nano Banana Illustrator

Generate images using Google's Gemini Image models.

## Setup
```bash
pip install google-genai
export GOOGLE_API_KEY=your_key_here
```

## Usage
```bash
python generate_image.py "A sunset over mountains" -o sunset.jpg
python generate_image.py "A robot" -o robot.jpg -a portrait -m flash
```

## Models
- `pro` (default): High quality, 4K
- `flash`: Fast generation

## Aspect Ratios
- `landscape` (default): 16:9
- `portrait`: 9:16
- `square`: 1:1
- `cinematic`: 21:9

