nano-banana-one-shop
Nano Banana One Shop provides unified image generation and editing across three Gemini model tiers. Select the right balance of speed and quality for your needs: the default Flash model for general use, Pro for highest-quality 4K output, or the 2.5 Flash variant for high-volume tasks. Supports text-to-image generation, single-image editing, and multi-image composition.
Nano Banana One Shop generates images from text prompts using Gemini models, with options for speed, quality, or batch processing.
AI-generated summary based on this skill's SKILL.md
Install
nexu-io/nexu/nano-banana-one-shop · repository language: TypeScript
git clone https://github.com/nexu-io/nexu
cp -r nexu/apps/desktop/static/bundled-skills/nano-banana-one-shop ~/.claude/skills/nano-banana-one-shopnpx skillfed install nexu-io/nexu/nano-banana-one-shopFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I generate an image with Gemini using nano-banana-one-shop?
Nano Banana One Shop lets you generate images from text prompts using Gemini models. Choose your model tier based on your needs: the default Flash model for general use, Pro for highest-quality 4K output, or the 2.5 Flash variant for high-volume tasks. Simply provide your text prompt and the skill handles the rest.
Can nano-banana-one-shop edit existing images with AI?
Yes, Nano Banana One Shop supports AI-powered image editing. You can transform existing images using text prompts to describe your desired edits. The skill applies Gemini's capabilities to modify and enhance your images according to your specifications.
What's the difference between the model options in nano-banana-one-shop?
Nano Banana One Shop offers three Gemini model tiers optimized for different priorities. The default Flash model balances speed and quality for general use. Pro delivers highest-quality 4K output when quality matters most. The 2.5 Flash variant is optimized for high-volume batch generation when speed and cost efficiency are priorities.
Can nano-banana-one-shop generate high-resolution 4K images?
Yes, Nano Banana One Shop supports generating high-resolution 4K images with custom aspect ratios. Use the Pro model tier for the best quality output when you need premium resolution and detail in your generated images.
Does nano-banana-one-shop create multi-image compositions?
Nano Banana One Shop supports multi-image composition and collage creation. You can combine multiple images into unified compositions, making it useful for batch projects and creative layouts that require combining several generated or edited images.
What license does nano-banana-one-shop use?
Nano Banana One Shop is released under the MIT license, allowing broad use and modification for both personal and commercial projects.
SKILL.md
rendered from the published skill — quoted content, verbatim
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. viabrew install nodeor 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"
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 3 files
apps/desktop/static/bundled-skills/nano-banana-one-shop/SKILL.md
apps/desktop/static/bundled-skills/nano-banana-one-shop/scripts/generate-image.js
apps/desktop/static/bundled-skills/nano-banana-one-shop/scripts/package.json