← Back to Skills Marketplace
xixihhhh

Nano Banana 2 Image Generation&Editing

by MikeWang · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ Security Clean
748
Downloads
2
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install nano-banana-2-skill
Description
Generate and edit images using Google's Nano Banana 2 (Imagen) model — the latest high-quality image generation AI. Supports text-to-image generation and ima...
Usage Guidance
This skill appears to do what it says: it sends prompts and (with your explicit consent) image files to Atlas Cloud or Google AI Studio and returns generated images. Before installing, consider: (1) the SKILL.md requires you to confirm any local-file uploads — make sure the agent actually asks you before uploading sensitive photos; (2) the registry metadata vs. SKILL.md wording: you only need at least one provider key, not necessarily both — set only the provider key you trust to reduce accidental use; (3) API keys grant billing-capable access — use keys with restricted scope if possible, enable billing alerts, and be prepared to revoke keys; (4) test with non-sensitive images first and review output files before sharing. If you want higher assurance, review the full script locally (it uses only standard-library network calls) or run it in an isolated environment.
Capability Analysis
Type: OpenClaw Skill Name: nano-banana-2-skill Version: 1.0.9 The nano-banana-2-skill bundle provides image generation and editing capabilities by interfacing with Atlas Cloud and Google AI Studio APIs. The included Python script (scripts/generate_image.py) is well-implemented using only standard libraries, handles API keys via environment variables, and includes a manual confirmation prompt before uploading local files to the cloud. The SKILL.md instructions correctly guide the agent on provider selection and emphasize user privacy by requiring explicit consent for data uploads, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The skill claims to call Atlas Cloud or Google AI Studio for image generation and the code + SKILL.md request exactly the corresponding API keys and endpoints. Requiring ATLASCLOUD_API_KEY and/or GEMINI_API_KEY is proportionate to the stated functionality; primaryEnv being ATLASCLOUD_API_KEY is reasonable given Atlas Cloud is the default provider.
Instruction Scope
SKILL.md and the included script limit actions to submitting prompts, uploading local images (with explicit user consent required in the doc), polling for results, and downloading outputs. The instructions do send data to third-party endpoints (api.atlascloud.ai and generativelanguage.googleapis.com) which is expected for this skill and is explicitly called out with a privacy note.
Install Mechanism
There is no install spec (instruction-only plus a small Python script). No downloads or archive extraction are requested. The script uses only Python standard library (urllib), so there is no opaque install-time code execution risk.
Credentials
Requesting Atlas Cloud and Google API keys is justified. Minor inconsistency: registry metadata lists both ATLASCLOUD_API_KEY and GEMINI_API_KEY as 'required env vars', while SKILL.md states 'At least one of the above must be set' and the script supports choosing either provider. This is a documentation/metadata mismatch rather than an unexplained privilege request.
Persistence & Privilege
The skill is not always-included, does not request system-wide configuration changes, and does not persist credentials on its own. Autonomous invocation is allowed by platform default but does not combine with any other broad privileges in this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nano-banana-2-skill
  3. After installation, invoke the skill by name or use /nano-banana-2-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
- Added `metadata.openclaw.requires.env` and `primaryEnv` fields to formally declare required environment variables and primary provider. - No changes to functionality or code; documentation was updated to include structured metadata for environment requirements. - Ensures better compatibility and clarity for OpenClaw and related tools by explicitly specifying required configuration.
v1.0.8
No changes detected in this release (version 1.0.8); documentation and code remain unchanged.
v1.0.7
nano-banana-2-skill 1.0.7 - Clarified environment variable requirements: ATLASCLOUD_API_KEY is now marked as required unless GEMINI_API_KEY is set. - Updated env var descriptions for clarity on provider selection and requirement. - No changes to features, provider logic, or usage instructions.
v1.0.6
**v1.0.6 – Adds Python script for image generation** - Added `scripts/generate_image.py`, a Python script for listing models, generating images, uploading images, and editing images via the Atlas Cloud API. - Updated documentation to include usage instructions for the new script. - No changes to API endpoints or environment variables.
v1.0.5
**v1.0.5 changelog** - Added explicit privacy & data usage information, including a warning that image data will be uploaded and that user confirmation is required before uploading local files. - Updated pricing comparison: Atlas Cloud is now shown as 10% cheaper than Google AI Studio for all resolutions. - Clarified workflow requirements for uploading images: agent must get user approval before any file upload. - Minor improvements to tables and section formatting for better readability.
v1.0.4
nano-banana-2-skill 1.0.4 changelog: - Clarified provider selection logic and setup steps for Atlas Cloud and Google AI Studio. - Simplified and shortened provider comparison and pricing sections. - Made provider triggers and environment variable requirements more explicit. - Reduced promotional content and focused documentation on usage, parameters, and API workflows. - No code or functional changes; documentation cleanup only.
v1.0.3
nano-banana-2-skill v1.0.3 changelog - Added skill metadata fields: source, homepage, and required environment variables for flexible provider setup. - Now documents that either ATLASCLOUD_API_KEY or GEMINI_API_KEY is required, depending on provider. - Clarified provider selection logic: default to Atlas Cloud, but prompt user if both API keys set. - Documentation reorganized for conciseness and clarity; redundant provider detail and marketing text reduced. - The skill trigger description no longer recommends one provider over another in the general description. - No code or functional changes; documentation improvements only.
v1.0.2
**nano-banana-2-skill v1.0.2 changelog** - Updated SKILL.md with a streamlined, more concise guide focused on practical setup and usage for both Atlas Cloud and Google AI Studio provider modes. - Added clear Atlas Cloud recommendations (cheaper, unified access, bonus credits) and new user referral link. - Clarified pricing advantages of Atlas Cloud with detailed, easy-to-read comparison tables. - Simplified API usage instructions: emphasized upload instructions for editing, cleaner parameter tables, clarified polling workflow, and improved image upload step. - Removed redundant details and condensed available model listings for better readability. - Improved guidance and trigger criteria for users requesting image generation or editing.
v1.0.1
update
v1.0.0
release
Metadata
Slug nano-banana-2-skill
Version 1.0.9
License MIT-0
All-time Installs 2
Active Installs 1
Total Versions 10
Frequently Asked Questions

What is Nano Banana 2 Image Generation&Editing?

Generate and edit images using Google's Nano Banana 2 (Imagen) model — the latest high-quality image generation AI. Supports text-to-image generation and ima... It is an AI Agent Skill for Claude Code / OpenClaw, with 748 downloads so far.

How do I install Nano Banana 2 Image Generation&Editing?

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

Is Nano Banana 2 Image Generation&Editing free?

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

Which platforms does Nano Banana 2 Image Generation&Editing support?

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

Who created Nano Banana 2 Image Generation&Editing?

It is built and maintained by MikeWang (@xixihhhh); the current version is v1.0.9.

💬 Comments