← Back to Skills Marketplace
155
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mimo-v2-tts
Description
Converts text to speech using Xiaomi MiMo-V2-TTS with support for emotional styles, Chinese dialects, role voices, and singing synthesis.
Usage Guidance
This skill appears to implement the advertised Xiaomi MiMo TTS and only needs a MiMo API key and the ability to write the chosen output file. Before installing: (1) be aware the registry metadata omits the required MIMO_API_KEY — you will need to provide that credential (env var or CLI). (2) The script will auto-install 'requests' with pip if missing (network download at runtime). If you trust the Xiaomi MiMo service and the package source (PyPI), this is reasonable; otherwise verify the API domain (api.xiaomimimo.com), consider running the script in a sandboxed environment, and avoid exposing broader credentials. If you need higher assurance, ask the publisher to fix the registry metadata and provide a signed release or vetted install instructions.
Capability Analysis
Type: OpenClaw Skill
Name: mimo-v2-tts
Version: 1.0.0
The skill provides text-to-speech functionality using the Xiaomi MiMo-V2-TTS API. The implementation in `scripts/mimo_tts.py` correctly follows the documented API requirements, handling authentication via the `MIMO_API_KEY` environment variable and processing base64-encoded audio responses. While the script includes a dynamic installation of the `requests` library via `pip`, this is a common utility pattern for standalone scripts and does not exhibit malicious intent or unauthorized data access.
Capability Assessment
Purpose & Capability
The name, SKILL.md, and script all implement Xiaomi MiMo V2 TTS and only require an API key and an output path, which is coherent with the stated purpose. However, registry metadata lists no required environment variables/primary credential while both SKILL.md and the script require a MIMO_API_KEY (or --api-key). This metadata mismatch is unexpected and should be corrected/clarified.
Instruction Scope
Runtime instructions and the script stay within TTS scope: they call api.xiaomimimo.com, accept style/speed/format, and write audio to a local output path. The agent is not instructed to read unrelated files, system state, or transmit data to other endpoints.
Install Mechanism
There is no formal install spec (instruction-only), but the script will attempt to pip-install the 'requests' package at runtime if missing. That triggers network downloads and execution of pip; it's common but increases runtime behavior compared with a pure instruction-only skill and should be noted.
Credentials
The only secret the script uses is the MiMo API key (MIMO_API_KEY), which is appropriate for an API-backed TTS. The concern is the registry metadata claiming 'no required env vars' while the SKILL.md/script require an API key — this inconsistency could mislead users into installing without providing credentials and reduces transparency.
Persistence & Privilege
The skill does not request persistent/always-enabled privileges and does not modify other skills or global agent configuration. It runs on invocation and writes only the requested audio output file.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mimo-v2-tts - After installation, invoke the skill by name or use
/mimo-v2-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: MiMo-V2-TTS speech synthesis with emotional style control, Chinese dialect support, and singing synthesis
Metadata
Frequently Asked Questions
What is Xiaomi MiMo-V2-TTS?
Converts text to speech using Xiaomi MiMo-V2-TTS with support for emotional styles, Chinese dialects, role voices, and singing synthesis. It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Xiaomi MiMo-V2-TTS?
Run "/install mimo-v2-tts" 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 ddpie (@ddpie); the current version is v1.0.0.
More Skills