repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: nano-banana-pro |
| #3 | description: Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). |
| #4 | homepage: https://ai.google.dev/ |
| #5 | metadata: {"clawdbot":{"emoji":"🍌","requires":{"bins":["uv"],"env":["GEMINI_API_KEY"]},"primaryEnv":"GEMINI_API_KEY","install":[{"id":"uv-brew","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv (brew)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # Nano Banana Pro (Gemini 3 Pro Image) |
| #9 | |
| #10 | Use the bundled script to generate or edit images. |
| #11 | |
| #12 | Generate |
| #13 | ```bash |
| #14 | uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K |
| #15 | ``` |
| #16 | |
| #17 | Edit |
| #18 | ```bash |
| #19 | uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" --input-image "/path/in.png" --resolution 2K |
| #20 | ``` |
| #21 | |
| #22 | API key |
| #23 | - `GEMINI_API_KEY` env var |
| #24 | - Or set `skills."nano-banana-pro".apiKey` / `skills."nano-banana-pro".env.GEMINI_API_KEY` in `~/.clawdbot/clawdbot.json` |
| #25 | |
| #26 | Notes |
| #27 | - Resolutions: `1K` (default), `2K`, `4K`. |
| #28 | - Use timestamps in filenames: `yyyy-mm-dd-hh-mm-ss-name.png`. |
| #29 | - The script prints a `MEDIA:` line for Clawdbot to auto-attach on supported chat providers. |
| #30 | - Do not read the image back; report the saved path only. |
| #31 |