xiaomi-mimo-v2-tts

v1.0.0

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...

0· 36·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fpnyf04phmv6969vn127mc9845vyymimovk97fpnyf04phmv6969vn127mc9845vyyttsvk97fpnyf04phmv6969vn127mc9845vyyxiaomivk97fpnyf04phmv6969vn127mc9845vyy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎙️ Clawdis
EnvMIMO_API_KEY
Primary envMIMO_API_KEY

Comments