nano-banana-pro

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to easily generate new images from text prompts or edit existing images using AI, streamlining creative workflows.

Core Features & Use Cases

  • Image Generation: Create unique images based on detailed text descriptions.
  • Image Editing: Modify existing images by providing instructions and input images.
  • Multi-Image Composition: Combine multiple images into a single scene.
  • Use Case: A designer needs a unique illustration for a blog post. They can use this Skill to generate an image based on a description like "a futuristic cityscape at sunset with flying cars."

Quick Start

Use the nano-banana-pro skill to generate an image with the prompt "a serene forest landscape".

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 the Gemini model?

To generate images from text prompts using the Gemini 3 Pro Image model, you provide a detailed text description to the script, which then processes the input and outputs the created image at your specified resolution and aspect ratio.

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

Yes, you can combine multiple images into a single scene using the multi-image composition feature, which supports merging up to 14 images into one cohesive output based on your provided instructions.

Do I need a GEMINI_API_KEY to edit existing images?

Yes, you need a GEMINI_API_KEY environment variable or configuration to edit existing images, as the script requires this authentication to access the Gemini 3 Pro Image model for processing modifications.

What resolutions and aspect ratios are supported for AI image generation?

AI image generation supports resolutions of 1K, 2K, and 4K, and allows you to specify the aspect ratio, enabling you to customize the output dimensions for your specific design needs.

How do I set up the Python environment for AI image generation and editing?

To set up the Python environment for AI image generation and editing, install the required google-genai and pillow dependencies, then configure your GEMINI_API_KEY before executing the script to generate or modify images.