← Back to Skills Marketplace
doratiger

小米 TTS Proxy

by DoraTiger · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
104
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install mimo-tts-proxy
Description
小米 TTS 代理技能。将 OpenAI TTS API 格式转换为小米大模型平台 TTS API(api.xiaomimimo.com),支持 Opus/MP3/AAC/FLAC/WAV/PCM 六种格式的本地转码。 当需要为机器人添加语音回复能力、或配置 TTS 语音合成时使用此技能。 也适用于需要搭建本地...
Usage Guidance
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mimo-tts-proxy
  3. After installation, invoke the skill by name or use /mimo-tts-proxy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug mimo-tts-proxy
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 小米 TTS Proxy?

小米 TTS 代理技能。将 OpenAI TTS API 格式转换为小米大模型平台 TTS API(api.xiaomimimo.com),支持 Opus/MP3/AAC/FLAC/WAV/PCM 六种格式的本地转码。 当需要为机器人添加语音回复能力、或配置 TTS 语音合成时使用此技能。 也适用于需要搭建本地... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install 小米 TTS Proxy?

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

Is 小米 TTS Proxy free?

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

Which platforms does 小米 TTS Proxy support?

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

Who created 小米 TTS Proxy?

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

💬 Comments