nano-banana-antigravity
Generate or edit images via Nano Banana Pro using Antigravity OAuth (no API key needed!)
Best use case
nano-banana-antigravity is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generate or edit images via Nano Banana Pro using Antigravity OAuth (no API key needed!)
Teams using nano-banana-antigravity should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/nano-banana-antigravity/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How nano-banana-antigravity Compares
| Feature / Agent | nano-banana-antigravity | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generate or edit images via Nano Banana Pro using Antigravity OAuth (no API key needed!)
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Nano Banana Antigravity (Gemini 3 Pro Image via OAuth)
Generate images using Nano Banana Pro (Gemini 3 Pro Image) via your existing Google Antigravity OAuth credentials.
**No separate API key needed!** Uses the same OAuth tokens as your OpenClaw Antigravity provider.
## Generate Image
```bash
uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png"
```
## Generate with Options
```bash
uv run {baseDir}/scripts/generate_image.py \
--prompt "a sunset over mountains" \
--filename "sunset.png" \
--aspect-ratio 16:9 \
--resolution 2K
```
## Edit/Composite Images
```bash
uv run {baseDir}/scripts/generate_image.py \
--prompt "add sunglasses to this person" \
--filename "edited.png" \
-i original.png
```
## Multi-image Composition
```bash
uv run {baseDir}/scripts/generate_image.py \
--prompt "combine these into one scene" \
--filename "composite.png" \
-i image1.png -i image2.png -i image3.png
```
## Options
- `--prompt, -p` (required): Image description or edit instructions
- `--filename, -f` (required): Output filename
- `--input-image, -i`: Input image(s) for editing (can be repeated)
- `--aspect-ratio, -a`: 1:1 (default), 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9
- `--resolution, -r`: 1K (default), 2K, 4K
## Authentication
Uses existing OpenClaw Antigravity OAuth credentials. Make sure you're authenticated:
```bash
openclaw models auth login --provider google-antigravity
```
The script looks for credentials in:
- `~/.openclaw/credentials/google-antigravity.json`
- `~/.config/openclaw/credentials/google-antigravity.json`
- `~/.config/opencode/antigravity-accounts.json`
## Notes
- The script prints a `MEDIA:` line for OpenClaw to auto-attach on supported chat providers.
- Do not read the image back; report the saved path only.
- Uses timestamps in filenames for uniqueness: `yyyy-mm-dd-hh-mm-ss-name.png`
- Falls back to regular Nano Banana if Nano Banana Pro isn't available yet.Related Skills
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
nano-banana
No description provided.
nano-banana-pro
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
nano-banana-pro-2
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
antigravity-quota
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.
antigravity-image-gen
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
antigravity-balance
Check Google Antigravity AI model quota/token balance. Use when a user asks about their Antigravity usage, remaining tokens, model limits, quota status, or rate limits. Works by detecting the local Antigravity language server process and querying its API.
portfolio-watcher
Monitor stock/crypto holdings, get price alerts, track portfolio performance
portainer
Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.
portable-tools
Build cross-device tools without hardcoding paths or account names
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
polymarket-traiding-bot
No description provided.