用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/happycapy-ai/Happycapy-skills --skill nano-banana-pro命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | nano-banana-pro |
| description | Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro) with AI Gateway support. |
| homepage | https://ai.google.dev/ |
| metadata | {"openclaw":{"emoji":"🍌","requires":{"bins":"[Truncated]","env":"[Truncated]"},"primaryEnv":"AI_GATEWAY_API_KEY"}} |
Generate or edit images using Gemini 3 Pro Image via AI Gateway or direct API.
Generate an image:
python3 {baseDir}/scripts/generate_image.py \
--prompt "your image description" \
--filename "output.png" \
--resolution 1K
python3 {baseDir}/scripts/generate_image.py \
--prompt "a cute cat sitting on a wooden floor" \
--filename "cat.png"
Note: Image editing currently requires direct Gemini API access.
export GEMINI_API_KEY="your-gemini-key"
python3 {baseDir}/scripts/generate_image.py \
--prompt "make it more colorful" \
--filename "cat-colorful.png" \
-i "cat.png"
python3 {baseDir}/scripts/generate_image.py \
--prompt "combine these into one scene" \
--filename "combined.png" \
-i img1.png -i img2.png -i img3.png
The skill automatically detects API keys in this priority order:
AI_GATEWAY_API_KEY (recommended) - Uses AI GatewayGEMINI_API_KEY - Direct Gemini API access--api-key argument - Manual key overrideexport AI_GATEWAY_API_KEY="your-gateway-key" # Usually pre-configured
✅ No additional dependencies required ✅ Cost-efficient and unified API management ❌ Image editing not currently supported
export GEMINI_API_KEY="your-gemini-key"
✅ Supports image editing and multi-image composition
❌ Requires google-genai package: pip install google-genai
--prompt, -p: Image description (required)--filename, -f: Output filename (required)--resolution, -r: Resolution (1K, 2K, 4K, default: 1K)--input-image, -i: Input image(s) for editing (up to 14, requires GEMINI_API_KEY)--api-key, -k: Manual API key override1K (default), 2K, 4K2024-12-31-cat.pngMEDIA: line for OpenClaw integration