banana-image

banana-image is a skill for Claude Code, Codex from binary-husky/AlphaAutoResearch. It costs 89 tokens per session (3,536 once invoked), scanned A, original, MIT.

An image-generation skill that creates or edits images from text prompts through a Nano-banana API.

In plain words
What is it for?
Use it to make images, transform supplied images, and request outputs as URLs or encoded image data.
Why use it?
It provides a defined way to request generated visuals or changes to reference images with selected sizes and aspect ratios.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/binary-husky/alphaautoresearch/banana_image
Any agent
npx skills add binary-husky/AlphaAutoResearch --skill banana_image
Clone the repo
git clone --depth 1 https://github.com/binary-husky/AlphaAutoResearch

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 banana-image

README.md
[![agentmods](https://agentmods.dev/badge/skills/binary-husky/alphaautoresearch/banana_image.svg)](https://agentmods.dev/skills/binary-husky/alphaautoresearch/banana_image)
Your own site
<a href="https://agentmods.dev/skills/binary-husky/alphaautoresearch/banana_image"><img src="https://agentmods.dev/badge/skills/binary-husky/alphaautoresearch/banana_image.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,536 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00089 $0.03536
Opus 5 $0.00044 $0.01768
Sonnet 5 $0.00018 $0.00707
Haiku 4.5 $0.00009 $0.00354

Measured 3d ago against content hash bd7d2070e113, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

banana-image scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST ${image_bed_upload_url} \
alpha_auto_research/skills/banana_image/SKILL.md · 395 lines

How it starts

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

Banana Image Generation Skill

密钥

research_config.jsoncbanana_image 字段读取所有 ${...} 变量。


生成图像

API 概览

  • 格式:OpenAI DALL-E 兼容
  • 模型:Nano-banana-3.1-Flash(Generations,推荐)
  • 请求方式POST ${image_gen_url}/v1/images/generations

请求参数

Header
参数 类型 必需 说明
Authorization string 默认值:Bearer ${image_generation_api_key}
Body(application/json)
参数 类型 必需 说明
model string 模型名称,如 gemini-3.1-flash-image-preview
prompt string 图像描述提示词
aspect_ratio enum 可选值:4:3 3:4 16:9 9:16 2:3 3:2 1:1 4:5 5:4 21:9 1:4 4:1 8:1 1:8
response_format string urlb64_json
image array[string] 参考图数组(url 或 b64_json)
image_size enum 仅 nano-banana-2 支持,可选值:512 1K 2K 4K

请求示例

import http.client
import json

conn = http.client.HTTPSConnection("${image_gen_url}'s host")  # read from research_config.jsonc -> banana_image.image_gen_url
payload = json.dumps({
   "prompt": "cat",  # include image url here if you want to edit one image
   "model": "gemini-3.1-flash-image-preview"
})
headers = {
   'Authorization': 'Bearer ${image_generation_api_key}',  # read from research_config.jsonc -> banana_image.image_generation_api_key
   'Content-Type': 'application/json'
}
conn.request("POST", "/v1/images/generations", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))

返回响应

  • 200:成功,返回 application/json 对象

Prompting 指南

Interactive prompt crafting for Nano Banana Pro image generation. This skill guides users through a structured process to create effective prompts by clarifying intent and applying proven techniques.

Step 1: Gather Reference Materials

Before asking questions, check if the user has provided:

  • Reference images - Photos to use for character consistency, style, or composition
  • Existing prompts - Previous attempts to improve upon
  • Visual references - Screenshots or examples of desired output

Read the full file on GitHub · 395 lines

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. 3d ago First seen · 395 lines · 89 tokens per session scan A bd7d2070e113

Subscribe to this mod's changes

banana-image is a skill published in the GitHub repository binary-husky/AlphaAutoResearch (11 stars, last pushed 3mo ago), licensed MIT. It adds 89 tokens to every session and 3,536 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

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

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

diagnostic-stem-delivery

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

HKUDS/OpenSpace · 23 tokens

chengfeng-cut

剪辑中文口播原素材:逐词转录、词典修字出修字表、五轮扫描找口误与重复、汇总表与重复句子表、打开 Studio 让用户复核、复盘沉淀用户偏好与词典。只产出一份已复核的删词账本,不切媒体、不做字幕、不做分镜动画。用户说剪口播、处理口误、生成口播基础素材、继续剪口播,或确认卡回传 action=returncutreview 时使用。不要用于执行物理剪切、导出剪后视频、单独安装、单独打开工作台或口播分镜成片。.

Agentchengfeng/chengfeng-videocut-skills · 154 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

infographic-template-updater

Update template catalogs and UI prompts after adding new infographic templates (src/templates/.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.

antvis/Infographic · 43 tokens