← 返回 Skills 市场
luhuiwang

Xiaomi MiMo Voice

作者 Luhui WANG · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
154
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install xiaomi-mimo-voice
功能描述
小米 MiMo V2 TTS 语音合成。支持中文、英文及多种风格(情感、角色扮演、方言、语速控制等)。
安全使用建议
This appears to be a legitimate TTS script, but the documentation and code disagree about where the API key lives. Before installing or supplying a key: (1) prefer setting MIMO_API_KEY as an environment variable (export MIMO_API_KEY=...) so the script will find it; (2) if you want to put the key in ~/.openclaw/openclaw.json, add it under tools.mimoTts.apiKey or edit the script to read skills.entries.xiaomi-mimo-voice.env.MIMO_API_KEY as the README suggests; (3) inspect the API host (https://api.xiaomimimo.com) to ensure it's the expected service for your key; and (4) if you need stronger assurance, ask the maintainer to fix the documentation/config mismatch or modify the script to accept the documented config path. There is no evidence of data exfiltration, but do not provide high-privilege credentials (AWS, GitHub tokens, etc.) — only the service API key should be used.
功能分析
Type: OpenClaw Skill Name: xiaomi-mimo-voice Version: 1.0.4 The skill provides Text-to-Speech (TTS) functionality using the Xiaomi MiMo V2 API. The core logic in `scripts/tts.py` is a standard implementation that sends text to a remote endpoint (api.xiaomimimo.com) and saves the returned audio data. It handles configuration through environment variables or the local `openclaw.json` file as expected for this platform, and no evidence of malicious execution, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code and instructions: this is a small TTS client that calls an external MiMo TTS API and requires one API key. There are no unrelated credentials or extra binaries requested.
Instruction Scope
SKILL.md tells users to set MIMO_API_KEY under skills.entries in ~/.openclaw/openclaw.json (or export MIMO_API_KEY), but the script's fallback reads ~/.openclaw/openclaw.json at tools.mimoTts.apiKey. The mismatch means following the doc may not provide the key the script actually reads. Otherwise, instructions only ask to install requests and run the script, which is within expected scope.
Install Mechanism
No install spec — instruction-only with a small Python script. Dependency is requests (documented). Nothing is downloaded from untrusted URLs or written to system locations.
Credentials
The only secret needed is an API key, which is proportionate. The script reads MIMO_API_KEY from environment (expected) and also tries to read ~/.openclaw/openclaw.json (expected for local config) but looks under a different JSON path (tools.mimoTts.apiKey) than the SKILL.md recommends (skills.entries.xiaomi-mimo-voice.env). The script only reads that single local config file (read-only), not other credentials or system secrets.
Persistence & Privilege
Skill is not always-enabled, does not request persistent privileges, does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but not combined with other high-risk flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaomi-mimo-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaomi-mimo-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
文档优化,Skill 级别 env 配置,修复依赖说明,测试验证通过
v1.0.3
文件夹和内容同步更名为 xiaomi-mimo-voice
v1.0.2
name 同步更新为 xiaomi-mimo-voice
v1.0.1
更改 slug 为 xiaomi-mimo-voice
元数据
Slug xiaomi-mimo-voice
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Xiaomi MiMo Voice 是什么?

小米 MiMo V2 TTS 语音合成。支持中文、英文及多种风格(情感、角色扮演、方言、语速控制等)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 Xiaomi MiMo Voice?

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

Xiaomi MiMo Voice 是免费的吗?

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

Xiaomi MiMo Voice 支持哪些平台?

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

谁开发了 Xiaomi MiMo Voice?

由 Luhui WANG(@luhuiwang)开发并维护,当前版本 v1.0.4。

💬 留言讨论