nano-banana-pro

Generate or edit images via the Gemini 3 Pro Image API.

2|1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill nano-banana-pro-zhangziliang04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nano-banana-pro
Source: https://github.com/zhangziliang04/moltbot_deepseek/tree/main/skills/nano-banana-pro
Command: npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill nano-banana-pro-zhangziliang04

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 or edit high-quality images quickly using Gemini 3 Pro Image API, simplifying creative workflows for designers and developers.

Core Features & Use Cases

  • Generate new images from prompts with configurable resolutions (1K, 2K, 4K).
  • Edit or compose multiple images in a single workflow using input images (up to 14).
  • Manage API keys and environment setup to enable seamless automation with Gemini Pro Image services.

Quick Start

Run the bundled script with a prompt to generate or edit an image and save the output to a file.

Frequently Asked Questions about nano-banana-pro

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

FAQPage Schema
How do I generate images with Gemini 3 Pro using a text prompt?

You can generate images with Gemini 3 Pro by running the generate_image.py script with your text prompt. The script processes inputs via the Gemini 3 Pro Image API and saves the output image file directly to your local system.

Can I compose multiple input images together in a single AI generation workflow?

You can compose multiple input images in a single AI generation workflow by providing up to 14 input images to the script. The tool blends and edits them through the Gemini 3 Pro Image API to produce a unified output.

What resolutions are supported when generating images with the Gemini API?

When generating images with the Gemini API, the script supports adjustable resolutions of 1K, 2K, and 4K. You can configure these output settings when running the generate_image.py script to match your design requirements.

Do I need an API key to use the Gemini 3 Pro image editing script?

Yes, you need a GEMINI_API_KEY to authenticate with the Gemini 3 Pro Image API. You must provide this key directly or set it as an environment variable before executing the generate_image.py script for image editing.

What dependencies are required to run the Gemini 3 Pro image generation script?

Running the Gemini 3 Pro image generation script requires the uv tool, the google-genai library version 1.0.0 or higher, and the pillow library version 10.0.0 or higher. These dependencies enable core API interactions and local image handling.