minimax-text-to-video

Generate short videos from text prompts using MiniMax video generation APIs.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill minimax-text-to-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-text-to-video
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/minimax-text-to-video
Command: npx skills add https://github.com/qq5855144/GitHubM --skill minimax-text-to-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the complexity of turning text prompts into finished short videos by handling task submission, status polling, and file retrieval for you.

Core Features & Use Cases

  • Text-to-Video Generation: Create short videos from natural-language prompts with MiniMax models.
  • Async Workflow Management: Submit a generation task, poll until completion, and retrieve the final file when it is ready.
  • Production Delivery: Handle temporary download links and transfer generated media to persistent storage for reuse in apps or dashboards.
  • Use Case: A product team can generate a marketing clip from a script prompt, wait for completion automatically, and save the result for sharing in a web or mobile workflow.

Quick Start

Ask the Skill to generate a short video from your prompt, wait for the job to finish, and save the resulting file to local or persistent storage.

Frequently Asked Questions about minimax-text-to-video

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

FAQPage Schema
How do I generate short videos from text prompts using the MiniMax API?

You can generate text-to-video content by submitting a job to the MiniMax API, polling the task status until completion, and retrieving the finished clip. The workflow applies your chosen model, duration, and resolution parameters automatically.

How does async workflow management work for video generation tasks?

Async workflow management for video generation works by submitting a job, continuously polling the API for task status updates, and downloading the file only when the task reports completion. This prevents blocking your application during long rendering processes.

Can I use this text-to-video workflow for both web and mobile applications?

Yes, this text-to-video workflow applies to both web and mobile applications. It handles task submission, status polling, and final media retrieval, allowing you to integrate generated short videos into any application dashboard or interface.

How do I handle temporary download URLs to save generated videos persistently?

To handle temporary download URLs, you retrieve the finished video from the temporary link provided upon task completion and transfer the file to persistent storage. This ensures the generated media remains accessible for reuse in apps or dashboards.

What MiniMax video generation parameters can I configure for my clips?

You can configure MiniMax video generation parameters including model selection, video duration, and resolution. These settings are applied during task submission to control the output quality and length of your generated short videos.