Install this agent skill, inspect Nano Banana fields, then run jobs through the RunAPI CLI.
Model Reference · CLI · SDK
Generate and edit images with Nano Banana standard, pro, and edit models. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Nano Banana through RunAPI.
The canonical agent file is skills/nano-banana/SKILL.md.
npx skills add runapi-ai/nano-banana -gOr paste this prompt to your AI agent:
Install the nano-banana skill for me:
1. Clone https://github.com/runapi-ai/nano-banana
2. Copy the skills/nano-banana/ directory into your
user-level skills directory (e.g. ~/.claude/skills/
for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
import { NanoBananaClient } from '@runapi.ai/nano-banana';
const client = new NanoBananaClient();
const result = await client.textToImage.run({
model: 'nano-banana',
prompt: 'A bowl of fruit on a wooden table, soft daylight',
aspect_ratio: '16:9',
});
const url = result.images[0].url;- Model page: https://runapi.ai/models/nano-banana
- Product docs: https://runapi.ai/docs#nano-banana
- SDK docs: https://runapi.ai/docs#sdk-nano-banana
- SDK repository: https://github.com/runapi-ai/nano-banana-sdk
- Pricing and rate limits: https://runapi.ai/models/nano-banana/nano-banana
- Provider comparison: https://runapi.ai/providers/google
- Browse all RunAPI models and skills: https://runapi.ai/models
- Keep API keys in
RUNAPI_API_KEYor RunAPI CLI config; never commit secrets. - Prefer
create,get, andrunJSON passthrough patterns instead of inventing flags for every model parameter. - For nano banana api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.
Licensed under the Apache License, Version 2.0.