Video Generation

Generate videos from text prompts or images via asynchronous polling.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Kin3Xc/promoly --skill video-generation-kin3xc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Generation
Source: https://github.com/Kin3Xc/promoly/tree/main/skills/video-generation
Command: npx skills add https://github.com/Kin3Xc/promoly --skill video-generation-kin3xc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables automated AI-driven video creation from text prompts or input images, reducing manual production time and enabling scalable media generation for marketing, education, and entertainment workflows.

Core Features & Use Cases

  • Asynchronous task generation: Create video generation tasks and poll for the results in backend services.
  • Text-to-video and image-to-video: Produce videos from prompts or input media with configurable size, fps, duration, and optional audio.
  • Use Case: A marketing team quickly generates multiple clips from campaign ideas to test variations and optimize messaging.

Quick Start

Use the z-ai-web-dev-sdk on the backend to create a video task from a prompt or image, then poll for completion to retrieve the 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 or images on the backend?

To generate AI videos on the backend, use the z-ai-web-dev-sdk to create a video task from a text prompt or image, then poll asynchronously to retrieve the final video URL.

What is asynchronous polling for AI video generation tasks?

Asynchronous polling is a backend mechanism where you submit a video generation task and periodically check its status until completion, allowing you to retrieve the final video URL without blocking execution.

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

Yes, you can use base64 image data or a direct image URL as input for image-to-video generation, passing the image_url parameter to the z-ai-web-dev-sdk to start the backend task.

Does the AI video generation SDK support configurable fps and duration?

Yes, the AI video generation process supports configurable video size, fps, duration, and optional audio settings to customize the output media asset for your specific workflow.

What is the best way to automate batch video creation for marketing campaigns?

To automate batch video creation for marketing campaigns, implement backend scripts using the z-ai-web-dev-sdk to submit multiple text prompts and poll for the resulting video URLs asynchronously.

Do I need the z-ai-web-dev-sdk to run automated video production?

Yes, the z-ai-web-dev-sdk is a required dependency for backend automated video production, providing the necessary interface to create tasks and handle asynchronous polling for results.