install
source · Clone the upstream repo
git clone https://github.com/smallnest/goclaw
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/smallnest/goclaw "$T" && mkdir -p ~/.claude/skills && cp -r "$T/internal/builtin_skills/nano-banana-pro" ~/.claude/skills/smallnest-goclaw-nano-banana-pro && rm -rf "$T"
manifest:
internal/builtin_skills/nano-banana-pro/SKILL.mdsource content
Nano Banana Pro (Gemini 3 Pro Image)
Use the bundled script to generate or edit images.
Quick Start
Generate an image:
uv run skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K
Commands
Generate Image
uv run skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K
Edit Image
uv run skills/nano-banana-pro/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" -i "/path/in.png" --resolution 2K
Multi-Image Composition
Combine up to 14 images:
uv run skills/nano-banana-pro/scripts/generate_image.py --prompt "combine these into one scene" --filename "output.png" -i img1.png -i img2.png -i img3.png
Parameters
: Image description (required)--prompt
: Output filename (required)--filename
: Image resolution:--resolution
(default),1K
,2K4K
: Input image path for editing/composition (can be used multiple times)-i
API Key
Set one of the following environment variables:
(preferred)GOOGLE_API_KEYGEMINI_API_KEY
Notes
- Resolutions:
(default),1K
,2K
.4K - Use timestamps in filenames:
.yyyy-mm-dd-hh-mm-ss-name.png - The script prints a
line for auto-attachment on supported chat providers.MEDIA: - Do not read the image back; report the saved path only.