← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install mimo-tts-proxy
功能描述
小米 TTS 代理技能。将 OpenAI TTS API 格式转换为小米大模型平台 TTS API(api.xiaomimimo.com),支持 Opus/MP3/AAC/FLAC/WAV/PCM 六种格式的本地转码。 当需要为机器人添加语音回复能力、或配置 TTS 语音合成时使用此技能。 也适用于需要搭建本地...
安全使用建议
This skill appears to be a bona fide local TTS proxy, but exercise caution before installing: 1) The package metadata fails to declare the environment variables the script actually needs — you must provide MIMO_TTS_BASE (the Xiaomi API base URL) and MIMO_TTS_KEY (your Xiaomi API key). Those are sensitive and will be sent to the external API. 2) The SKILL.md suggests installing a systemd unit (not included) which would run the proxy persistently and allow it to send texts to the Xiaomi endpoint anytime the service is running. 3) Verify the source/trustworthiness of this skill (no homepage provided), inspect the tts-proxy.mjs file yourself (it is readable and not obfuscated), and ensure the env file (~/.openclaw/tts-proxy.env) is stored with restrictive permissions. 4) If you are concerned about privacy or lateral impact, run the proxy in an isolated environment (container or restricted network), or only use it with non-sensitive text. 5) If the registry metadata were updated to explicitly declare required env vars and a trusted homepage or repository, the incoherence concern would be resolved.
能力标签
能力评估
Purpose & Capability
Name, description, and the included tts-proxy.mjs align: this is a local proxy that translates OpenAI-compatible TTS requests into Xiaomi's TTS API and uses FFmpeg for format conversion. Declared required binary (ffmpeg) and required config path (messages.tts) are appropriate. However, the registry metadata does NOT declare the environment variables (MIMO_TTS_BASE, MIMO_TTS_KEY, TTS_PROXY_PORT) that the script and SKILL.md require — this omission is inconsistent.
Instruction Scope
SKILL.md stays within TTS proxy scope: it instructs creating an env file under ~/.openclaw, optionally registering a systemd unit, editing OpenClaw messages.tts config, and using health and /audio/speech endpoints. It does not instruct reading unrelated system files. Minor issue: it references copying a systemd unit file (mimo-tts-proxy.service) but that file is not included in the package.
Install Mechanism
This is instruction-plus-one-script (no install spec). No third-party downloads or archive extraction are performed by the package itself, which is a low install risk. The included Node script is readable and not obfuscated.
Credentials
The code requires two sensitive environment values: MIMO_TTS_BASE and MIMO_TTS_KEY (and optionally TTS_PROXY_PORT). Those enable network calls to an external Xiaomi endpoint and are necessary for the skill to function. The registry metadata, however, lists no required env vars or primary credential — this mismatch is problematic because it hides the need to supply a remote-service API key and does not surface the sensitive scope in the skill manifest.
Persistence & Privilege
The skill is not always-enabled and requires explicit user action. SKILL.md recommends running the proxy as a systemd service for persistence (optional). That is reasonable for a local TTS proxy, but users should be aware that installing a systemd unit gives the service long-term network access on the host.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mimo-tts-proxy - 安装完成后,直接呼叫该 Skill 的名称或使用
/mimo-tts-proxy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Initial release: Xiaomi TTS proxy with FFmpeg transcoding for opus/mp3/aac/flac/wav/pcm/pcm16, supports style tags and 3 voice presets
v1.0.1
Fix description: correct vendor name (Xiaomi instead of MiniMax)
v1.0.0
Initial release
元数据
常见问题
小米 TTS Proxy 是什么?
小米 TTS 代理技能。将 OpenAI TTS API 格式转换为小米大模型平台 TTS API(api.xiaomimimo.com),支持 Opus/MP3/AAC/FLAC/WAV/PCM 六种格式的本地转码。 当需要为机器人添加语音回复能力、或配置 TTS 语音合成时使用此技能。 也适用于需要搭建本地... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 小米 TTS Proxy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mimo-tts-proxy」即可一键安装,无需额外配置。
小米 TTS Proxy 是免费的吗?
是的,小米 TTS Proxy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
小米 TTS Proxy 支持哪些平台?
小米 TTS Proxy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 小米 TTS Proxy?
由 DoraTiger(@doratiger)开发并维护,当前版本 v1.0.2。
推荐 Skills