← Back to Skills Marketplace
heimaojingzhang888

xiaomi-mimo-v2-tts

by Heimaojingzhang888 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaomimimotts
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaomimimotts
  3. After installation, invoke the skill by name or use /xiaomimimotts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
You can use this skill to use the mimo-v2-tts large model released by Xiaomi.
Metadata
Slug xiaomimimotts
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install xiaomi-mimo-v2-tts?

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

Is xiaomi-mimo-v2-tts free?

Yes, xiaomi-mimo-v2-tts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does xiaomi-mimo-v2-tts support?

xiaomi-mimo-v2-tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created xiaomi-mimo-v2-tts?

It is built and maintained by Heimaojingzhang888 (@heimaojingzhang888); the current version is v1.0.0.

💬 Comments