nano-banana-pro

Generate or edit PNG images from text prompts using Gemini 3 Pro Image API.

87|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/openaeon/OpenAEON --skill nano-banana-pro-openaeon
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: nano-banana-pro
Source: https://github.com/openaeon/OpenAEON/tree/main/skills/nano-banana-pro
Command: npx skills add https://github.com/openaeon/OpenAEON --skill nano-banana-pro-openaeon

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill requires google-genai, pillow, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of creating or revising images by turning text prompts (and optional input images) into finished PNGs using Gemini 3 Pro Image.

Core Features & Use Cases

  • Image generation from prompts: Create a brand-new image from a detailed description for concepts, thumbnails, and visual drafts.
  • Image editing and composition: Edit a single image with instructions or combine multiple images (up to 14) into one coherent scene.
  • OpenAEON-ready output handling: Prints a MEDIA: path so OpenAEON can automatically attach the generated image in supported chat providers.

Quick Start

Use the nano-banana-pro skill to generate an image from the prompt "a futuristic city at sunset, cinematic lighting" and save it as output.png.

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 a PNG image from a text prompt using Gemini?β–Ό

To generate a PNG image from a text prompt using Gemini, you provide a descriptive text string to the API. The script processes this prompt using Google's Gemini 3 Pro Image API and saves the returned inline image data as a PNG file.

Can I edit an existing image with text instructions using the Gemini API?β–Ό

Yes, you can edit an existing image by providing the input image alongside text instructions. The Skill supports single-image editing to apply specific revisions based on your descriptive text prompt.

How many images can I combine into a single scene during image composition?β–Ό

You can combine up to 14 input images into one coherent scene during image composition. The Skill processes these multiple input images together to generate a single combined PNG output.

Do I need an API key to generate images with Gemini 3 Pro?β–Ό

Yes, you need a GEMINI_API_KEY to authenticate your requests when generating images with Gemini 3 Pro. This key is required for the script to access the Google API and process your image generation or editing prompts.

How does the script handle generated image outputs for chat providers?β–Ό

The script handles generated image outputs by converting the returned inline image data into a saved PNG file. It then prints a MEDIA attachment line with the file path, allowing supported chat providers to automatically attach the image.