nano-banana-pro

Generate and edit images using the Gemini 3 Pro Image model.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kolbick/Kolb-Bot --skill nano-banana-pro-kolbick
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nano-banana-pro
Source: https://github.com/kolbick/Kolb-Bot/tree/main/skills/nano-banana-pro
Command: npx skills add https://github.com/kolbick/Kolb-Bot --skill nano-banana-pro-kolbick

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and modification of images using advanced AI models, saving time and creative effort.

Core Features & Use Cases

  • Image Generation: Create new images from text descriptions.
  • Image Editing: Modify existing images based on instructions.
  • Multi-Image Composition: Combine multiple images into a single scene.
  • Use Case: Generate a realistic image of a "cyberpunk cat riding a unicorn" or edit a photo to "add a sunset background."

Quick Start

Use the nano-banana-pro skill to generate an image with the prompt "a serene landscape at dawn" and save it as "dawn_landscape.png".

Frequently Asked Questions about nano-banana-pro

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

FAQPage Schema
Does this AI image generation method support 4K resolution outputs?▼

Yes, this AI image generation method supports 4K resolution outputs. The scripts allow you to generate and edit images at various resolutions, including 1K, 2K, and 4K, using the Gemini 3 Pro Image model and Pillow library for file handling.

How do I generate images from text descriptions using the Gemini 3 Pro Image model?▼

To generate images from text descriptions, you run Python scripts that send prompts to the Gemini 3 Pro Image model. This process automates image creation by returning a generated file, such as a dawn landscape PNG, based on your text input.

Can I edit an existing photo to add a sunset background using AI?▼

Yes, you can edit an existing photo to add a sunset background using AI image editing. By providing the original image and a text instruction to the Gemini 3 Pro Image model, the script modifies the photo and saves the updated result.

What is the best way to combine multiple images into a single scene with AI?▼

The best way to combine multiple images into a single scene is through multi-image composition. This Skill uses the Gemini 3 Pro Image model to merge multiple source images into one cohesive visual output based on your instructions.

Do I need a GEMINI_API_KEY to use Python scripts for multimodal image generation?▼

Yes, you need a GEMINI_API_KEY to use these Python scripts for multimodal image generation. The key is required for authenticating your requests to the google-genai library, enabling the AI to process and generate your images.

Does this AI image generation method support 4K resolution outputs?▼

Yes, this AI image generation method supports 4K resolution outputs. The scripts allow you to generate and edit images at various resolutions, including 1K, 2K, and 4K, using the Gemini 3 Pro Image model and Pillow library for file handling.