nano-banana-pro

Generate and edit images with the Gemini 3 Pro Image model via Python.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill nano-banana-pro-simplefarmer69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nano-banana-pro
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/nano-banana-pro
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill nano-banana-pro-simplefarmer69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for quick and versatile image creation and modification directly from a command line interface, leveraging advanced AI models.

Core Features & Use Cases

  • Image Generation: Create new images from detailed text prompts.
  • Image Editing: Modify existing images based on specific instructions.
  • Multi-Image Composition: Combine multiple images into a single scene.
  • Use Case: Generate a photorealistic image of a futuristic cityscape at sunset, or edit a portrait to change the background to a tropical beach.

Quick Start

Use the nano-banana-pro skill to generate an image with the prompt 'a cat wearing a wizard hat' and save it as 'wizard-cat.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 AI images from text prompts using the Gemini model?

AI image generation from text prompts is handled by running a Python script that calls the Gemini 3 Pro Image model. You provide a detailed text prompt and the script generates a new image based on your description.

Can I combine multiple images into a single scene with AI?

Multi-image composition allows you to combine up to 14 images into a single unified scene. The script processes your input images and merges them according to your specific instructions.

How do I edit an existing image using an AI text prompt?

Image editing is performed by providing an existing input image alongside specific text instructions. The Gemini 3 Pro model processes both inputs to modify the original image as directed.

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

You need a GEMINI_API_KEY environment variable configured to authenticate your requests. The Python script requires this variable to access the Gemini 3 Pro Image model.

What image resolutions are supported by this AI image generation script?

Image generation supports specifying resolutions of 1K, 2K, and 4K. You can select your desired resolution when running the Python script to control the output image quality.

What is the best way to automate image creation and editing from the command line?

Automating image creation and editing is achieved by running a Python script directly from your command line interface. This allows quick generation and modification of images using the Gemini 3 Pro model without a GUI.