genai-video

Generate GenAI Veo 3.1 videos via CLI with prompt and parameter control.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Onward-Technologies/onward-google-genai --skill genai-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genai-video
Source: https://github.com/Onward-Technologies/onward-google-genai/tree/main/.claude/skills/genai-video
Command: npx skills add https://github.com/Onward-Technologies/onward-google-genai --skill genai-video

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to generate cinematic videos using GenAI Veo 3.1 via the CLI, translating prompts into video outputs and accelerating content creation workflows.

Core Features & Use Cases

  • Async and blocking video generation with genai-cli video
  • Image-to-video, first/last frame interpolation, and camera movement prompts for dynamic sequences
  • Reference images for style or asset consistency, 16:9 aspect with optional extended features

Quick Start

Use the genai-video Skill to generate a sample video: uv run genai-cli video "sunset over ocean" --wait Create an image-to-video sequence: uv run genai-cli video "camera pullback revealing the scene" --input ./image.png --wait Morph between two frames: uv run genai-cli video "dramatic morph" --input ./start.png --last-frame ./end.png --wait

Frequently Asked Questions about genai-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a video from a text prompt using the GenAI Veo CLI?

Generate GenAI Veo 3.1 videos by running the genai-cli tool with your text prompt, using either async or blocking modes to control the sequence creation workflow.

Can I create an image-to-video animation with frame interpolation?

Yes, create image-to-video animations by providing an input image and an optional last frame, allowing GenAI Veo to generate frame interpolation and dramatic morph sequences.

How do I keep style consistency across multiple generated video clips?

Maintain style and asset consistency across generated videos by supplying reference images alongside your text prompts when configuring the GenAI Veo generation parameters.

What do I need to run GenAI Veo 3.1 video generation tasks?

You need the genai-cli tool installed and access to Veo 3.1, along with optional input frames or reference images to shape the cinematic video output.

Does the GenAI Veo CLI support camera movement prompts for cinematic sequences?

Yes, the GenAI Veo CLI supports camera movement prompts, allowing you to direct dynamic cinematic sequences like camera pullbacks to reveal the scene.

What aspect ratio and resolution options are available for Veo video generation?

Veo video generation supports 16:9 aspect ratio with options to adjust duration and resolution, alongside masking and output handling configurations for extended features.