Overview
- Skill Key
- duffycoder/nano-banana-pro-openrouter
- Author
- duffycoder
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/duffycoder/nano-banana-pro-openrouter
- Latest Commit SHA
- dc0b484735f34abf1c9a3996d370667b25b12363
Generate images with Nano Banana Pro via OpenRouter. Use when the user asks for image generation, mentions Nano Banana Pro, Gemini 3 Pro Image, or OpenRouter image generation.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 nano-banana-pro-openrouter 技能。 若已安装,则直接安装 nano-banana-pro-openrouter 技能。
# Nano Banana Pro Image Generation Generate new images using OpenRouter's Nano Banana Pro (Gemini 3 Pro Image Preview). ## Usage Run the script using an absolute path (do NOT cd to the skill directory first): Generate new image: ```bash sh ~/.openclaw/workspace/skills/nano-banana-pro-openrouter/scripts/generate_image.sh --prompt "your image description" [--filename "output-name.png" | --filename auto] [--resolution 1K|2K|4K] [--api-key KEY] ``` Note: the shell version currently supports generation only (no input image editing). Important: - Images are always saved under `~/.openclaw/workspace/outputs/nano-banana-pro-openrouter` - If `--filename` contains a path, only the basename is used ## Default Workflow (draft -> iterate -> final) Goal: fast iteration without burning time on 4K until the prompt is correct. - Draft (1K): quick feedback loop - `sh ~/.openclaw/workspace/skills/nano-banana-pro-openrouter/scripts/generate_image.sh --prompt "<draft prompt>" --filename auto --resolution 1K` - Iterate: adjust prompt in small diffs; keep filename new per run - Final (4K): only when prompt is locked - `sh ~/.openclaw/workspace/skills/nano-banana-pro-openrouter/scripts/generate_image.sh --prompt "<final prompt>" --filename auto --resolution 4K` ## Resolution Options The Gemini 3 Pro Image API supports three resolutions (uppercase K required): - 1K (default) - ~1024px resolution - 2K - ~2048px resolution - 4K - ~4096px resolution Map user requests to API parameters: - No mention of resolution -> 1K - "low resolution", "1080", "1080p", "1K" -> 1K - "2K", "2048", "normal", "medium resolution" -> 2K - "high resolution", "high-res", "hi-res", "4K", "ultra" -> 4K ## API Key and Base URL The script checks for the API key in this order: 1. --api-key argument (use if user provided a key in chat) 2. OPENROUTER_API_KEY environment variable The API base URL must be set via OPENROUTER_BASE_URL. Use the full chat completions endpoint (for OpenRouter: `https://openrout...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.