← Back to Skills Marketplace
Nano Banana Veo
by
BermyBoysTechSolutions
· GitHub ↗
· v1.0.0
· MIT-0
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nano-banana-veo
Description
Generate images with Nano Banana (Gemini 3 Pro Image) and animate them into videos with Veo 3.1. Use when creating AI-generated visual assets for websites, l...
Usage Guidance
This skill appears to do what it claims: it generates an image via Gemini and then calls Veo to produce a short video. Before installing: 1) Note that the registry metadata omitted GEMINI_API_KEY — you must set GEMINI_API_KEY in your environment for it to work. 2) Treat that API key as sensitive (it grants access to your Google generative API quota/billing) and only provide it if you trust the skill/source. 3) Review and run the script in an isolated environment (virtualenv or container) if you want to limit exposure. 4) If you plan to use this in production, ask the publisher to update the registry metadata to declare GEMINI_API_KEY as the primary credential so the manifest accurately reflects required secrets.
Capability Analysis
Type: OpenClaw Skill
Name: nano-banana-veo
Version: 1.0.0
The skill provides a legitimate workflow for generating images and videos using Google's Gemini and Veo APIs. The Python script (scripts/generate.py) correctly implements API authentication via environment variables, handles long-running asynchronous video generation tasks through polling, and saves the resulting media to user-specified paths. All network communication is directed to official Google API endpoints (generativelanguage.googleapis.com), and no indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (Nano Banana + Veo) align with the included script and SKILL.md: the script calls Gemini image models and the Veo endpoints. However, the registry metadata lists no required environment variables while SKILL.md and the script explicitly require GEMINI_API_KEY — a metadata omission/inconsistency.
Instruction Scope
SKILL.md instructs installing google-genai and requests, running the provided script with prompts and output paths. The runtime instructions and examples match what the script actually does (generate image, encode it, call Veo API, poll for results). The instructions do not request unrelated files or credentials beyond GEMINI_API_KEY.
Install Mechanism
This is an instruction-only skill with one included script; there is no install spec downloading arbitrary code or running external installers. Dependencies are standard Python packages (google-genai, requests) installed via pip as documented.
Credentials
The script requires a single API key (GEMINI_API_KEY) which is proportionate to calling Google generative APIs. The inconsistency: registry metadata/manifest did not declare this required env var or a primary credential, while both SKILL.md and scripts require it. No other secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system-wide configuration. Autonomous invocation is allowed by default (normal) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nano-banana-veo - After installation, invoke the skill by name or use
/nano-banana-veo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of nano-banana-veo.
- Generate premium static images using Gemini 3 Pro (Nano Banana).
- Animate images into cinematic videos with Veo 3.1, supporting 4–8 second durations.
- Designed for creating AI-generated assets for websites, landing pages, and marketing materials.
- Flexible CLI for image and video generation, with customizable prompts, resolution, and output paths.
- Requires a GEMINI_API_KEY environment variable.
Metadata
Frequently Asked Questions
What is Nano Banana Veo?
Generate images with Nano Banana (Gemini 3 Pro Image) and animate them into videos with Veo 3.1. Use when creating AI-generated visual assets for websites, l... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install Nano Banana Veo?
Run "/install nano-banana-veo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nano Banana Veo free?
Yes, Nano Banana Veo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nano Banana Veo support?
Nano Banana Veo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nano Banana Veo?
It is built and maintained by BermyBoysTechSolutions (@bermyboystechsolutions); the current version is v1.0.0.
More Skills