2.1k★by dycathecorde
nano-banana-pro – OpenClaw Skill
nano-banana-pro is an OpenClaw Skills integration for data analytics workflows. Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Skill Snapshot
| name | nano-banana-pro |
| description | Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). OpenClaw Skills integration. |
| owner | dycathecorde |
| repository | dycathecorde/nano-banana-pro-2 |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @dycathecorde/nano-banana-pro-2 |
| last updated | Feb 7, 2026 |
Maintainer

name: nano-banana-pro description: Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). homepage: https://ai.google.dev/ metadata: {"moltbot":{"emoji":"🍌","requires":{"bins":["uv"],"env":["GEMINI_API_KEY"]},"primaryEnv":"GEMINI_API_KEY","install":[{"id":"uv-brew","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv (brew)"}]}}
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_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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install nano-banana-pro?
Run openclaw add @dycathecorde/nano-banana-pro-2 in your terminal. This installs nano-banana-pro into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dycathecorde/nano-banana-pro-2. Review commits and README documentation before installing.
