← Back to Skills Marketplace
whmmy

小米 MiMo TTS

by whmmy · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
302
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install mimo-tts
Description
Text-to-speech using Xiaomi MiMo TTS API. Generates WAV audio files. Triggers when user says "send voice message", "voice reply", "read to me", "use clip voi...
Usage Guidance
This package appears to implement the described MiMo TTS functionality, but there are two mismatches you should consider before installing: (1) the script requires an API key (MIMO_API_KEY) but the skill metadata declares no required env vars — ask the publisher to add MIMO_API_KEY to requires.env so it's explicit; (2) the script will try to read ~/.openclaw/config.json to find the key if the env var is not set — verify you are comfortable with the skill reading that config file (it loads the whole JSON). Additional checks: confirm the API endpoint (https://api.xiaomimimo.com) is legitimate for the provider, inspect the code yourself (it’s short) to ensure it only sends the text you provide and the key, and prefer providing the API key explicitly in a controlled place rather than leaving it in shared config. If the publisher updates the manifest to declare the required env var and documents the config-file lookup, and you verify the remote endpoint is legitimate, the mismatch concern would be resolved.
Capability Analysis
Type: OpenClaw Skill Name: mimo-tts Version: 1.0.2 The skill provides text-to-speech functionality via a third-party API (api.xiaomimimo.com). The script 'scripts/mimo_tts.py' exhibits risky capabilities, including reading the platform's configuration file (~/.openclaw/config.json) to extract API keys and writing binary data to arbitrary filesystem paths provided via the '--output' argument. While these behaviors are plausibly needed for the stated purpose, the lack of path sanitization and the access to sensitive configuration files represent a significant attack surface for prompt injection or unauthorized file modification.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md examples, and scripts all match a Xiaomi MiMo TTS integration (calls a mimo-v2-tts model at api.xiaomimimo.com). That functionality is coherent with the stated purpose.
Instruction Scope
Runtime instructions and examples are within the TTS use-case. However the runtime script attempts to read ~/.openclaw/config.json to find an API key if the MIMO_API_KEY env var is not set — this file access is not declared in the SKILL metadata and broadens the instruction scope to local configuration data.
Install Mechanism
No install spec or external downloads; the skill is instruction-only plus a small helper script. No installer or archive URLs are present.
Credentials
The manifest lists no required environment variables but the code clearly requires MIMO_API_KEY (and also looks for mimo_api_key / MIMO_API_KEY inside ~/.openclaw/config.json). Requiring the API key is reasonable for a TTS skill, but omitting it from the declared requirements and silently reading a local config file is disproportionate and should be documented.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and does not install persistent components. It will make outbound requests to the declared API endpoint as part of normal operation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mimo-tts
  3. After installation, invoke the skill by name or use /mimo-tts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Full English description and documentation
v1.0.1
修正描述:仅为语音合成工具,与飞书无关
v1.0.0
Initial release: 小米 MiMo 语音合成,支持夹子音/方言/情绪控制
Metadata
Slug mimo-tts
Version 1.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 3
Frequently Asked Questions

What is 小米 MiMo TTS?

Text-to-speech using Xiaomi MiMo TTS API. Generates WAV audio files. Triggers when user says "send voice message", "voice reply", "read to me", "use clip voi... It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.

How do I install 小米 MiMo TTS?

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

Is 小米 MiMo TTS free?

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

Which platforms does 小米 MiMo TTS support?

小米 MiMo TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 小米 MiMo TTS?

It is built and maintained by whmmy (@whmmy); the current version is v1.0.2.

💬 Comments