Video Generation

Automate video creation from prompts or images using the z-ai-web-dev-sdk.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/TIAN0517/iosboss --skill video-generation-tian0517
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Generation
Source: https://github.com/TIAN0517/iosboss/tree/main/temp_extract/99999999/skills/video-generation
Command: npx skills add https://github.com/TIAN0517/iosboss --skill video-generation-tian0517

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates video creation from text prompts or images using the z-ai-web-dev-sdk.

Core Features & Use Cases

  • Asynchronous video generation with task polling
  • Text-to-video and image-to-video capabilities, including keyframes and optional audio
  • Configurable output options for size, fps, duration, and model selections for various production needs

Quick Start

Use the skill to create a video by providing a prompt or an input image, then poll for the result.

  • Create a text-to-video task: z-ai video -p "A sunset over mountains" --poll
  • Create an image-to-video task: z-ai video --image-url "data:image/png;base64,..." --prompt "Animated scene"

Frequently Asked Questions about Video Generation

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

FAQPage Schema
How do I automate AI video generation from text prompts?

To automate AI video generation, you can use the z-ai-web-dev-sdk to create text-to-video tasks from prompts. The skill handles asynchronous task polling and returns video URLs, enabling automated media production pipelines.

Can I generate video from an image using the z-ai-web-dev-sdk?

Yes, you can generate video from an image using the z-ai-web-dev-sdk by providing an image URL or base64 data along with a prompt. This image-to-video capability supports creating animated scenes from static keyframes.

What is asynchronous task polling for video generation?

Asynchronous task polling is a process where a video generation request is submitted and the system periodically checks the task status until completion. This allows backend integration to handle long-running video rendering tasks without blocking execution.

Does video generation support configurable output options like fps and duration?

Yes, video generation supports configurable output options including video size, frames per second (fps), duration, and model selections. These settings allow customization for various production needs in marketing, education, and dynamic app content.

Do I need backend integration to use this AI video generation skill?

Yes, backend integration with the z-ai-web-dev-sdk is required to use this AI video generation skill. The automation process relies on server-side scripts to manage asynchronous task creation and polling for returned video URLs.