skillfed

nano-banana-pro

Nano Banana Pro harnesses Gemini 3 Pro Image to generate images from text descriptions or edit existing ones at resolutions up to 4K. The skill supports single-image generation, targeted edits on existing images, and multi-image composition combining up to 14 images into one scene.

Nano Banana Pro generates images from text prompts using Gemini 3 Pro Image.

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

117 8 MIT updated by geezerrrr

Install

geezerrrr/motive/nano-banana-pro · repository language: Swift

git clone https://github.com/geezerrrr/motive
cp -r motive/Motive/Resources/Skills.bundle/nano-banana-pro ~/.claude/skills/nano-banana-pro
npx skillfed install geezerrrr/motive/nano-banana-pro

Frequently asked questions

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

Can nano-banana-pro generate images from text descriptions using Gemini?

Yes, nano-banana-pro harnesses Gemini 3 Pro Image to generate images directly from your text descriptions. You provide a prompt describing what you want to see, and the skill creates the image for you at your chosen resolution.

What resolutions does nano-banana-pro support for image output?

Nano-banana-pro creates high-resolution images at 1K, 2K, or 4K output sizes, giving you flexibility to choose the resolution that best fits your needs and use case.

How does nano-banana-pro edit images with Gemini 3 Pro?

Nano-banana-pro supports AI-powered image editing by accepting instructions to modify existing images. You can target specific edits on your photos, and Gemini 3 Pro applies the changes based on your AI-powered instructions.

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

Yes, nano-banana-pro supports multi-image composition, allowing you to combine up to 14 images into a single composite scene. This enables you to blend and merge multiple images seamlessly.

Does nano-banana-pro work with command-line scripts for automation?

Nano-banana-pro can automate image generation workflows via command-line scripts, making it suitable for batch processing and integration into automated pipelines and workflows.

What license does nano-banana-pro use?

Nano-banana-pro is released under the MIT license, which permits free use, modification, and distribution of the skill for both personal and commercial purposes.

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 — 2 files
Motive/Resources/Skills.bundle/nano-banana-pro/SKILL.md
Motive/Resources/Skills.bundle/nano-banana-pro/scripts/generate_image.py

Related skills

Tags

generative-ai image-synthesis multi-modal cli-tool api-integration batch-processing image-composition resolution-scaling prompt-based