nano-banana-pro

Generate and edit images with Gemini 3 Pro via Google GenAI.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill nano-banana-pro-sugamdeol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nano-banana-pro
Source: https://github.com/Sugamdeol/moltbot-with-pollinations.ai/tree/main/skills/nano-banana-pro
Command: npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill nano-banana-pro-sugamdeol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai>=1.0.0, pillow>=10.0.0, and includes scripts (resource) components.

What problem does it solve?

Generate and edit high-quality Gemini 3 Pro images quickly and programmatically, removing manual, time-consuming image creation tasks.

Core Features & Use Cases

  • Generate new images from prompts using Gemini 3 Pro Image API.
  • Edit existing images by providing input images and prompts for refinements.
  • Compose multiple images into a single scene (up to 14 inputs) with configurable resolutions.

Quick Start

Run the generate_image.py script with a prompt to create or edit images using Gemini 3 Pro.

Frequently Asked Questions about nano-banana-pro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I compose multiple images into a single scene with Gemini?

Editing existing images with Gemini 3 Pro requires providing input images alongside descriptive prompts for refinements. The script processes these inputs to apply the requested visual modifications.

Can I compose multiple images into a single scene with Gemini?

You can compose multiple images into a single scene by providing up to 14 input images. The Skill supports multi-image compositions with configurable 1K, 2K, or 4K resolutions and optional prompts.

What image resolutions does the Gemini 3 Pro image generation script support?

Yes, a valid GEMINI_API_KEY is required to authenticate requests and generate or edit images. The Skill utilizes this key with the Google GenAI library and the uv tool for output generation.

How do I batch edit images programmatically with Google GenAI?

The Gemini 3 Pro image generation script supports 1K, 2K, and 4K resolutions. You can configure these output resolutions when running the generate_image.py script for single or batch edits.

Are there limits to multi-image compositions using Gemini 3 Pro?

You can batch edit images programmatically by running the provided scripts with the uv tool and Google GenAI library. Pass multiple input images and prompts to automate rapid visual content creation and edits.

How do I generate images using the Gemini 3 Pro API?

Multi-image compositions using Gemini 3 Pro are limited to a maximum of 14 input images. While prompts are optional for compositions, exceeding 14 inputs is not supported by the current script design.