← Back to Skills Marketplace
skydream9527-ctrl

Minimax Tts Gyh

by skydream9527-ctrl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-tts-gyh
Description
MiniMax TTS 文字转语音模型,支持 speech-02/speech-01 系列,生成高质量语音。使用 MINIMAX_API_KEY 环境变量。
Usage Guidance
This appears to be a normal client for a MiniMax TTS API, but before installing: 1) do not provide sensitive or broad credentials — the script only needs a service-specific MINIMAX_API_KEY, so use a limited-scope key or test key; 2) confirm the API host (https://api.minimaxi.com) is the official vendor and acceptable for your data; 3) ask the publisher to fix the metadata to declare MINIMAX_API_KEY as a required credential and to resolve the owner/slug mismatch; 4) inspect the script (already included) and, if possible, run it in a sandbox or with non-production credentials; 5) be aware the script will write files to the specified output path and will follow a download_url returned by the API (so a compromised API could cause the client to fetch from other hosts). If the metadata is corrected and the API host verified, the skill becomes coherent and lower risk.
Capability Analysis
Type: OpenClaw Skill Name: minimax-tts-gyh Version: 1.0.0 The skill is a standard implementation of a Text-to-Speech client for the MiniMax API. The Python script (scripts/tts.py) uses the legitimate API endpoint (api.minimaxi.com), handles authentication via environment variables, and performs file operations consistent with its stated purpose of generating and saving audio files.
Capability Assessment
Purpose & Capability
The script and SKILL.md both require a MINIMAX_API_KEY and call a MiniMax API host (https://api.minimaxi.com), which is coherent with a TTS client. However the registry/metadata lists no required environment variables or primary credential — an explicit omission that contradicts the code and instructions. _meta.json_ ownerId ('gyh') does not match the registry owner ID, which may indicate packaging/copy issues.
Instruction Scope
Runtime instructions and the included script stay inside the TTS use case: they require Python+requests, call the MiniMax API endpoints, poll async tasks, download returned audio, and write an output file. The SKILL.md does not instruct reading unrelated files or exfiltrating data beyond the TTS API.
Install Mechanism
No install spec is provided (instruction-only plus a bundled script). There are no remote downloads or archive extracts in the install metadata. The only runtime dependency is the Python requests package, which the README suggests installing with pip.
Credentials
The code requires the MINIMAX_API_KEY environment variable, but the skill metadata claims no required env vars or primary credential. Requesting an API key is expected for this purpose, but the metadata omission is misleading and could cause accidental missing prompts or credential misuse. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It only writes audio output files to the path the user supplies; it does not modify other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-tts-gyh
  3. After installation, invoke the skill by name or use /minimax-tts-gyh
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: MiniMax TTS text-to-speech skill. - Supports speech-02/speech-01 model series, including HD and Turbo options. - Converts text to high-quality speech using the MiniMax API. - Selectable model, voice ID, speed, pitch, volume, emotion, language, and output file. - Requires Python 3, requests library, and MINIMAX_API_KEY environment variable.
Metadata
Slug minimax-tts-gyh
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Minimax Tts Gyh?

MiniMax TTS 文字转语音模型,支持 speech-02/speech-01 系列,生成高质量语音。使用 MINIMAX_API_KEY 环境变量。 It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Minimax Tts Gyh?

Run "/install minimax-tts-gyh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Minimax Tts Gyh free?

Yes, Minimax Tts Gyh is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Minimax Tts Gyh support?

Minimax Tts Gyh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Minimax Tts Gyh?

It is built and maintained by skydream9527-ctrl (@skydream9527-ctrl); the current version is v1.0.0.

💬 Comments