Skip to content
Automation Squad

Skill review · by Agrici Daniel (AgriciDaniel)

Banana Claude Skill

The banana skill for Claude that this search actually surfaces is Banana Claude, an open-source Claude Code plugin by Agrici Daniel that generates, edits, compares, and reviews images through Google's Gemini "Nano Banana" models. It is not an Anthropic or Google product. The one thing to know before installing: it needs a Gemini API key on a billing-enabled Google AI project, and every generation is a paid Google API call — the skill shows the prompt, model, and a cost estimate, then requires your approval before each attempt. Verified 1 September 2026: 1,010 GitHub stars, MIT license, version 3.0.0, last pushed 30 August 2026. The name is crowded — at least six other community "nano banana" skills exist and none is canonical — but this repo is the top result for the exact query, the most starred, and the most carefully documented of the lot, with an unusually strict approval and key-handling design.

View the sourceMIT licensed · 1,010★ · facts checked September 1, 2026
Robert MacKelfresh

By Robert MacKelfresh

Founder, Automation Squad ·

Install

  1. 1Prerequisites: Claude Code 2.1.199 or newer, Python 3.11+ with python3 on PATH, and a Gemini API key from a billing-enabled Google AI project.
  2. 2In Claude Code, run: /plugin marketplace add AgriciDaniel/banana-claude
  3. 3Run: /plugin install banana-claude@banana-claude-marketplace
  4. 4Run: /plugin enable banana-claude@banana-claude-marketplace then /reload-plugins — the plugin installs disabled on purpose because generation is a paid service; supply your Gemini key as plugin configuration when prompted, never on the command line.
  5. 5Ask for an image, e.g. /banana-claude:banana generate a 16:9 hero with left-side copy space — review the plan it shows, then approve the paid attempt.

What it does

Generate
Turns a plain-language request into a reviewable visual brief and prompt, then routes it across Google's Nano Banana 2 Lite, Nano Banana 2, and Nano Banana Pro models for campaign visuals, covers, product scenes, diagrams, and social assets.
Edit and continue
Makes one clear change to an existing image while protecting identity, geometry, and brand details; iterates via stored Flash or Pro sessions or by attaching the last result as a fresh reference.
Compare (portfolio)
Tests up to three prompts across three model routes in one bounded run so you can pick the best result instead of regenerating blind.
Review and typeset
Inspects the actual returned pixels for copy, crop, composition, artifacts, rights, and provenance; adds exact approved text, fonts, and logos locally when spelling matters, rather than trusting the model to render text.
Cost and key control
Plans offline first, shows a nominal cost estimate before any paid request, consumes one single-use 30-minute approval per provider attempt, and keeps API keys out of commands, URLs, metadata, and CI.

Common questions

Is the banana skill official?
No. Banana Claude is a community open-source project by Agrici Daniel under an MIT license. Neither Anthropic nor Google ships anything called a banana skill; the name comes from Google's "Nano Banana" nickname for its Gemini image models.
Does it cost money to use?
The skill itself is free, but it only works with a Gemini API key on a billing-enabled Google AI project, and every image request is billed by Google. The skill shows a cost estimate and requires explicit approval before each paid attempt.
Is Banana Claude the same thing as Nano Banana?
No. Nano Banana is Google's name for its Gemini image-generation models (Nano Banana 2 Lite, Nano Banana 2, Nano Banana Pro). Banana Claude is a third-party Claude Code plugin that plans, executes, and reviews requests to those models.
Can I use it in the claude.ai web app?
Not as designed. It is a Claude Code plugin that depends on plugin MCP tools, local Python scripts, and plugin-managed secrets, so the documented install is Claude Code's /plugin marketplace flow, not the claude.ai skill-upload path.