npx skills add majiayu000/claude-skill-registry --skill nano-banana-pro-ikcoding-jp-roast-plus --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: nano-banana-pro description: Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). RoastPlusでの用途: コーヒー豆の視覚化、焙煎度合いの比較画像、クイズ用の画像生成、設定画面のアイコン作成等。 homepage: https://ai.google.dev/ 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)"}]}} --- # Nano Banana Pro (Gemini 3 Pro Image) Use the bundled script to generate or edit images. Generate ```bash uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K ``` Edit ```bash uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" --input-image "/path/in.png" --resolution 2K ``` API key - `GEMINI_API_KEY` env var - Or set `skills."nano-banana-pro".apiKey` / `skills."nano-banana-pro".env.GEMINI_API_KEY` in `~/.clawdbot/clawdbot.json` Notes - Resolutions: `1K` (default), `2K`, `4K`. - Use timestamps in filenames: `yyyy-mm-dd-hh-mm-ss-name.png`. - The script prints a `MEDIA:` line for Clawdbot to auto-attach on supported chat providers. - Do not read the image back;
- RoastPlusでの使用例
- コーヒー豆の視覚化
- クイズ用の画像生成
- 既存画像の編集(焙煎度合いの調整)
- クリスマスモード用のアイコン
- プロンプト作成のヒント
uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K
uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" --input-image "/path/in.png" --resolution 2K
uv run {baseDir}/scripts/generate_image.py \What does the nano-banana-pro skill do?
Use the bundled script to generate or edit images.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill nano-banana-pro-ikcoding-jp-roast-plus --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
