nano-banana-one-shop

nano-banana-one-shop is a skill for Claude Code, Codex from nexu-io/nexu. It costs 61 tokens per session (956 once invoked), scanned A, original, MIT.

An image-generation and editing guide for Gemini image models, which create or modify bitmap files such as PNGs. It covers model selection, image size, single-image edits, and combining several images.

In plain words
What is it for?
Use it to generate new illustrations or scenes, edit an existing image, create higher-resolution results, or combine multiple source images.
Why use it?
It gives one consistent way to create or edit images from prompts and input files. It also helps choose between faster generation and higher-quality output.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/alche/.openclaw/media/outbound/my-bot/nano-banana/cat-on-mars.png.

Good fit Use it to generate new illustrations or scenes, edit an existing image, create higher-resolution results, or combine multiple source images.

Compare 6 skills from other repositories ↓
About the project

nexu is an open-source desktop client that connects an OpenClaw AI agent to messaging services such as WeChat, Feishu, Slack, and Discord. It is for people who want to chat with their agent from those channels using their own model credentials while keeping data on their computer, and the catalogue entries support its agent workflows.

nexu-io/nexu · 3,268 stars · on GitHub · nexu.io

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nano-banana-one-shop

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexu-io/nexu/nano-banana-one-shop/github.svg)](https://agentmods.dev/skills/nexu-io/nexu/nano-banana-one-shop)
Your own site
<a href="https://agentmods.dev/skills/nexu-io/nexu/nano-banana-one-shop"><img src="https://agentmods.dev/badge/skills/nexu-io/nexu/nano-banana-one-shop/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nano-banana-one-shop

Your own site · 80×15
<a href="https://agentmods.dev/skills/nexu-io/nexu/nano-banana-one-shop"><img src="https://agentmods.dev/badge/skills/nexu-io/nexu/nano-banana-one-shop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 956 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.00956
Opus 5 $0.00030 $0.00478
Sonnet 5 $0.00012 $0.00191
Haiku 4.5 $0.00006 $0.00096

Measured 13d ago against content hash 1452eb74c6c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

nano-banana-one-shop scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate-image.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/desktop/static/bundled-skills/nano-banana-one-shop/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Nano Banana One Shop

All-in-one image generation and editing using the full Nano Banana model family. Pick the right model for the job.

Prerequisites

  • Node.js (v18+): Before running any command, verify with which node. If missing, tell the user to install Node.js (e.g. via brew install node or https://nodejs.org).

Models

Flag Model Best for
--model nano-banana Gemini 3.1 Flash Image Default. Fast, balanced quality and cost.
--model nano-banana-pro Gemini 3 Pro Image Highest quality, up to 4K, slower.
--model nano-banana-2 Gemini 2.5 Flash Image Speed-optimized, high-volume batch tasks.

Generate an image

node {baseDir}/scripts/generate-image.js --prompt "a cat sitting on mars" --filename "cat-on-mars.png"

Use a specific model

node {baseDir}/scripts/generate-image.js --prompt "oil painting of a sunset" --filename "sunset.png" --model nano-banana-pro --resolution 4K

Edit a single image

node {baseDir}/scripts/generate-image.js \
  --prompt "make the sky purple" \
  --filename "edited.png" \
  -i "/path/to/input.png" \
  --model nano-banana-pro

Multi-image composition (up to 14 images)

node {baseDir}/scripts/generate-image.js \
  --prompt "combine these into a collage" \
  --filename "collage.png" \
  -i img1.png -i img2.png -i img3.png

Options

Flag Short Default Description
--prompt -p required Image description or editing instruction
--filename -f required Output filename
--input-image -i -- Input image(s), repeatable, max 14
--model -- nano-banana nano-banana, nano-banana-pro, or nano-banana-2
--resolution -r 1K 1K, 2K, or 4K
--aspect-ratio -- -- e.g. 1:1, 16:9, 4:3, 3:4, 9:16

API key

The API key is pre-configured on this machine. No flags or environment variables needed.

Read the full file on GitHub · 96 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 96 lines · 61 tokens per session scan A 1452eb74c6c2

Subscribe to this mod's changes

nano-banana-one-shop is a skill published in the GitHub repository nexu-io/nexu (3,268 stars, last pushed 4mo ago), licensed MIT. It adds 61 tokens to every session and 956 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.