Video Generation

Generate videos from text prompts or images with configurable parameters.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Lucmac667/Be-Ballenced-Dashboard --skill video-generation-lucmac667
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Generation
Source: https://github.com/Lucmac667/Be-Ballenced-Dashboard/tree/main/Be-Ballenced-Dashboard/skills/video-generation
Command: npx skills add https://github.com/Lucmac667/Be-Ballenced-Dashboard --skill video-generation-lucmac667

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

Generating video content from simple prompts or source images is often time-consuming and technically complex. This Skill automates that workflow, enabling rapid production with consistent results.

Core Features & Use Cases

  • Text-to-video generation with configurable size, fps, duration, and optional audio for marketing, education, and entertainment.
  • Image-to-video generation using a single base64-encoded image or an image URL with guidance on input reliability.
  • Asynchronous task management: create a task and poll for results, returning a video URL when ready.
  • Save and integrate generated videos into apps, dashboards, or content pipelines.

Quick Start

Use the z-ai-web-dev-sdk in your backend to create a video generation task with a simple prompt, then poll until the result contains a video URL.

Frequently Asked Questions about Video Generation

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

FAQPage Schema
How do I generate AI videos from text prompts using an SDK?

To generate AI videos from text prompts, use the z-ai-web-dev-sdk in your backend to create a task with a prompt, then poll asynchronously until the result returns a video URL. You can configure size, fps, duration, and optional audio.

Can I create videos from base64-encoded images or image URLs?

Yes, you can create videos from base64-encoded images or image URLs. The image-to-video generation process accepts a single base64 string or a URL as input to guide the video creation workflow.

How does asynchronous polling work for video generation tasks?

Asynchronous polling for video generation works by creating a task via the SDK and repeatedly checking its status until completion. The system returns a video URL in one of multiple potential fields when the task finishes processing.

Do I need the z-ai-web-dev-sdk to run video generation in my backend?

Yes, you need the z-ai-web-dev-sdk installed in your backend code to run video generation. This dependency handles the task creation, asynchronous polling, and retrieval of the final video URL.

What video output configurations are supported for marketing or education workflows?

For marketing, education, and entertainment workflows, the video generation supports configurable output settings including video size, frame rate (fps), duration, and optional audio to meet specific content requirements.

Why does my asynchronous video generation task return multiple URL fields?

Asynchronous video generation tasks return multiple potential URL fields to handle varying API responses. You should check these fields when polling completes to locate the generated video URL for your pipeline.