Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
letta-ai avatar

Nano Banana Pro

  • 1 installs
  • 327 repo stars
  • Updated May 25, 2026
  • letta-ai/lettabot

Generates or edits images via Gemini 3 Pro Image (Nano Banana Pro) using a bundled script, supporting single-image edits and multi-image composition up to 14 images.

About

Uses a bundled script to generate and edit images through Gemini 3 Pro Image at 1K/2K/4K resolutions. A developer or agent uses it to create or composite images from a text prompt with a GEMINI_API_KEY.

  • Generate, single-image edit, and up-to-14-image composition modes
  • Resolutions 1K/2K/4K; prints a MEDIA: line for auto-attach

Nano Banana Pro by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,200 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 16, 2026 (Skillselion catalog sync)
npx skills add https://github.com/letta-ai/lettabot --skill nano-banana-pro

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars327
Last updatedMay 25, 2026
Repositoryletta-ai/lettabot

What it does

Generates or edits images via Gemini 3 Pro Image (Nano Banana Pro) using a bundled script, supporting single-image edits and multi-image composition up to 14 images.

Files

SKILL.mdMarkdownGitHub ↗

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 set skills."nano-banana-pro".apiKey / skills."nano-banana-pro".env.GEMINI_API_KEY in ~/.clawdbot/clawdbot.json

Notes

  • Resolutions: 1K (default), 2K, 4K.
  • Use timestamps in filenames: yyyy-mm-dd-hh-mm-ss-name.png.
  • The script prints a MEDIA: line for Clawdbot to auto-attach on supported chat providers.
  • Do not read the image back; report the saved path only.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.