veo-video-runtime

Automate Veo text-to-video generation via Vertex AI and normalize output metadata.

2|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/DeliciousHouse/aries-app --skill veo-video-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: veo-video-runtime
Source: https://github.com/DeliciousHouse/aries-app/tree/main/skills/veo-video-runtime
Command: npx skills add https://github.com/DeliciousHouse/aries-app --skill veo-video-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Veo Video Runtime enables automated generation of videos via Vertex AI Veo, and normalizes the resulting outputs for downstream pipelines.

Core Features & Use Cases

  • Veo video generation: orchestrates text-to-video requests against Vertex AI and handles long-running operations.
  • Output normalization: emits a consistent metadata structure including artifacts, timestamps, and provider details.
  • Error handling & repair: applies bounded, section-level repairs for authentication, model endpoints, and polling configurations without altering validated onboarding artifacts.

Quick Start

Submit a text prompt to generate videos and monitor the long-running operation until the artifacts are produced and metadata is normalized.

Frequently Asked Questions about veo-video-runtime

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

FAQPage Schema
How do I run Veo text-to-video generation on Vertex AI?

Veo video generation on Vertex AI requires submitting an explicit text prompt to start the request, then polling the long-running operation until completion and normalizing the output metadata for downstream pipelines.

What is a long-running operation in text-to-video generation?

A long-running operation in text-to-video generation is an asynchronous workflow where the system continuously polls the Vertex AI endpoint until the requested video asset is fully processed and ready for retrieval.

How does error handling work for Veo video generation on Vertex AI?

Error handling for Veo video generation applies bounded, section-level repairs for authentication, model endpoints, and polling configurations without altering validated artifacts, allowing up to three repair attempts before failing.

Do I need explicit text prompts to generate videos with Veo?

Yes, you need explicit text prompts to generate videos with Veo. The workflow requires them to initiate the text-to-video request against Vertex AI and cannot process implicit instructions.

What is output normalization in Veo video generation?

Output normalization in Veo video generation is the process of emitting a consistent metadata structure, including artifacts, timestamps, and provider details, for downstream pipelines to consume.