Agent Skillswukongrobot/wukongbot › nano-banana-pro

nano-banana-pro

GitHub

基于 Gemini 3 Pro 的图像生成与编辑技能,支持文生图、单图编辑及多图合成。通过运行 Python 脚本调用 API,指定提示词、分辨率和输出路径,适用于需要自动化创建或修改视觉内容的场景。

skills/nano-banana-pro/SKILL.md wukongrobot/wukongbot

触发场景

用户请求生成图片 用户请求编辑现有图片 用户请求组合多张图片

安装

npx skills add wukongrobot/wukongbot --skill nano-banana-pro -g -y
更多选项

不安装直接使用

npx skills use wukongrobot/wukongbot@nano-banana-pro

指定 Agent (Claude Code)

npx skills add wukongrobot/wukongbot --skill nano-banana-pro -a claude-code -g -y

安装 repo 全部 skill

npx skills add wukongrobot/wukongbot --all -g -y

预览 repo 内 skill

npx skills add wukongrobot/wukongbot --list

SKILL.md

Frontmatter
{
    "name": "nano-banana-pro",
    "homepage": "https:\/\/ai.google.dev\/",
    "metadata": {
        "moltbot": {
            "emoji": "🍌",
            "install": [
                {
                    "id": "uv-brew",
                    "bins": [
                        "uv"
                    ],
                    "kind": "brew",
                    "label": "Install uv (brew)",
                    "formula": "uv"
                }
            ],
            "requires": {
                "env": [
                    "GEMINI_API_KEY"
                ],
                "bins": [
                    "uv"
                ]
            },
            "primaryEnv": "GEMINI_API_KEY"
        }
    },
    "description": "Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro)."
}

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 (single image)

uv run {baseDir}/scripts/generate_image.py --prompt "edit instructions" --filename "output.png" -i "/path/in.png" --resolution 2K

Multi-image composition (up to 14 images)

uv run {baseDir}/scripts/generate_image.py --prompt "combine these into one scene" --filename "output.png" -i img1.png -i img2.png -i img3.png

API key

  • GEMINI_API_KEY env var
  • Or set skills."nano-banana-pro".apiKey / skills."nano-banana-pro".env.GEMINI_API_KEY in ~/.clawdbot/moltbot.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 Moltbot to auto-attach on supported chat providers.
  • Do not read the image back; report the saved path only.

版本历史

  • 2a72816 当前 2026-08-20 10:14

同 Skill 集合

extensions/open-prose/skills/prose/SKILL.md
skills/1password/SKILL.md
skills/apple-notes/SKILL.md
skills/apple-reminders/SKILL.md
skills/bear-notes/SKILL.md
skills/bird/SKILL.md
skills/blogwatcher/SKILL.md
skills/blucli/SKILL.md
skills/bluebubbles/SKILL.md
skills/browserwing-executor/SKILL.md
skills/clawdhub/SKILL.md
skills/coding-agent/SKILL.md
skills/eightctl/SKILL.md
skills/gemini/SKILL.md
skills/gifgrep/SKILL.md
skills/github/SKILL.md
skills/gog/SKILL.md
skills/goplaces/SKILL.md
skills/himalaya/SKILL.md
skills/imsg/SKILL.md
skills/local-places/SKILL.md
skills/mcporter/SKILL.md
skills/model-usage/SKILL.md
skills/nano-pdf/SKILL.md
skills/notion/SKILL.md
skills/obsidian/SKILL.md
skills/openai-image-gen/SKILL.md
skills/openai-whisper-api/SKILL.md
skills/openai-whisper/SKILL.md
skills/openhue/SKILL.md
skills/oracle/SKILL.md
skills/ordercli/SKILL.md
skills/peekaboo/SKILL.md
skills/session-logs/SKILL.md
skills/sherpa-onnx-tts/SKILL.md
skills/skill-creator/SKILL.md
skills/slack/SKILL.md
skills/songsee/SKILL.md
skills/sonoscli/SKILL.md
skills/spotify-player/SKILL.md
skills/summarize/SKILL.md
skills/things-mac/SKILL.md
skills/tmux/SKILL.md
skills/trello/SKILL.md
skills/video-frames/SKILL.md
skills/voice-call/SKILL.md
skills/wacli/SKILL.md
skills/weather/SKILL.md
skills/camsnap/SKILL.md

元信息

文件数
0
版本
2a72816
Hash
c3d3f128
收录时间
2026-08-20 10:14

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 23:22
浙ICP备14020137号-1