gallery

gallery is a command for Claude Code from DojoCodingLabs/nanobanana-mcp. It costs 11 tokens per session (159 once invoked), scanned A, original, MIT.

A command that lists recently generated images stored in the nanobanana-images folder. It shows each file's name, size, date, and whether it was generated or edited.

In plain words
What is it for?
Use it to review the ten newest image files, or request the full list when needed. If the folder is missing or empty, it reports that no images are available.
Why use it?
It gives you a quick way to find recent image outputs without opening the folder manually. The filename prefix is used to distinguish generated images from edited ones.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the nanobanana-mcp plugin — 1 skill, 3 commands, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to review the ten newest image files, or request the full list when needed. If the folder is missing or empty, it reports that no images are available.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/dojocodinglabs/nanobanana-mcp/gallery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/DojoCodingLabs/nanobanana-mcp

Made for: Claude Code.

Or install nanobanana-mcp, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 1 agent, 1 hook, 1 MCP server.

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 gallery

README.md
[![agentmods](https://agentmods.dev/badge/commands/dojocodinglabs/nanobanana-mcp/gallery.svg)](https://agentmods.dev/commands/dojocodinglabs/nanobanana-mcp/gallery)
Your own site
<a href="https://agentmods.dev/commands/dojocodinglabs/nanobanana-mcp/gallery"><img src="https://agentmods.dev/badge/commands/dojocodinglabs/nanobanana-mcp/gallery.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 159 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.00011 $0.00159
Opus 5 $0.00005 $0.00079
Sonnet 5 $0.00002 $0.00032
Haiku 4.5 $0.00001 $0.00016

Measured 6d ago against content hash 233899d218ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gallery 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 6d ago.

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.

commands/gallery.md · 21 lines

What it actually says

The user wants to see their recently generated and edited images.

Instructions

  1. List the contents of ~/nanobanana-images/ sorted by modification time (newest first).

  2. Display the results in a clean table format showing filename, size, date, and whether it was generated or edited.

  3. Determine generated vs edited from the filename prefix (generated-* vs edited-*).

  4. Show the 10 most recent files by default. If the user asks for more, show all.

  5. If the directory is empty or does not exist, tell the user: "No images yet. Use /nanobanana:generate to create your first image."

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. 6d ago First seen · 21 lines · 11 tokens per session scan A 233899d218ec

Subscribe to this mod's changes

gallery is a command published in the GitHub repository DojoCodingLabs/nanobanana-mcp (1 stars, last pushed 6mo ago), licensed MIT. It adds 11 tokens to every session and 159 once invoked, about $0.0001 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-31.