Nano Banano Pro Skill — Development skill for Claude Code
Claude Code skill for generating and editing images using Gemini 3 Pro Image Preview API.
How to install Nano Banano Pro Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open guyaga/nano-banano-pro-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Nano Banano Pro Skill does
Claude Code skill for generating and editing images using Gemini 3 Pro Image Preview API.
Alternatives in Development
- Imagegen — Generate and edit images using OpenAI's Image API for projects 14.6k ★
- Earnings Preview — 财报前预览 — 一致预期对照 + 行业观察指标 + Bull/Base/Bear 三情景 + 催化剂清单 + 预期波幅 6.6k ★
- Gcli2api — 将 GeminiCLI 和 Antigravity 转换为 OpenAI 、GEMINI 和 Claude API 接口 4.6k ★
README
Nano Banano Pro
A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skill for generating and editing images using Google's **Gemini 3 Pro Image Preview** model.
What It Does
This skill gives Claude Code the ability to generate and edit images directly from your conversation. Ask Claude to create infographics, product mockups, logos, data visualizations, and more — all powered by Gemini's advanced image generation.
Key Features
- High-resolution output — 1K, 2K, or 4K images
- Advanced text rendering — legible text for infographics, menus, diagrams
- Multi-turn editing — iteratively refine images through conversation
- Up to 14 reference images — maintain character/object consistency
- Google Search grounding — generate images based on real-time data
- Multiple aspect ratios — 1:1, 4:3, 3:4, 16:9, 9:16, 5:4
Installation
1. Get a Gemini API Key
- Go to Google AI Studio
- Create or select a project
- Generate an API key
- Copy it — you'll need it in the next step
2. Set Your API Key
Choose one of these methods:
**Option A: Environment variable (recommended)**
# Linux/macOS — add to ~/.bashrc or ~/.zshrc
export GEMINI_API_KEY=your-api-key-here
# Windows (PowerShell) — add to your profile
$env:GEMINI_API_KEY="your-api-key-here"
# Windows (Command Prompt)
set GEMINI_API_KEY=your-api-key-here
**Option B: `.env` file in the skill directory**
# Copy the template
cp .env.example .env
# Edit .env and paste your key
GEMINI_API_KEY=your-api-key-here
**Important:** Never commit your `.env` file. It's already in `.gitignore`.
3. Install the Skill in Claude Code
# Navigate to your Claude Code skills directory
cd ~/.claude/skills/
# Clone this repo
git clone https://github.com/guyaga/nano-banano-pro-skill.git nano-banano-pro
# Install dependencies
cd nano-banano-pro
npm install
4. Register the Skill
Add the skill
Related Skills
Nano Image Generator Skill
A Claude Code skill for generating images using Gemini 3 Pro Preview (Nano Banana Pro).
Nanobanana
Claude Code skill for generating photorealistic images with Gemini 3 Pro Image (Nano Banana Pro). Automatic pr
Gemini Image Skill
Equip Claude Code with Nano Banana - image generation & editing via Gemini API
Nano Banana Image Generation
Generate professional images via the Gemini CLI's nanobanana extension.
Setup Gemini
Configures the Gemini API key for image generation with Nano Banana. Use only on explicit user request.
Nano Banana Pro Prompts Recommend Skill
Claude Code / Cursor skill to recommend from 6000+ Nano Banana Pro image prompts.
Related Agents
Image Craft Expert
Crafts optimized text-to-image prompts and generates images using Gemini (nano-banana) and/or ChatGPT (gpt-ima
Pro SEO Image Gen
SEO image analyst. Audits existing OG/social preview images, identifies missing or low-quality images, and cre
Image Generator
Generates and edits images using the OpenAI Image API via the bundled CLI (scripts/image_gen.py). Use for conc