cc-crossbeam: Skill for Claude Code

.claude/skills/nano-banana/SKILL.md

nano-banana is a skill for Claude Code from mikeOnBreeze/cc-crossbeam. It costs 58 tokens per session (940 once invoked), scanned A, original, MIT.

An image-generation and editing guide for Google's Gemini Nano Banana models. It can create images from text descriptions or change existing images using written instructions.

In plain words
What is it for?
Generating images from prompts, editing pictures, choosing aspect ratios, and saving the results to specified files or folders.
Why use it?
It gives developers a defined way to create or edit pictures from the command line when visual assets are needed.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is mikeOnBreeze/cc-crossbeam's own configuration. It tells Claude Code how to work on cc-crossbeam itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything cc-crossbeam configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mikeOnBreeze/cc-crossbeam. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mikeOnBreeze/cc-crossbeam/main/.claude/skills/nano-banana/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mikeOnBreeze/cc-crossbeam

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mikeonbreeze/cc-crossbeam/nano-banana/github.svg)](https://agentmods.dev/skills/mikeonbreeze/cc-crossbeam/nano-banana)
Your own site
<a href="https://agentmods.dev/skills/mikeonbreeze/cc-crossbeam/nano-banana"><img src="https://agentmods.dev/badge/skills/mikeonbreeze/cc-crossbeam/nano-banana/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mikeonbreeze/cc-crossbeam/nano-banana"><img src="https://agentmods.dev/badge/skills/mikeonbreeze/cc-crossbeam/nano-banana.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 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.00058 $0.00940
Opus 5 $0.00029 $0.00470
Sonnet 5 $0.00012 $0.00188
Haiku 4.5 $0.00006 $0.00094

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

Security

Grade A, and why

nano-banana 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/edit_image.py, scripts/generate_image.py), 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.

.claude/skills/nano-banana/SKILL.md · 118 lines

How it starts

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

Nano Banana

Image generation and editing skill powered by Google Gemini's Nano Banana models.

Prerequisites

This skill requires a GEMINI_API_KEY in the project's .env or .env.local file:

GEMINI_API_KEY=your_api_key_here

To obtain an API key, visit: https://aistudio.google.com/apikey

Capabilities

1. Text-to-Image Generation

Generate images from text descriptions using scripts/generate_image.py:

python scripts/generate_image.py "a serene Japanese garden with cherry blossoms" \
  --aspect-ratio 16:9

Parameters:

  • prompt (required): Text description of the image to generate
  • --output: Output directory or file path (default: current directory)
  • --filename: Custom filename (default: auto-generated with timestamp)
  • --aspect-ratio: Image aspect ratio (default: 1:1)
  • --model: Model to use (default: gemini-3-pro-image-preview)

2. Image Editing

Edit existing images with text prompts using scripts/edit_image.py:

python scripts/edit_image.py "remove the background and make it transparent" \
  --images photo.png

python scripts/edit_image.py "change the sky to sunset colors" \
  --images landscape.jpg \
  --output edited_landscape.png

Multiple Image Support (for consistency/reference):

python scripts/edit_image.py "create a collage combining these images" \
  --images img1.png img2.png img3.png \
  --aspect-ratio 16:9

Parameters:

  • prompt (required): Text description of the edit
  • --images (required): One or more input image paths
  • --output: Output directory or file path (default: current directory)
  • --filename: Custom filename (default: auto-generated)
  • --aspect-ratio: Output aspect ratio (optional)
  • --model: Model to use

Supported Parameters

Aspect Ratios

1:1 | 2:3 | 3:2 | 3:4 | 4:3 | 4:5 | 5:4 | 9:16 | 16:9 | 21:9

Models

  • gemini-3-pro-image-preview (default) - Nano Banana Pro: Higher quality, advanced reasoning, supports up to 14 reference images
  • gemini-2.5-flash-image - Nano Banana: Faster generation, lower cost, good for quick iterations

Read the full file on GitHub · 118 lines

Files

What ships with it

4 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. 12d ago First seen · 118 lines · 58 tokens per session scan A d1a71647ccdc

Subscribe to this mod's changes

nano-banana is a skill published in the GitHub repository mikeOnBreeze/cc-crossbeam (291 stars, last pushed 6mo ago), licensed MIT. It adds 58 tokens to every session and 940 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.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens