← Back to Skills Marketplace
germey

Nano Banana Image

by Germey · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install acedatacloud-nano-banana-image
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install acedatacloud-nano-banana-image
  3. After installation, invoke the skill by name or use /acedatacloud-nano-banana-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug acedatacloud-nano-banana-image
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Nano Banana Image?

Run "/install acedatacloud-nano-banana-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nano Banana Image free?

Yes, Nano Banana Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nano Banana Image support?

Nano Banana Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nano Banana Image?

It is built and maintained by Germey (@germey); the current version is v1.0.0.

💬 Comments