← Back to Skills Marketplace
luhuiwang

Xiaomi MiMo Voice

by Luhui WANG · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
154
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install xiaomi-mimo-voice
Description
小米 MiMo V2 TTS 语音合成。支持中文、英文及多种风格(情感、角色扮演、方言、语速控制等)。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaomi-mimo-voice
  3. After installation, invoke the skill by name or use /xiaomi-mimo-voice
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug xiaomi-mimo-voice
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Xiaomi MiMo Voice?

小米 MiMo V2 TTS 语音合成。支持中文、英文及多种风格(情感、角色扮演、方言、语速控制等)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.

How do I install Xiaomi MiMo Voice?

Run "/install xiaomi-mimo-voice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xiaomi MiMo Voice free?

Yes, Xiaomi MiMo Voice is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Xiaomi MiMo Voice support?

Xiaomi MiMo Voice is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xiaomi MiMo Voice?

It is built and maintained by Luhui WANG (@luhuiwang); the current version is v1.0.4.

💬 Comments