← 返回 Skills 市场
germey

Nano Banana Image

作者 Germey · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install acedatacloud-nano-banana-image
功能描述
Generate and edit AI images with NanoBanana (Gemini-based) via AceDataCloud API. Use when creating images from text prompts or editing existing images with t...
使用说明 (SKILL.md)

NanoBanana Image Generation

Generate and edit AI images through AceDataCloud's NanoBanana (Gemini-based) API.

Authentication

export ACEDATACLOUD_API_TOKEN="your-token-here"

Quick Start

curl -X POST https://api.acedata.cloud/nano-banana/images \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a watercolor painting of a French countryside village", "model": "nano-banana"}'

Models

Model Best For
nano-banana Standard image generation (default)
nano-banana-pro Higher quality, more detailed output

Workflows

1. Text-to-Image

POST /nano-banana/images
{
  "prompt": "a photorealistic macro shot of morning dew on a spider web",
  "model": "nano-banana-pro",
  "aspect_ratio": "16:9"
}

2. Image Editing

Edit an existing image using natural language instructions — no mask needed.

POST /nano-banana/images/edit
{
  "prompt": "change the background to a starry night sky",
  "image_url": "https://example.com/photo.jpg",
  "model": "nano-banana"
}

Parameters

Generation

Parameter Values Description
model "nano-banana", "nano-banana-pro" Model to use
aspect_ratio "1:1", "3:4", "4:3", "9:16", "16:9" Output aspect ratio

Editing

Parameter Required Description
image_url Yes URL of the source image
prompt Yes Natural language editing instruction
model No Model to use (defaults to "nano-banana")
aspect_ratio No Output aspect ratio

MCP Server

pip install mcp-nano-banana

Or hosted: https://nano-banana.mcp.acedata.cloud/mcp

Key tools: nano_banana_generate_image, nano_banana_edit_image

Gotchas

  • Editing does NOT require a mask — just describe the change in natural language
  • nano-banana-pro produces significantly more detailed results but costs more
  • Results return a direct image URL — no task polling needed
  • Aspect ratio uses colon notation (e.g., "16:9") not pixel dimensions
  • The Gemini-based model excels at understanding complex, conversational editing instructions
安全使用建议
This skill appears to do what it says (call AceDataCloud's NanoBanana image API). Before installing or using it: 1) Note the SKILL.md requires ACEDATACLOUD_API_TOKEN, but the registry metadata omitted that — treat that as a metadata error and avoid pasting tokens into unknown UIs until you confirm where the token will be stored and used. 2) Be aware that using the skill will send prompts and image URLs to https://api.acedata.cloud — do not send sensitive images or PII unless you trust the service and understand your account's data retention/policy. 3) The SKILL.md suggests an optional pip package (mcp-nano-banana); only install it if you inspect the package source (PyPI/GitHub) and accept its code. 4) Prefer creating a limited-scope API token for this skill and revoke it if you stop using the integration. If you want higher assurance, ask the publisher to update the registry metadata to declare ACEDATACLOUD_API_TOKEN as a required/primary credential and to document the provenance of the mcp-nano-banana package.
功能分析
Type: OpenClaw Skill Name: acedatacloud-nano-banana-image Version: 1.0.0 The skill bundle provides documentation and usage instructions for the AceDataCloud NanoBanana image generation API. It describes standard REST API interactions and an optional MCP server (mcp-nano-banana) for image generation and editing. No malicious code, data exfiltration patterns, or harmful prompt injection attempts were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (generate/edit images via AceDataCloud NanoBanana) aligns with the curl examples and editing workflows in SKILL.md. Requesting an ACEDATACLOUD_API_TOKEN is coherent for this purpose. However, the registry metadata claims 'Required env vars: none' and 'Primary credential: none', which contradicts the SKILL.md that explicitly requires ACEDATACLOUD_API_TOKEN.
Instruction Scope
The runtime instructions are narrowly scoped to calling AceDataCloud endpoints (https://api.acedata.cloud/…) and optional installation/use of an MCP helper package. The SKILL.md does not instruct reading unrelated files, other environment variables, or sending data to unexpected third parties.
Install Mechanism
There is no install spec (instruction-only), which reduces risk. The documentation suggests 'pip install mcp-nano-banana' as an optional helper; installing third-party Python packages can run arbitrary code, and the package origin isn't verified in the SKILL.md. This is expected for optional tooling but worth checking before installing.
Credentials
The SKILL.md requires ACEDATACLOUD_API_TOKEN (appropriate for calling the API), but the skill metadata lists no required environment variables or primary credential. The SKILL.md referencing an env var that isn't declared in the registry is a manifest inconsistency and could lead to unexpected behavior or user confusion. Ensure the token scope and privileges are minimized before providing it.
Persistence & Privilege
The skill is instruction-only, has always:false, and does not request persistent system privileges or attempt to modify other skills or global agent settings. Autonomous invocation is allowed (platform default) but does not combine with other high-risk flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install acedatacloud-nano-banana-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /acedatacloud-nano-banana-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of nano-banana-image skill. - Generate and edit AI images via AceDataCloud NanoBanana (Gemini-based) API. - Supports both standard (`nano-banana`) and high-quality (`nano-banana-pro`) models. - Enables text-to-image and image editing workflows using natural language prompts. - No mask needed for editing; simply describe desired changes. - Returns direct image URLs with flexible aspect ratios. - Requires ACEDATACLOUD_API_TOKEN for authentication.
元数据
Slug acedatacloud-nano-banana-image
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nano Banana Image 是什么?

Generate and edit AI images with NanoBanana (Gemini-based) via AceDataCloud API. Use when creating images from text prompts or editing existing images with t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Nano Banana Image?

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

Nano Banana Image 是免费的吗?

是的,Nano Banana Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nano Banana Image 支持哪些平台?

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

谁开发了 Nano Banana Image?

由 Germey(@germey)开发并维护,当前版本 v1.0.0。

💬 留言讨论