← Back to Skills Marketplace
Nano Banana 2
by
NanoPhoto.AI
· GitHub ↗
· v1.0.0
· MIT-0
227
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nanophoto-nano-banana-2
Description
Generate or edit images with the NanoPhoto.AI Nano Banana 2 API. Use when: (1) User wants text-to-image generation, (2) User wants image-to-image editing wit...
Usage Guidance
This skill appears to do exactly what it says: send prompts and public image URLs to NanoPhoto's API using NANOPHOTO_API_KEY. Before installing: (1) store your API key in the platform's secure env setting rather than pasting it in chat, (2) only provide public images you are authorized to share (the API accepts public URLs only), and (3) be aware that generation inputs (prompts and image URLs) are sent to nanophoto.ai — do not send private or sensitive images or confidential prompts. If you want absolute assurance, you can inspect the included script (scripts/nano_banana_2.py) yourself; it only uses standard HTTP calls to the documented endpoints and the documented config path (~/.openclaw/openclaw.json) for credential fallback.
Capability Analysis
Type: OpenClaw Skill
Name: nanophoto-nano-banana-2
Version: 1.0.0
The nano-banana-2 skill is a legitimate tool for interacting with the NanoPhoto.AI image generation API. The bundled Python script (scripts/nano_banana_2.py) uses standard libraries to perform authenticated HTTP requests and includes a credential resolution logic that checks environment variables and a local OpenClaw configuration file (~/.openclaw/openclaw.json) as documented. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code and instructions are strictly aligned with the stated purpose of image generation and editing.
Capability Assessment
Purpose & Capability
The name/description match the behavior: the script posts generation and status requests to https://nanophoto.ai endpoints and requires only NANOPHOTO_API_KEY as declared. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the bundled script stay within image-generation/editing scope. The script may read the local OpenClaw config (~/.openclaw/openclaw.json) only to find the declared API key (documented). Note: the `--google-search` flag only forwards a boolean to the NanoPhoto API; the skill does not itself perform Google searches.
Install Mechanism
No install spec; the skill is instruction+script only. Nothing is downloaded or extracted at install time.
Credentials
Only NANOPHOTO_API_KEY is required and is used as the Authorization bearer token. The script's fallback to an OpenClaw config file is documented and scoped to this skill's env entry.
Persistence & Privilege
always:false and the skill does not request system-wide or other-skills configuration changes. It does not demand permanent elevated presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nanophoto-nano-banana-2 - After installation, invoke the skill by name or use
/nanophoto-nano-banana-2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Generate or edit images with the NanoPhoto Nano Banana 2 API. Supports text-to-image and image-to-image workflows, aspect ratio, quality, optional Google Search prompt enhancement, status checks, and optional in-process polling from a single compliant script.
Metadata
Frequently Asked Questions
What is Nano Banana 2?
Generate or edit images with the NanoPhoto.AI Nano Banana 2 API. Use when: (1) User wants text-to-image generation, (2) User wants image-to-image editing wit... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install Nano Banana 2?
Run "/install nanophoto-nano-banana-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nano Banana 2 free?
Yes, Nano Banana 2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nano Banana 2 support?
Nano Banana 2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nano Banana 2?
It is built and maintained by NanoPhoto.AI (@nanophotohq); the current version is v1.0.0.
More Skills