@openclaw/nano-banana-pro
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Install
Add @openclaw/nano-banana-pro to Claude Code with the PolySkill CLI: polyskill add @openclaw/nano-banana-pro
Instructions
# Nano Banana Pro (Gemini 3 Pro Image) Use the bundled script to generate or edit images. Generate ```bash uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K ``` Edit (single image) ```bash 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 {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 - `G…
Keywords: image-generation, gemini, ai-art, editing