nano-banana-pro-openrouter▌
github/awesome-copilot · updated Apr 8, 2026
Image generation and editing via OpenRouter's Gemini 3 Pro model with multi-image compositing support.
- ›Supports three workflows: prompt-only generation, single-image editing, and multi-image composition (up to 3 images per request)
- ›Output resolution options: 1K, 2K, or 4K (defaults to 1K)
- ›Customizable behavior through optional system prompt template in assets/SYSTEM_TEMPLATE
- ›Requires OPENROUTER_API_KEY environment variable and uv package manager; includes troubleshooting guidance
Nano Banana Pro OpenRouter
Overview
Generate or edit images with OpenRouter using the google/gemini-3-pro-image-preview model. Support prompt-only generation, single-image edits, and multi-image composition.
Prompt-only generation
uv run {baseDir}/scripts/generate_image.py \
--prompt "A cinematic sunset over snow-capped mountains" \
--filename sunset.png
Edit a single image
uv run {baseDir}/scripts/generate_image.py \
--prompt "Replace the sky with a dramatic aurora" \
--input-image input.jpg \
--filename aurora.png
Compose multiple images
uv run {baseDir}/scripts/generate_image.py \
--prompt "Combine the subjects into a single studio portrait" \
--input-image face1.jpg \
--input-image face2.jpg \
--filename composite.png
Resolution
- Use
--resolutionwith1K,2K, or4K. - Default is
1Kif not specified.
System prompt customization
The skill reads an optional system prompt from assets/SYSTEM_TEMPLATE. This allows you to customize the image generation behavior without modifying code.
Behavior and constraints
- Accept up to 3 input images via repeated
--input-image. --filenameaccepts relative paths (saves to current directory) or absolute paths.- If multiple images are returned, append
-1,-2, etc. to the filename. - Print
MEDIA: <path>for each saved image. Do not read images back into the response.
Troubleshooting
If the script exits non-zero, check stderr against these common blockers:
| Symptom | Resolution |
|---|---|
OPENROUTER_API_KEY is not set |
Ask the user to set it. PowerShell: $env:OPENROUTER_API_KEY = "sk-or-..." / bash: export OPENROUTER_API_KEY="sk-or-..." |
uv: command not found or not recognized |
macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh. Windows: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex". Then restart the terminal. |
AuthenticationError / HTTP 401 |
Key is invalid or has no credits. Verify at https://openrouter.ai/settings/keys. |
For transient errors (HTTP 429, network timeouts), retry once after 30 seconds. Do not retry the same error more than twice — surface the issue to the user instead.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★28 reviews- ★★★★★Chaitanya Patil· Dec 28, 2024
Keeps context tight: nano-banana-pro-openrouter is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Mateo Ramirez· Dec 20, 2024
nano-banana-pro-openrouter reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Hiroshi Martin· Dec 16, 2024
Registry listing for nano-banana-pro-openrouter matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Diya Abbas· Nov 27, 2024
nano-banana-pro-openrouter fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Piyush G· Nov 19, 2024
nano-banana-pro-openrouter has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Isabella Kapoor· Nov 11, 2024
I recommend nano-banana-pro-openrouter for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Hiroshi Yang· Nov 7, 2024
Useful defaults in nano-banana-pro-openrouter — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Diya Ramirez· Oct 26, 2024
I recommend nano-banana-pro-openrouter for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Neel Li· Oct 18, 2024
We added nano-banana-pro-openrouter from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Shikha Mishra· Oct 10, 2024
Solid pick for teams standardizing on skills: nano-banana-pro-openrouter is focused, and the summary matches what you get after install.
showing 1-10 of 28