← 返回 Skills 市场
nmww

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

作者 nmww · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
248
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-skill
功能描述
Unified MiniMax media generation skill for Token Plan workflows. Use when the user asks to generate audio, speech, TTS, narration, images, illustrations, pos...
安全使用建议
This skill appears to implement a simple MiniMax API client (audio/image/video) and the code is readable, but there are a few things to check before installing: - Metadata mismatch: the registry entry claims no required env vars or dependencies, but SKILL.md and the scripts require MINIMAX_API_KEY and Python's 'requests'. Treat that as a red flag and confirm with the publisher. - Verify the API host (api.minimaxi.com) is the official service you expect. Because the scripts send your API key to that host, ensure you trust the provider. - Avoid putting sensitive API keys in globally persistent shell startup files unless you understand the security implications; prefer a secrets manager or per-session export when possible. - Ensure your environment has Python 3 and the 'requests' package installed before running. These inconsistencies look like sloppy metadata/packaging rather than clearly malicious behavior, but confirm the API endpoint and the publisher before providing real credentials.
功能分析
Type: OpenClaw Skill Name: minimax-skill Version: 1.0.0 The minimax-skill bundle is a legitimate tool for interacting with the MiniMax API to generate audio, images, and video. The scripts (scripts/generate_audio.py, scripts/generate_image.py, scripts/generate_video.py) correctly handle API authentication via environment variables, use standard libraries like 'requests', and implement safe file-writing practices. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The code and SKILL.md align with the stated purpose: each script calls MiniMax HTTP endpoints to produce audio, images, or video. Requiring an API key (MINIMAX_API_KEY) is expected for a hosted API. However the registry metadata lists no required environment variables or dependencies while the skill and docs clearly require MINIMAX_API_KEY and the Python 'requests' package — this metadata mismatch is an incoherence.
Instruction Scope
Runtime instructions are narrowly scoped to generating media via the MiniMax API and saving outputs to disk. The scripts only read MINIMAX_API_KEY and the command arguments; they do not attempt to read other system files, credentials, or unexpected paths. The README's guidance to put outputs in /tmp and not to hardcode keys is appropriate.
Install Mechanism
This is an instruction-plus-scripts skill with no install spec; nothing is automatically downloaded or written to disk during install. The packaged Python scripts are visible and straightforward. The only missing piece is that the skill expects the 'requests' package and Python 3 but does not declare these in the registry metadata.
Credentials
The code legitimately requires one credential: MINIMAX_API_KEY. That is proportionate to the stated purpose. The concern is that registry metadata omitted this requirement and also omitted declaring the 'requests' dependency, which is an inconsistency the user should notice. Additionally, the setup instructions recommend persisting the key in shell startup files; users should be cautioned about secret storage practices.
Persistence & Privilege
The skill does not request elevated privileges or permanent platform presence (always:false). It does not modify other skills or global agent configuration. It simply uses the provided API key at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of unified MiniMax media generation skill. - Introduces a single command-line interface for generating audio, images, and video using MiniMax APIs. - Provides simple usage examples and highlights key options for each media type (audio, image, video). - Supports flexible options for model selection, voice/image/video customization, and output locations. - Includes system-specific API key setup guidance. - Exposes both unified and direct script execution for different automation and workflow needs. - Recommends safe API key handling and best practices for storing generated media.
元数据
Slug minimax-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。

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

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-skill」即可一键安装,无需额外配置。

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

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

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

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

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

由 nmww(@nmww)开发并维护,当前版本 v1.0.0。

💬 留言讨论