首页龙虾技能列表 › Nano Banana 2 FAL — Nano工具

🍌 Nano Banana 2 FAL — Nano工具

v1.0.0

Generate or edit images via Gemini 3 Pro Image (Nano Banana 图像工具 Pro).

0· 244·0 当前·0 累计
by @wingchiu·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/11
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, runtime instructions, and requested credential (GEMINI_API_KEY) align with its stated purpose of generating/editing images via Gemini; nothing appears disproportionate or malicious.
评估建议
This skill is internally consistent: it legitimately needs GEMINI_API_KEY and the 'uv' runner to execute the bundled Python script which calls Google's genai library. Before installing, verify the source of the 'uv' Homebrew formula on your machine (so you know what will be installed), ensure your Python environment will provide google-genai and pillow (or that 'uv run' will handle deps), and supply a Gemini API key with appropriate, minimal permissions (rotate or limit the key if possible). Als...
详细分析 ▾
用途与能力
Name/description match the bundled Python script which calls the Google genai client (model 'gemini-3-pro-image-preview') and accepts image input(s) and a prompt. The required binary 'uv' is used in SKILL.md to execute the script, and GEMINI_API_KEY is the only credential needed — all of which are coherent with an image-generation skill.
指令范围
SKILL.md only instructs running the included script via 'uv' and to provide a prompt, filename, optional input images, and resolution. The script reads only provided input image file paths and the GEMINI API key (or an explicit --api-key), uploads/requests generation via the GenAI client, saves the returned image locally, and prints a MEDIA token. There are no instructions to read unrelated files, harvest other environment variables, or send data to unexpected endpoints.
安装机制
Install spec uses brew to install a formula named 'uv' and declares it will create a 'uv' binary. Using Homebrew is a normal distribution path; this is not an arbitrary URL download. If you are unfamiliar with the 'uv' formula on your platform, confirm the formula source/tap before installing. The Python dependencies (google-genai, pillow) are declared in the script header but not managed by the brew install — ensure your environment or uv run will install/resolve them.
凭证需求
Only GEMINI_API_KEY is required (and an optional --api-key argument). That single credential is appropriate and necessary for calling Google's Gemini/GenAI API. The script does not request other unrelated secrets or config paths.
持久化与权限
The skill is not always-enabled and uses the platform default (agent can invoke it autonomously). It does not modify other skills or system-wide configuration and does not request persistent privileges beyond its own runtime.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/11

Initial publish

● 无害

安装命令 点击复制

官方npx clawhub@latest install nano-banana-2-fal
镜像加速npx clawhub@latest install nano-banana-2-fal --registry https://cn.clawhub-mirror.com

技能文档

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
  • 或 设置 skills."nano-banana-pro".apiKey / skills."nano-banana-pro".env.GEMINI_API_KEY 在...中 ~/.openclaw/openclaw.json

Notes

  • Resolutions: 1K (默认), 2K, 4K.
  • 使用 timestamps 在...中 filenames: yyyy-mm-dd-hh-mm-ss-name.png.
  • script prints MEDIA: line 对于 OpenClaw 到 auto-attach 在...上 supported chat providers.
  • 做 不 读取 image back; 举报 saved path 仅.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务