← 返回 Skills 市场
pauldelavallaz

Nano Banana Pro (Morfeo)

作者 Paul de Lavallaz · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1439
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install morfeo-nano-banana-pro
功能描述
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
安全使用建议
Before installing or running this skill: - Expect to provide a Gemini API key (GEMINI_API_KEY or pass --api-key). The registry metadata currently omits this; verify and supply the key only if you trust the endpoint and code. - The script will open local image files and send image bytes to Google's Generative API — do not use sensitive/private images unless you are comfortable they will be transmitted to Google. - The package lists dependencies (google-genai, pillow) but there is no install step; ensure those Python packages are installed in a controlled environment (virtualenv) before running. - Confirm the source (homepage is none, source unknown). Lack of provenance increases risk; prefer skills with a verifiable source or repository. - If you will deploy this for others, ask the maintainer to: (1) declare GEMINI_API_KEY in the skill metadata, (2) include an install spec or requirements file, and (3) clarify the 'do not read image file first' wording to avoid agent confusion. - General safety: use a least-privilege API key, monitor API usage/billing, and inspect the code locally before running. If you need higher assurance, request a signed/verified source or run in an isolated environment.
功能分析
Type: OpenClaw Skill Name: morfeo-nano-banana-pro Version: 1.0.0 The OpenClaw skill 'morfeo-nano-banana-pro' is designed for image generation and editing using Google's Gemini 3 Pro Image API. The `SKILL.md` provides detailed instructions for the AI agent on how to construct effective prompts for the image generation API, which is within the scope of its stated purpose and does not contain prompt injection attempts against the OpenClaw agent itself. The `scripts/generate_image.py` script legitimately accesses the `GEMINI_API_KEY` environment variable or command-line argument, reads specified input/reference image files, makes network calls to Google's API, and writes generated images to the user's current working directory. All observed behaviors, including file I/O and network access, are directly aligned with the skill's functionality and show no evidence of intentional malicious activity like data exfiltration, unauthorized execution, or persistence.
能力评估
Purpose & Capability
The name, description, SKILL.md, and the included script all align with an image-generation/editing skill using Gemini (gemini-3-pro-image-preview). However the registry metadata declares no required environment variables while both SKILL.md and the script require an API key (GEMINI_API_KEY or --api-key). This is an incoherence between claimed requirements and actual runtime needs.
Instruction Scope
The runtime instructions and the script stay within image generation/editing scope: building prompts, sending image bytes to the Google GenAI client, and saving output images. One point to note: the SKILL.md advises 'DO NOT read the image file first' (meaning the agent shouldn't inline image bytes into conversation), whereas the script itself opens input/reference image files locally to include them in the API request — this behavior is expected for the skill but the phrasing could confuse non-technical users or agents.
Install Mechanism
There is no install spec (instruction-only install), which minimizes installer risk. However the script lists dependencies (google-genai and pillow) in a header comment but provides no automated install step — users/agents will need those packages available. This is a documentation/packaging omission rather than an outright risk, but it should be fixed.
Credentials
The script requires an API key (checked via --api-key or GEMINI_API_KEY) and SKILL.md shows endpoints that use API_KEY and (in examples) PROJECT_ID/REGION, yet the skill metadata declares no required env vars or primary credential. That omission is problematic: the skill will fail without the key, and the metadata does not warn users to provide it. Otherwise the requested environment access is proportional (only a service API key) and there are no unrelated credential requests.
Persistence & Privilege
The skill is not always-enabled, does not request persistent system privileges, and does not modify other skills or system-wide settings. It runs as a one-off CLI script that reads local image files and writes output images to the user's working directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install morfeo-nano-banana-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /morfeo-nano-banana-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Complete prompt engineering framework; product photography (SUBJECT refs); image editing; 1K/2K/4K resolution; Paul's 2K default
元数据
Slug morfeo-nano-banana-pro
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nano Banana Pro (Morfeo) 是什么?

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1439 次。

如何安装 Nano Banana Pro (Morfeo)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install morfeo-nano-banana-pro」即可一键安装,无需额外配置。

Nano Banana Pro (Morfeo) 是免费的吗?

是的,Nano Banana Pro (Morfeo) 完全免费(开源免费),可自由下载、安装和使用。

Nano Banana Pro (Morfeo) 支持哪些平台?

Nano Banana Pro (Morfeo) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nano Banana Pro (Morfeo)?

由 Paul de Lavallaz(@pauldelavallaz)开发并维护,当前版本 v1.0.0。

💬 留言讨论