create-video

Generate complete videos from text prompts using the HeyGen Video Agent API.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/zamansepeti43/c-rak-agent --skill create-video-zamansepeti43
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-video
Source: https://github.com/zamansepeti43/c-rak-agent/tree/main/video-engine/.agents/skills/create-video
Command: npx skills add https://github.com/zamansepeti43/c-rak-agent --skill create-video-zamansepeti43

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Creating videos traditionally requires scripting, avatar selection, scene composition, and voiceover coordination. This Skill turns a single text prompt into a finished video by delegating script writing, visuals, pacing, and captions to HeyGen's Video Agent. ## Core Features & Use Cases - Prompt-to-Video Generation: Send an optimized prompt to the Video Agent endpoint and receive a video ID, then poll status and retrieve the download URL. - Prompt Optimization Framework: Built-in guidance for visual styles (20 named styles), scene structure, layered B-roll motion graphics, and voiceover scripting. - Asset and Quota Management: Upload reference images, videos, and audio, configure dimensions for any platform, and check credit quota before generating. - Use Case: A marketing manager needs a 60-second product demo for social media. Describe the product and tone, let the Skill structure the prompt, generate the video in portrait orientation, and download the finished MP4. ## Quick Start Ask the AI to create a 60-second product demo video about your app using HeyGen, then poll the returned video ID until the download URL is ready.

Frequently Asked Questions about create-video

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

FAQPage Schema
How do I generate a video from a text prompt with HeyGen?

Send a POST request to the HeyGen Video Agent endpoint with your prompt, or use the generate_video_agent MCP tool. The API returns a video ID, which you poll via the status endpoint until the video URL is ready.

When should I use Video Agent vs the standard HeyGen video API?

Use Video Agent for quick prompt-based generation where the AI handles scripting and scenes. Use the standard v2 video generate API when you need precise control over specific avatars, exact scripts, or per-scene configuration.

How long does HeyGen video generation take?

Videos typically take 5-15 minutes to process, depending on script length, resolution, and queue load. Set polling timeouts of 15-20 minutes and use 5-second intervals, or configure webhooks for completion notifications.

What video dimensions and aspect ratios does HeyGen support?

HeyGen supports 720p and 1080p in landscape 16:9, portrait 9:16, and square 1:1 formats. Custom dimensions are allowed between 128px and 4096px per side, and both values must be even numbers.

How do I check my remaining HeyGen API quota?

Call the GET /v2/user/remaining_quota endpoint with your API key to retrieve remaining and used credits. Check quota before generating, since 1080p videos consume roughly 1.5 times the base credit rate.