nano-banana-pro
Nano Banana Pro harnesses Gemini 3 Pro Image to create and modify images from natural language descriptions. The skill supports single image generation, editing of existing images, and composition of multiple images into unified scenes across resolutions up to 4K.
Nano Banana Pro generates images from text prompts using Gemini 3 Pro Image technology.
AI-generated summary based on this skill's SKILL.md
Install
smallnest/goclaw/nano-banana-pro · repository language: Go
git clone https://github.com/smallnest/goclaw
cp -r goclaw/internal/builtin_skills/nano-banana-pro ~/.claude/skills/nano-banana-pronpx skillfed install smallnest/goclaw/nano-banana-proFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I generate an image with Gemini 3 Pro using nano-banana-pro?
Nano Banana Pro leverages Gemini 3 Pro Image to generate images directly from your text descriptions. Simply provide a natural language prompt describing the image you want, and the skill processes it through Gemini 3 Pro to produce your result. The generated images can be created at multiple resolutions including 1K, 2K, and 4K to suit your needs.
Can nano-banana-pro edit images with AI-guided instructions?
Yes, nano-banana-pro supports editing existing images with AI-guided instructions. Beyond generating new images from text, you can modify and refine existing images by providing specific editing prompts. This allows you to iteratively improve your visuals through natural language commands processed by Gemini 3 Pro.
What resolutions does nano-banana-pro support for image generation?
Nano Banana Pro creates images at different resolutions to match your requirements: 1K, 2K, and 4K. This flexibility lets you generate images optimized for various use cases, from web displays to high-resolution print and professional applications.
How can I combine multiple images into one composite with nano-banana-pro?
Nano Banana Pro enables composition of multiple images into a single unified scene. You can merge separate images together using AI-guided composition, allowing you to create complex composite visuals by combining multiple source images into one cohesive result.
Does nano-banana-pro support API integration for automated workflows?
Nano Banana Pro supports API integration to automate image generation workflows. This enables you to integrate the skill into larger systems and scripts, allowing batch processing and automated image creation pipelines for enterprise and development use cases.
What license does nano-banana-pro use?
Nano Banana Pro is released under the MIT license, providing open-source flexibility for both personal and commercial use with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
Nano Banana Pro (Gemini 3 Pro Image)
Use the bundled script to generate or edit images.
Quick Start
Generate an image:
uv run skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K
Commands
Generate Image
uv run skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K
Edit Image
uv run skills/nano-banana-pro/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" -i "/path/in.png" --resolution 2K
Multi-Image
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
internal/builtin_skills/nano-banana-pro/SKILL.md
internal/builtin_skills/nano-banana-pro/scripts/generate_image.py