skillfed

nano-banana-pro

Nano Banana Pro harnesses Gemini 3 Pro Image to create and modify visuals from natural language prompts. Generate original images at multiple resolutions, edit existing photos with instructions, or blend up to 14 images into a single composition—all via simple command-line scripts.

Nano Banana Pro generates and edits images from text prompts using Google's Gemini 3 Pro model.

AI-generated summary based on this skill's SKILL.md

869 101 MIT updated by beita6969

Install

beita6969/ScienceClaw/nano-banana-pro · repository language: TypeScript

git clone https://github.com/beita6969/ScienceClaw
cp -r ScienceClaw/skills/nano-banana-pro ~/.claude/skills/nano-banana-pro
npx skillfed install beita6969/ScienceClaw/nano-banana-pro

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

Can I generate images using AI gemini with nano-banana-pro?

Yes. Nano Banana Pro harnesses Gemini 3 Pro Image to generate original images from natural language prompts. You describe what you want, and the skill creates it for you at your specified resolution and aspect ratio.

How does nano-banana-pro edit or modify existing images?

Nano Banana Pro supports AI-powered image editing through Gemini 3 Pro. You provide an existing image and text instructions describing the changes you want—such as adjusting colors, removing objects, or applying effects—and the skill modifies it accordingly.

Can nano-banana-pro combine multiple images into one?

Yes. Nano Banana Pro can blend up to 14 images into a single composite scene. This multi-image composition feature lets you merge separate visuals into unified compositions via simple command-line scripts.

What resolutions and aspect ratios does nano-banana-pro support?

Nano Banana Pro lets you create images at specific resolutions and aspect ratios of your choice. You can generate standard sizes, custom dimensions, or batch process multiple images with consistent formatting and dimensions.

How do I use nano-banana-pro for batch image generation?

Nano Banana Pro supports batch generation of images with consistent formatting and dimensions. You can process multiple prompts or source images through simple command-line scripts, making it efficient for creating large sets of visuals with uniform specifications.

What license does nano-banana-pro use?

Nano Banana Pro is released under the MIT license, allowing you to freely use, modify, and distribute the skill for both personal and commercial projects.

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.

Generate

uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K

Edit (single image)

uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" -i "/path/in.png" --resolution 2K

Multi-image composition (up to 14 images)

uv run {baseDir}/scripts/generate_image.py --prompt "combine these into one scene" --filename "output.png" -i img1.png -i img2.png -i img3.png

API key

  • GEMINI_API_KEY env var
  • Or

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 3 files
skills/nano-banana-pro/SKILL.md
skills/nano-banana-pro/scripts/generate_image.py
skills/nano-banana-pro/scripts/test_generate_image.py

Related skills

Tags

image-synthesis ai-generation photo-editing batch-processing aspect-ratio-control multi-modal resolution-scaling prompt-based-creation