Jump to related tools in the same category or review the original source on GitHub.

Image & Video Generation @bextuychiev Updated 6/28/2026 460 downloads 0 stars Security: Pass

🎨 Bex Nano Banana Pro OpenClaw Plugin & Skill | ClawHub

Looking to integrate Bex Nano Banana Pro into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate image & video generation tasks instantly, without having to write custom tools from scratch.

What this skill does

Generate or edit images via Gemini 3 Pro Image on Replicate

Install

ClawHub CLI
openclaw skills install @bextuychiev/bex-nano-banana-pro
Node.js (npx)
npx clawhub@latest install bex-nano-banana-pro

Full SKILL.md

Open original
Metadata table.
namedescriptionuser invocable
nano-banana-proGenerate or edit images via Gemini 3 Pro Image on Replicatetrue

SKILL.md content below is scrollable.

Nano Banana Pro Image Generator

Generate and edit images using Google's Nano Banana Pro model via the Replicate API.

Usage

Run the generation script:

uv run --with replicate python {baseDir}/generate.py --prompt "<user prompt>" [--aspect-ratio 1:1] [--output image.png]

Options

  • --prompt: The image description (required)
  • --aspect-ratio: Ratio like 1:1, 4:3, 16:9 (default: 1:1)
  • --output: Output file path (default: generated_image.png)

Rules

  • Only use the google/nano-banana-pro model. Never fall back to other models like google/nano-banana or any alternative. If the model is unavailable or rate-limited, report the error to the user and stop.
  • After generating an image, send the image file directly in the chat. Do not just save it to the workspace silently.

Tips

  • For text in images, be specific about fonts, size, and placement
  • The model supports resolutions up to 2K
  • Safety filtering is on by default
ClawHub Registry URL: https://clawhub.ai/bextuychiev/skills/bex-nano-banana-pro

Related skills

If this matches your use case, these are close alternatives in the same category.