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.
npx skills add jimezsa/opencolab --skill nano-bananagit clone --depth 1 https://github.com/jimezsa/opencolabWrote 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.
[](https://agentmods.dev/skills/jimezsa/opencolab/nano-banana)<a href="https://agentmods.dev/skills/jimezsa/opencolab/nano-banana"><img src="https://agentmods.dev/badge/skills/jimezsa/opencolab/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.
<a href="https://agentmods.dev/skills/jimezsa/opencolab/nano-banana"><img src="https://agentmods.dev/badge/skills/jimezsa/opencolab/nano-banana.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.01391 |
| Opus 5 | $0.00016 | $0.00696 |
| Sonnet 5 | $0.00007 | $0.00278 |
| Haiku 4.5 | $0.00003 | $0.00139 |
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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nano Banana Pro Skill
Use this skill when the user wants image generation or image editing with Google Gemini, especially for:
- paper architecture diagrams,
- figure redraws and cleanups,
- annotated illustrations,
- posters, covers, assets, and product shots,
- edits to an existing image while preserving the important parts.
This skill defaults to Nano Banana Pro (gemini-3-pro-image-preview), which Google documents as the professional image model for complex instructions and high-fidelity asset production.
Mission
Given a prompt and zero or more reference images:
- Generate a new image or edit an existing one with Gemini.
- Save every returned image locally.
- Save any accompanying model text next to the image outputs.
- Keep the workflow deterministic and scriptable from the terminal.
Prerequisites
python3is installed and available inPATH.google-genaiis installed:
python3 -m pip install google-genai
- Network access is available when the Gemini request runs.
Hard Requirements
- Use
projects/SKILLS/nano-banana/scripts/nano_banana.pyfor the API call so key loading stays consistent with the repo. - Default to
gemini-3-pro-image-previewunless the user explicitly wants a cheaper or faster model. - Save generated images in the current project folder under
images/, not underartifacts/. - If the generated image should be sent back to Telegram, emit a raw
@telegram-file {"kind":"photo","file":"<path>","caption":"optional"}line on its own line after generation. Do not wrap it in backticks or code fences. Keep the JSON on one line, keepkindasphoto(neverimage/png/jpg), and on Windows write the path with forward slashes. - For edits, pass the existing image with
--inputand tell the model exactly what must stay unchanged. - For diagrams, specify the layout, labels, arrow directions, grouping, legend, and aspect ratio explicitly.
- When exact text matters, write the exact text in the prompt and keep it short.
- Do not assume the model inferred the paper structure correctly if the diagram is research-critical; inspect the generated image afterward.
What ships with it
1 file 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.
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.
- 11d ago First seen · 145 lines · 33 tokens per session scan A e1faa8cf9310
nano-banana is a skill published in the GitHub repository jimezsa/opencolab (11 stars, last pushed 28d ago), licensed MIT. It adds 33 tokens to every session and 1,391 once invoked, about $0.0002 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.
Other skills, from other repositories
skin-creator
Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.
bilibili_search
Search for videos on Bilibili using keyword queries generated from user interests.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
vs-search-tuning
Use when a user asks an agent to evaluate or tune text search similarity for an existing Viking AI Search application and dataset.
vs-search
Search runtime and scene management: verify queries, inspect scenes, debug app readiness, and diagnose recall or scene-config issues.
shogun-screenshot
A screenshot tool for getting images from a computer or web page and then cropping, resizing, or masking sensitive information. Playwright is a browser-automation tool used here to capture web pages.