Video Generation

Generate videos asynchronously from text prompts or images using z-ai-web-dev-sdk.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/marktantongco/promptc-os --skill video-generation-marktantongco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Generation
Source: https://github.com/marktantongco/promptc-os/tree/main/skills/video-generation
Command: npx skills add https://github.com/marktantongco/promptc-os --skill video-generation-marktantongco

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generating videos from text and images often requires integrating multiple tools, managing asynchronous tasks, and polling for results, which can be complex and error-prone.

Core Features & Use Cases

  • Asynchronous video generation: Submit prompts or image inputs and poll for a final video URL.
  • Text-to-video & image-to-video: Supports both text prompts and image-based inputs, plus optional audio and frame-rate controls.
  • Use Case: Build a marketing content generator that produces short product videos from campaign prompts.

Quick Start

Provide a simple prompt or image URL to initiate a video generation task.

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 and images asynchronously?

You can automate asynchronous video generation by submitting text prompts or image URLs to the z-ai-web-dev-sdk, which handles task polling and retrieves the final video URL.

Can I control video parameters like fps, duration, and size when generating AI videos?

Yes, video generation supports configurable parameters including size, fps, duration, and optional with_audio, allowing you to customize the output for marketing or social content.

Does the z-ai-web-dev-sdk support both text-to-video and image-to-video workflows?

Yes, the z-ai-web-dev-sdk supports both text-to-video and image-to-video workflows, enabling you to create videos from campaign prompts or existing image assets.

Do I need a backend environment to use asynchronous video generation?

Yes, asynchronous video generation requires a backend environment only, as it relies on the z-ai-web-dev-sdk to manage polling and result retrieval for the generated video URLs.

What's the best way to build a marketing video generator from campaign prompts?

Use the z-ai-web-dev-sdk to automate text-to-video generation, submitting campaign prompts and polling for a final video URL to produce short marketing or product demo videos.