← Back to Skills Marketplace
wingchiu

Nano Banana 2 FAL

by wingchiu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
299
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nano-banana-2-fal
Description
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Usage Guidance
This skill is internally consistent: it legitimately needs GEMINI_API_KEY and the 'uv' runner to execute the bundled Python script which calls Google's genai library. Before installing, verify the source of the 'uv' Homebrew formula on your machine (so you know what will be installed), ensure your Python environment will provide google-genai and pillow (or that 'uv run' will handle deps), and supply a Gemini API key with appropriate, minimal permissions (rotate or limit the key if possible). Also be mindful that the script will read any input image files you pass to it — do not feed sensitive images you don't want transmitted to the Gemini API. If you want higher assurance, run the script locally after review rather than granting broad automated access to the skill.
Capability Analysis
Type: OpenClaw Skill Name: nano-banana-2-fal Version: 1.0.0 The skill bundle provides a straightforward implementation for generating and editing images using the Google GenAI SDK. The Python script `scripts/generate_image.py` correctly handles API authentication, image processing via Pillow, and interaction with the Gemini API without any signs of data exfiltration, obfuscation, or unauthorized execution. While the model name 'gemini-3-pro-image-preview' and the 'Nano Banana' branding appear to be placeholders or fictional, the code logic is transparent and aligns with the stated purpose in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description match the bundled Python script which calls the Google genai client (model 'gemini-3-pro-image-preview') and accepts image input(s) and a prompt. The required binary 'uv' is used in SKILL.md to execute the script, and GEMINI_API_KEY is the only credential needed — all of which are coherent with an image-generation skill.
Instruction Scope
SKILL.md only instructs running the included script via 'uv' and to provide a prompt, filename, optional input images, and resolution. The script reads only provided input image file paths and the GEMINI API key (or an explicit --api-key), uploads/requests generation via the GenAI client, saves the returned image locally, and prints a MEDIA token. There are no instructions to read unrelated files, harvest other environment variables, or send data to unexpected endpoints.
Install Mechanism
Install spec uses brew to install a formula named 'uv' and declares it will create a 'uv' binary. Using Homebrew is a normal distribution path; this is not an arbitrary URL download. If you are unfamiliar with the 'uv' formula on your platform, confirm the formula source/tap before installing. The Python dependencies (google-genai, pillow) are declared in the script header but not managed by the brew install — ensure your environment or uv run will install/resolve them.
Credentials
Only GEMINI_API_KEY is required (and an optional --api-key argument). That single credential is appropriate and necessary for calling Google's Gemini/GenAI API. The script does not request other unrelated secrets or config paths.
Persistence & Privilege
The skill is not always-enabled and uses the platform default (agent can invoke it autonomously). It does not modify other skills or system-wide configuration and does not request persistent privileges beyond its own runtime.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nano-banana-2-fal
  3. After installation, invoke the skill by name or use /nano-banana-2-fal
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug nano-banana-2-fal
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nano Banana 2 FAL?

Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). It is an AI Agent Skill for Claude Code / OpenClaw, with 299 downloads so far.

How do I install Nano Banana 2 FAL?

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

Is Nano Banana 2 FAL free?

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

Which platforms does Nano Banana 2 FAL support?

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

Who created Nano Banana 2 FAL?

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

💬 Comments