← 返回 Skills 市场
heimaojingzhang888

xiaomi-mimo-v2-tts

作者 Heimaojingzhang888 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaomimimotts
功能描述
Generate speech audio (WAV) from text using Xiaomi MiMo TTS (mimo-v2-tts model). Supports preset voices (mimo_default, default_zh, default_en), style control...
安全使用建议
This skill appears coherent and limited to calling Xiaomi's MiMo TTS API and saving audio. Before installing: (1) Verify you trust the MiMo service and its privacy policy because any text you synthesize will be sent to api.xiaomimimo.com; (2) Keep your MIMO_API_KEY secret and only grant it to skills/services you trust; (3) Confirm any costs or rate limits associated with the API; (4) If you want to audit behavior, review scripts/tts.py — it uses plain HTTPS POST and base64-decoding and writes a local file; (5) Note the SKILL.md suggests storing the key via OpenClaw config or MIMO_API_KEY env var and restarting the session after setting it.
功能分析
Type: OpenClaw Skill Name: xiaomimimotts Version: 1.0.0 The skill provides a standard implementation for a Text-to-Speech service using the Xiaomi MiMo API. The Python script (scripts/tts.py) interacts with the documented endpoint (api.xiaomimimo.com) to synthesize audio, using the API key provided by the user as intended. No malicious behaviors such as data exfiltration, unauthorized file access, or harmful prompt injections were identified.
能力评估
Purpose & Capability
Name/description (MiMo TTS) matches the required environment variable (MIMO_API_KEY), the documented API endpoint (api.xiaomimimo.com), and the included script which implements the TTS calls.
Instruction Scope
SKILL.md and scripts/tts.py are narrowly focused on sending text (with optional style/user context) to the MiMo API and saving returned audio. The instructions do not attempt to read unrelated files, environment variables, or system state, nor do they exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec and the skill is instruction-only plus a small Python script. No external downloads or archival extraction are used.
Credentials
Only one credential (MIMO_API_KEY) is required and it is used directly as an API key header in the HTTP request — proportional and expected for this purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills' configs. It only suggests storing the API key in OpenClaw config or setting an environment variable.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaomimimotts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaomimimotts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
You can use this skill to use the mimo-v2-tts large model released by Xiaomi.
元数据
Slug xiaomimimotts
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

xiaomi-mimo-v2-tts 是什么?

Generate speech audio (WAV) from text using Xiaomi MiMo TTS (mimo-v2-tts model). Supports preset voices (mimo_default, default_zh, default_en), style control... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 xiaomi-mimo-v2-tts?

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

xiaomi-mimo-v2-tts 是免费的吗?

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

xiaomi-mimo-v2-tts 支持哪些平台?

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

谁开发了 xiaomi-mimo-v2-tts?

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

💬 留言讨论