Video Generation

Generate videos from text prompts or images via asynchronous polling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables building AI-driven video content from text prompts or images, automating the creation process and reducing manual video production effort.

Core Features & Use Cases

  • Asynchronous video generation: submit tasks and poll for results to handle long-running processes.
  • Image-to-video and text-to-video: generate videos from prompts or from base64-encoded images with optional frames and audio.
  • End-to-end guidance: includes example code, CLI usage, and integration patterns for backend services.

Quick Start

Provide a text prompt or image input to initiate a video generation task and retrieve the resulting 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 video from text prompts or images asynchronously?

You can generate video asynchronously by submitting a text prompt or image input to start a task, then polling the system to retrieve the final video URL. This handles long-running generation processes efficiently without blocking backend operations.

Can I use base64 image URLs for image-to-video generation?

Yes, image-to-video generation supports both base64-encoded images and direct image URLs as input. You can provide these alongside optional parameters for frames, fps, size, duration, and audio configuration.

Do I need the z-ai-web-dev-sdk to run AI video generation?

Yes, the z-ai-web-dev-sdk is a required dependency for executing AI video generation. You must install and configure this SDK in your backend environment to submit generation tasks and poll for results.

What configurations are available for AI video generation?

AI video generation allows you to configure video size, fps, duration, and optional audio. These parameters can be adjusted when submitting your text prompt or image input to control the final output specifications.

How does task polling work for asynchronous video creation?

Task polling for asynchronous video creation involves continuously checking the status of a submitted generation task until completion. Once finished, the polling process retrieves the generated video URL for backend retrieval and usage.