skillfed

nano-banana-pro

Nano Banana Pro harnesses Gemini 3 Pro's image capabilities to generate, edit, and composite images through simple command-line scripts. Supports text-to-image generation at multiple resolutions, single-image editing, and multi-image composition with customizable aspect ratios.

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

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

628 133 MIT updated by swarmclawai

Install

swarmclawai/swarmclaw/nano-banana-pro · repository language: TypeScript

git clone https://github.com/swarmclawai/swarmclaw
cp -r swarmclaw/skills/nano-banana-pro ~/.claude/skills/nano-banana-pro
npx skillfed install swarmclawai/swarmclaw/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?

Yes. Nano Banana Pro uses Gemini 3 Pro to generate images directly from your text descriptions. You provide a prompt describing what you want, and the tool creates the image using Gemini's image generation capabilities. The generated images can be customized for specific resolutions and aspect ratios to suit your needs.

How do I edit or modify existing images with AI?

Nano Banana Pro supports AI-powered image editing through text instructions. You can provide editing prompts to modify existing images—the tool processes your instructions using Gemini 3 Pro to apply changes. This allows you to refine, enhance, or transform images without manual editing software.

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

Yes. Nano Banana Pro can create composite images by combining multiple images into a single scene. This multi-image composition feature lets you merge photos and artwork together, giving you flexibility in creating complex visual compositions from separate image sources.

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

Nano Banana Pro allows you to create images at specific resolutions and aspect ratios of your choice. You can customize dimensions to match your project requirements, whether you need standard web sizes, high-resolution outputs, or custom aspect ratios for specialized applications.

Can I automate image creation workflows with Gemini API?

Yes. Nano Banana Pro integrates with the Gemini API to enable workflow automation. You can script batch image generation, combine multiple operations, and automate repetitive image creation tasks through command-line scripts, making it ideal for large-scale or recurring image production needs.

What license does nano-banana-pro use?

Nano Banana Pro is released under the MIT license, which permits free use, modification, and distribution for both commercial and personal projects 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.

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)

```bash uv run

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

Read as markdown · JSON record · Browse the source repository

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

Related skills

Tags

text-to-image image-synthesis ai-editing multi-image-composition generative-ai image-manipulation resolution-control aspect-ratio-customization batch-processing