skills$openclaw/nano-banana-pro
dycathecorde2.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).

2.1k stars7.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namenano-banana-pro
descriptionGenerate or edit images via Gemini 3 Pro Image (Nano Banana Pro). OpenClaw Skills integration.
ownerdycathecorde
repositorydycathecorde/nano-banana-pro-2
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dycathecorde/nano-banana-pro-2
last updatedFeb 7, 2026

Maintainer

dycathecorde

dycathecorde

Maintains nano-banana-pro in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
generate_image.py
6.3 KB
_meta.json
290 B
SKILL.md
1.3 KB
SKILL.md

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_KEY env var
  • Or set skills."nano-banana-pro".apiKey / skills."nano-banana-pro".env.GEMINI_API_KEY in ~/.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.
README.md

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.