Video Generation

Create videos from text or image inputs with customizable resolution, frame rate, and duration.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/pounct/agent-ebauche1 --skill video-generation-pounct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Generation
Source: https://github.com/pounct/agent-ebauche1/tree/main/skills/video-generation
Command: npx skills add https://github.com/pounct/agent-ebauche1 --skill video-generation-pounct

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for AI-powered video generation, allowing users to create videos from text prompts or images with customizable parameters like resolution, frame rate, and duration.

Core Features & Use Cases

  • Text-to-Video: Convert text descriptions into video content.
  • Image-to-Video: Create videos from images, including single images and image sequences.
  • Customization: Adjust video resolution, frame rate, duration, and quality settings.
  • Use Case: Build applications that require automated video generation, such as educational content, marketing videos, or interactive media.

Quick Start

Use the video generation skill to create a video from the text prompt 'A cat playing with a ball' with a resolution of '1920x1080' and a frame rate of '30'.

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 video from text or images?

To generate AI video from text or images, you provide a text prompt or image inputs to the skill. It uses an AI model to process the inputs and creates customized video content with adjustable resolution, frame rate, and duration.

Can I customize resolution and frame rate for text-to-video generation?

Yes, you can customize resolution and frame rate for text-to-video generation. The skill allows you to adjust video parameters including resolution, frame rate, duration, and quality settings to meet your specific content requirements.

Do I need z-ai-web-dev-sdk to create videos from text prompts?

Yes, you need z-ai-web-dev-sdk to create videos from text prompts. This SDK is required for backend processing, handling asynchronous task management, and supporting CLI and SDK interfaces for task creation and polling.

How does asynchronous task management work for AI video generation?

Asynchronous task management for AI video generation works by polling the task status. After you initiate video creation via CLI or SDK interfaces, the system handles the processing in the background and allows you to poll for completion status.

What are the limitations of using image-to-video for automated content creation?

Limitations of using image-to-video for automated content creation include dependency on the z-ai-web-dev-sdk for backend processing and asynchronous polling overhead. Complex customizations may be constrained by the supported CLI and SDK interfaces.