← 返回
未分类 Key 中文

MiniMax 媒体生成 Unified MiniMax media generation skill for audio, image, and video creation with a single command entrypoint.MiniMax Skill 是一个统一的媒体生成技能,把文本转语音、文生图、文生视频三类能力收口为一个入口。安装后只需配置自己的 MINIMAX_API_KEY,即可通过统一命令生成音频、图片和视频,适合在 OpenClaw / Codex 类环境中直接调用。

Unified MiniMax media generation skill for Token Plan workflows. Use when the user asks to generate audio, speech, TTS, narration, images, illustrations, pos...
MiniMax统一媒体生成技能,用于TokenPlan工作流。当用户要求生成音频、语音、TTS、旁白、图片、插图、姿势等媒体内容时使用。
nmww nmww 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 2
Stars
📥 671
下载
💾 2
安装
1
版本
#latest

概述

MiniMax Media Generation

Use this skill to generate MiniMax audio, images, and videos from one command surface.

Requirements

  • Python 3
  • requests package
  • MINIMAX_API_KEY environment variable

For system-specific API key setup, read references/setup.md.

Unified Command

Run scripts/minimax.py with one mode: audio, image, or video.

python scripts/minimax.py {audio|image|video} [options]

Audio

Generate an MP3 file from text:

python scripts/minimax.py audio \
  --text "你好,今天我们聊一下 MiniMax。" \
  --output /tmp/minimax-audio.mp3

Useful options:

  • --model speech-2.8-turbo for lower latency
  • --model speech-2.8-hd for higher fidelity
  • --voice-id to select a voice when available

Image

Generate images into a directory:

python scripts/minimax.py image \
  --prompt "一只穿西装的橘猫,电影感,柔光" \
  --output /tmp/minimax-images \
  --aspect-ratio 1:1

Useful options:

  • --model image-01
  • --model image-01-live for stronger style control when available
  • --n 2 to request multiple images
  • --image-file for image-to-image workflows when supported

Outputs are saved as output-0.jpeg, output-1.jpeg, etc.

Video

Generate a video file:

python scripts/minimax.py video \
  --prompt "镜头缓慢推进,一只橘猫走过雨夜街道,霓虹灯反光" \
  --output /tmp/minimax-video.mp4

Useful options:

  • --model MiniMax-Hailuo-2.3
  • --first-frame-image for image-to-video
  • --last-frame-image for start/end-frame video
  • --subject-reference '' for subject reference workflows
  • --timeout 1800 to control polling timeout in seconds

Direct Scripts

The unified command delegates to standalone scripts in the same skill:

  • scripts/generate_audio.py
  • scripts/generate_image.py
  • scripts/generate_video.py

Use these directly only when a narrower, mode-specific command is preferred.

Safe Sharing Notes

  • Do not include a real API key in the skill package.
  • Ask users to configure MINIMAX_API_KEY locally.
  • Keep generated media outside the skill folder, for example under /tmp or a project output directory.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 04:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

🦞 龙虾记忆备份同步技能 / Lobster Memory Backup & Sync

nmww
记忆备份与跨渠道同步技能。用于:(1)将对话中的重要内容自动写入记忆文件;(2)跨渠道同步记忆;(3)通过 Git 推送到远程仓库备份;(4)工作流文档的存储与恢复。当用户说"把这段内容存进记忆"、"帮我记住"、"备份记忆"、"同步记忆"、
★ 1 📥 436

龙虾教研日报助手

nmww
每日工作报告技能:通过对话记录工作,自动写入腾讯文档,一键生成月度汇总。需要 Node/npm 和腾讯...
★ 0 📥 382

腾讯文档技能

nmww
提供腾讯文档、表格、幻灯片、思维导图等的创建、编辑与管理功能。
★ 0 📥 310