minimax-image-to-video

Generate videos from static images using MiniMax image-to-video APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns static images into finished videos through MiniMax's asynchronous generation flow, so you can produce motion content without manually managing task submission, polling, or file retrieval.

Core Features & Use Cases

  • Single-frame image-to-video generation from a first frame and prompt.
  • First-and-last-frame generation for smooth transitions between two images.
  • Built-in guardrails for resolution and duration combinations, plus immediate handling of temporary download URLs.
  • Use it to create product teasers, scene transitions, or automated video outputs in web and app workflows.

Quick Start

Ask the assistant to generate a MiniMax video from a first-frame image and save the result to persistent storage.

Frequently Asked Questions about minimax-image-to-video

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

FAQPage Schema
How do I generate video from a static image using MiniMax APIs?

The MiniMax image-to-video generation workflow requires submitting an asynchronous task, polling its progress status, and retrieving the finished file. It supports single-frame and first-and-last-frame transitions for web apps, Edge Functions, and MiniProgram clients.

Does MiniMax image-to-video generation work with Edge Functions and MiniProgram clients?

MiniMax image-to-video generation works with Edge Functions and MiniProgram clients by handling task submission, progress polling, and file retrieval. It requires URL-encoded GET parameters and status-aware retries to function correctly across these platforms.

What are the resolution and duration guardrails for MiniMax image-to-video tasks?

MiniMax image-to-video tasks require resolution and duration guardrails to ensure valid combination parameters. The workflow enforces these constraints during task submission and uses URL-encoded GET parameters alongside status-aware retries during polling.

Why do I need to transfer temporary download URLs into persistent storage after video generation?

You must transfer temporary download URLs into persistent storage because MiniMax generated video links are temporary. Immediate transfer to Supabase storage ensures the finished video files remain accessible for later retrieval.

Can I create smooth video transitions between two images using MiniMax?

You can create smooth video transitions between two images using MiniMax first-and-last-frame generation. This workflow submits a task with both frames, polls the progress status, and retrieves the finished video file with the transition applied.