
Nano Banana Pro 2
- 101 installs
- skills.volces.com
Helps with ai & agent building tasks during AI-assisted development.
About
nano-banana-pro-2 is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- nano-banana-pro-2
- AI & Agent Building
- AI-coding skill
Nano Banana Pro 2 by the numbers
- 101 all-time installs (skills.sh)
- Ranked #4,322 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skills.volces.com --skill nano-banana-pro-2Add your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 101 |
|---|---|
| Repository | skills.volces.com ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
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 1KEdit (single image)
uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" -i "/path/in.png" --resolution 2KMulti-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.pngAPI key
GEMINI_API_KEYenv var- Or set
skills."nano-banana-pro".apiKey/skills."nano-banana-pro".env.GEMINI_API_KEYin~/.clawdbot/moltbot.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 Moltbot to auto-attach on supported chat providers. - Do not read the image back; report the saved path only.
Related skills
AI & Agent Buildingagents