smithery/neversight

nano-banana-openrouter

Generate or edit images via OpenRouter using Google's Gemini 3 Pro Image model. Use when the user wants to generate images using OpenRouter API instead of direct Google API.

Installation

$ npx skills add smithery/neversight --skill nano-banana-openrouter

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents clawdbot

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,278 B
  • docs SUMMARY.md 203 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Nano Banana OpenRouter

Generate or edit images via OpenRouter using Gemini 3 Pro Image model.

Usage

Generate

uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png"

Edit

uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" --input-image "/path/in.png"

API Key

  • OPENROUTERAPIKEY env var
  • Or set skills."nano-banana-openrouter".apiKey / skills."nano-banana-openrouter".env.OPENROUTERAPIKEY in ~/.clawdbot/clawdbot.json

Notes

  • Uses google/gemini-3-pro-image-preview model via OpenRouter
  • Returns image as base64 data URL
  • The script prints a MEDIA: line for Clawdbot to auto-attach on supported chat providers
  • Do not read the image back; report the saved path only