nano-banana-pro

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

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/hammadparveez/mrhammadclaw --skill nano-banana-pro-hammadparveez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nano-banana-pro
Source: https://github.com/hammadparveez/mrhammadclaw/tree/main/skills/nano-banana-pro
Command: npx skills add https://github.com/hammadparveez/mrhammadclaw --skill nano-banana-pro-hammadparveez

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, eliminating the need for complex design software or manual editing for many tasks.

Core Features & Use Cases

  • Image Generation: Create new images from detailed text prompts.
  • Image Editing: Modify existing images based on 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 product photo to remove a distracting background.

Quick Start

Generate an image of a cat wearing a hat by running the command: uv run {baseDir}/scripts/generate_image.py --prompt "a cat wearing a hat" --filename "cat_hat.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 images from text prompts using Gemini?

Generate images from text prompts using the Gemini 3 Pro Image API by running a Python script with your descriptive prompt and a GEMINI_API_KEY. You can specify output filenames and resolutions like 1K, 2K, or 4K.

Can I edit existing images with AI without manual design software?

Edit existing images with AI by passing the image file and modification instructions to the Gemini 3 Pro API. This automates tasks like removing backgrounds or altering scenes without needing complex manual design software.

Does this image generation tool support multi-image composition?

Yes, this image generation tool supports multi-image composition. You can combine multiple images into a single unified scene using the Gemini 3 Pro Image API and the provided Python script.

Do I need a GEMINI_API_KEY to run the image editing script?

Yes, you need a GEMINI_API_KEY for authentication to run the image editing script. The Python script requires this key to communicate with the Gemini 3 Pro Image API for generating and modifying images.

What image resolutions are supported by the Gemini 3 Pro API script?

The Gemini 3 Pro API script supports adjustable image resolutions of 1K, 2K, and 4K. This allows you to generate and edit images at different quality levels based on your specific project requirements.