minimax-video-gen

Generate videos from text or images using MiniMax's Hailuo model.

2|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/desirecore/market --skill minimax-video-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-video-gen
Source: https://github.com/desirecore/market/tree/main/skills/minimax-video-gen
Command: npx skills add https://github.com/desirecore/market --skill minimax-video-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to generate videos from text or images efficiently, automating the complex process of video creation for media and content production.

Core Features & Use Cases

  • Text-to-video and image-to-video generation using MiniMax's Hailuo model, supporting asynchronous task handling.
  • Flexible input options including prompts and reference images, suitable for creating animations, promotional videos, or visual content.
  • Use Case: When a user asks to create a promotional video based on a product description or visual reference, utilize this Skill to generate the video and provide a downloadable link.

Quick Start

To generate a video from a text prompt, submit the prompt using the provided API flow, then poll for completion, retrieve the video, and upload it to your media storage for sharing.

Frequently Asked Questions about minimax-video-gen

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

FAQPage Schema
How do I generate video from text or images using the MiniMax Hailuo model?

To generate video from text or images using the MiniMax Hailuo model, submit your prompt or reference image via Bash curl commands. The process handles task submission asynchronously, requiring you to poll for completion before retrieving the final video file.

Can I use reference images for AI video generation with MiniMax Hailuo?

Yes, you can use reference images for AI video generation with MiniMax Hailuo. The model supports both text-based prompts and image inputs to synthesize dynamic visual content, making it suitable for creating promotional videos or animations.

What is the process for asynchronous video creation with MiniMax?

Asynchronous video creation with MiniMax involves submitting a task via Bash curl, polling the API for status updates, and retrieving the file once complete. This cross-platform method ensures automated video synthesis without blocking other operations.

Does MiniMax video generation work on any platform?

Yes, MiniMax video generation works across platforms because it relies on standard Bash curl commands for task submission, status polling, and file retrieval. This ensures cross-platform compatibility for content creators and media professionals.

What are the limitations of generating media with the Hailuo model?

Generating media with the Hailuo model requires Bash curl commands for task submission, polling, and file retrieval, meaning it lacks a built-in graphical interface. Users must manage the asynchronous task flow manually to retrieve final video files.

Why does my MiniMax video generation task require status polling?

Your MiniMax video generation task requires status polling because the video synthesis process is asynchronous. After submitting your text or image prompt via curl, you must continuously check the task status until completion to retrieve the generated video file.