Agent skill
nano-banana-pro-ikcoding-jp-roast-plus
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/nano-banana-pro-ikcoding-jp-roast-plus
SKILL.md
Nano Banana Pro (Gemini 3 Pro Image)
Use the bundled script to generate or edit images.
Generate
uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png" --resolution 1K
Edit
uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" --input-image "/path/in.png" --resolution 2K
API key
GEMINI_API_KEYenv var- Or set
skills."nano-banana-pro".apiKey/skills."nano-banana-pro".env.GEMINI_API_KEYin~/.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; report the saved path only.
RoastPlusでの使用例
コーヒー豆の視覚化
uv run {baseDir}/scripts/generate_image.py \
--prompt "コーヒー豆の焙煎度合い比較画像。左から順に浅煎り、中煎り、深煎りの3つの豆を並べる。写真風、プロフェッショナルな照明" \
--filename "public/images/roast-levels.png" \
--resolution 2K
クイズ用の画像生成
uv run {baseDir}/scripts/generate_image.py \
--prompt "エチオピア産コーヒー豆のクローズアップ写真。豆の形状と色が明確に見える、プロフェッショナルな撮影" \
--filename "public/images/quiz/ethiopia-beans.png" \
--resolution 1K
既存画像の編集(焙煎度合いの調整)
uv run {baseDir}/scripts/generate_image.py \
--prompt "この豆をより深煎りに見えるように暗くする" \
--input-image "public/images/original-bean.png" \
--filename "public/images/dark-roast-bean.png" \
--resolution 2K
クリスマスモード用のアイコン
uv run {baseDir}/scripts/generate_image.py \
--prompt "雪の結晶の形をしたコーヒー豆のロゴ。クリスマスの雰囲気、ゴールドとダークグリーンの配色" \
--filename "public/images/christmas-logo.png" \
--resolution 1K
プロンプト作成のヒント
- 照明: "プロフェッショナルな照明", "自然光", "スタジオ照明"
- スタイル: "写真風", "イラスト風", "ミニマルデザイン"
- 配色: RoastPlusのブランドカラー(
#EF8A00,#211714)を指定 - 用途: "クイズ用", "設定画面用", "ホーム画面用" を明記すると適切な構図に
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?