← 返回 Skills 市场
cytwyatt

Minimax Tools

作者 Yangtao Chen · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
193
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-tools-skill
功能描述
Direct MiniMax API integration for speech synthesis (TTS), voice cloning, image generation, video generation, and music generation using local Python scripts...
安全使用建议
This skill is internally consistent, but note these important practical points before installing: - It will send any prompts and any files you upload (voice samples, images, lyrics files) to the MiniMax API host (MINIMAX_BASE_URL or the default https://api.minimaxi.com). Do not upload sensitive audio/text/images you don't want transmitted off your machine. - MINIMAX_API_KEY is required; treat it like any API secret. If leaked or set to an untrusted value, it could be used to make API calls and consume account quota or access data. - You can override MINIMAX_BASE_URL — ensure you trust any custom host you set (a malicious host could capture uploaded files and keys). - The scripts write outputs to skills/minimax-tools/outputs/ by default. Check that location if outputs might contain sensitive material. - The skill requires Python 3 and the requests library; inspect the included scripts if you want additional assurance (they are small, readable, and perform expected API calls). If you accept those behaviors (file uploads to MiniMax and use of your API key), the skill appears coherent and reasonable to use.
功能分析
Type: OpenClaw Skill Name: minimax-tools-skill Version: 0.1.0 The minimax-tools-skill is a legitimate integration for the MiniMax multimodal API, providing Python wrappers for speech synthesis, voice cloning, image, video, and music generation. The code in scripts like minimax.py and common.py follows standard practices for API interaction using the requests library and handles file I/O for processing media assets. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found; all network activity is directed to the official MiniMax API endpoint (api.minimaxi.com).
能力评估
Purpose & Capability
Name/description (MiniMax TTS/voice/image/video/music) match the files and required environment variables. The single primary credential (MINIMAX_API_KEY) and optional MINIMAX_BASE_URL are appropriate for the stated API integration; required binary (python3) and Python dependency (requests) are expected.
Instruction Scope
SKILL.md and scripts limit behavior to forming HTTP requests to the MiniMax API, converting local files to Data URLs when requested, uploading user-provided files, downloading returned artifacts, and saving outputs under the skill outputs directory. The instructions do not read unrelated system files or other environment variables beyond those declared.
Install Mechanism
No install spec (instruction-only) is provided; the skill includes local Python scripts only. Nothing is downloaded or executed from external/untrusted URLs during install.
Credentials
Only MINIMAX_API_KEY is required (with optional MINIMAX_BASE_URL). This is proportionate to a wrapper that authenticates to an external API. No unrelated credentials or secrets are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and runs only when invoked. It writes outputs under its own outputs/ directory (skills/minimax-tools/outputs/), which is normal for a local wrapper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-tools-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-tools-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of minimax-tools skill. - Provides direct Python-based integration with MiniMax API for TTS, voice cloning, image, video, and music generation. - Supports Chinese and English speech synthesis with easy defaults and optional custom voices. - Voice cloning includes upload, preview, and direct TTS use of cloned voices. - Offers text/image/video generation workflows with script-based async handling. - Unified CLI tool; all operations managed locally with straightforward environment variable configuration.
元数据
Slug minimax-tools-skill
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Minimax Tools 是什么?

Direct MiniMax API integration for speech synthesis (TTS), voice cloning, image generation, video generation, and music generation using local Python scripts... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 193 次。

如何安装 Minimax Tools?

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

Minimax Tools 是免费的吗?

是的,Minimax Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Minimax Tools 支持哪些平台?

Minimax Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Minimax Tools?

由 Yangtao Chen(@cytwyatt)开发并维护,当前版本 v0.1.0。

💬 留言讨论