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, landing pages, or marketing materials that need both static images and animated video content. Requires GEMINI_API_KEY environment variable.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nano-banana-veo" with this command: npx skills add bermyboystechsolutions/nano-banana-veo

Nano Banana + Veo Workflow

Generate premium images and animate them into cinematic videos using Google's Gemini API.

Quick Start

# Generate just an image
uv run {baseDir}/scripts/generate.py \
  --image-prompt "iPhone floating against dark background, premium product photography" \
  --output-image hero.png

# Generate image + video
uv run {baseDir}/scripts/generate.py \
  --image-prompt "iPhone floating against dark background, premium product photography" \
  --video-prompt "iPhone gently rotating and floating, smooth seamless motion, cinematic lighting" \
  --output-image hero.png \
  --output-video hero.mp4 \
  --video-duration 4

Parameters

ParameterRequiredDefaultDescription
--image-prompt-Prompt for image generation
--video-promptimage-promptPrompt for video animation
--output-image-Output path for image (.png/.jpg)
--output-video-Output path for video (.mp4)
--resolution1KImage resolution: 1K, 2K, 4K
--video-duration4Video seconds (4-8, Veo requirement)
--video-resolution720pVideo quality: 720p, 1080p, 4k

Prerequisites

  • GEMINI_API_KEY environment variable set
  • google-genai and requests Python packages

Installation

# Install dependencies
pip install google-genai requests

# Or with uv
uv pip install google-genai requests

Workflow Examples

Hero Section Asset

uv run {baseDir}/scripts/generate.py \
  --image-prompt "Sleek iPhone 15 Pro showing Islamic prayer app interface, dark green and gold accents, floating against pure black background, dramatic studio lighting, premium product photography, 8K quality" \
  --video-prompt "iPhone floating and gently rotating in space, subtle purple glow, smooth seamless boomerang motion, premium cinematic lighting, dark background" \
  --output-image namazlock-hero.png \
  --output-video namazlock-hero.mp4 \
  --video-duration 4

Feature Showcase

uv run {baseDir}/scripts/generate.py \
  --image-prompt "Minimalist smartphone displaying prayer time interface, clean UI, dark mode with gold accents, studio lighting" \
  --output-image feature.png \
  --resolution 2K

Output

  • Images are saved in PNG format
  • Videos are saved in MP4 format (H.264 encoded)
  • Veo generation takes ~30-60 seconds (async polling handled automatically)

Notes

  • Veo 3.1 requires 4-8 second duration (enforced by API)
  • Video generation is asynchronous — script handles polling automatically
  • Use {baseDir} placeholder in paths — it resolves to the skill directory

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated