← 返回 Skills 市场
whmmy

小米 MiMo TTS

作者 whmmy · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
302
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mimo-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mimo-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Full English description and documentation
v1.0.1
修正描述:仅为语音合成工具,与飞书无关
v1.0.0
Initial release: 小米 MiMo 语音合成,支持夹子音/方言/情绪控制
元数据
Slug mimo-tts
版本 1.0.2
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 3
常见问题

小米 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。

如何安装 小米 MiMo TTS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mimo-tts」即可一键安装,无需额外配置。

小米 MiMo TTS 是免费的吗?

是的,小米 MiMo TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

小米 MiMo TTS 支持哪些平台?

小米 MiMo TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 小米 MiMo TTS?

由 whmmy(@whmmy)开发并维护,当前版本 v1.0.2。

💬 留言讨论