Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add desirecore/market --skill xiaomi-ttsgit clone --depth 1 https://github.com/desirecore/marketWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/desirecore/market/xiaomi-tts)<a href="https://agentmods.dev/skills/desirecore/market/xiaomi-tts"><img src="https://agentmods.dev/badge/skills/desirecore/market/xiaomi-tts/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/desirecore/market/xiaomi-tts"><img src="https://agentmods.dev/badge/skills/desirecore/market/xiaomi-tts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00116 | $0.02661 |
| Opus 5 | $0.00058 | $0.01331 |
| Sonnet 5 | $0.00023 | $0.00532 |
| Haiku 4.5 | $0.00012 | $0.00266 |
Grade A, and why
xiaomi-tts scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. **Use Bash curl throughout** — do not use the HttpRequest tool or Python How it starts
The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.
xiaomi-tts Skill
Mandatory Rules (violations cause failure)
- Must access agent-service over HTTPS — use
https://127.0.0.1:${PORT}with-kto skip certificate verification - Must upload to media-store via
/api/media/upload—/tmpis only a transient download/decode location, never use a local path as the final output - Must use the
dc-media://protocol to display audio — the only form the frontend can render correctly - Use Bash curl throughout — do not use the HttpRequest tool or Python
- Use the
/chat/completionsendpoint — Xiaomi MiMo TTS speaks OpenAI-compatible chat format
Model Selection
| Model | Characteristics | When to use |
|---|---|---|
| mimo-v2.5-tts | Standard TTS, multiple preset voices | Default, regular speech synthesis |
| mimo-v2.5-tts-voicedesign | Custom voice design | When you need a voice generated from a description |
| mimo-v2.5-tts-voiceclone | Voice cloning | When you need to clone a specific voice (reference audio required) |
Default rule: if the user does not specify a model, use mimo-v2.5-tts.
Voice Selection
Preset Voices
| voice_id | Name | Characteristics |
|---|---|---|
| default_zh | Default Chinese | General-purpose Chinese female voice |
| default_en | Default English | General-purpose English female voice |
| mimo_default | MiMo Default | MiMo's signature voice |
| Bingtang | Bingtang | Sweet female voice |
| Moli | Moli | Soft, gentle female voice |
| Suda | Suda | Young male voice |
| Baihua | Baihua | Mature male voice |
| Mia | Mia | English female voice |
| Chloe | Chloe | English female voice |
| Milo | Milo | English male voice |
| Dean | Dean | English male voice |
Default rule: use Bingtang for Chinese text and Mia for English text; if the user doesn't specify, pick automatically by content language.
Full Execution Flow (strictly three steps)
Prerequisites
- The user has configured a Xiaomi MiMo provider in Resource Manager → Compute and filled in an API Key
- agent-service is running
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 257 lines · 116 tokens per session scan A 8f6f346edff6
xiaomi-tts is a skill published in the GitHub repository desirecore/market (2 stars, last pushed yesterday), licensed MIT. It adds 116 tokens to every session and 2,661 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
tts-synthesizer
Text-to-speech synthesis - read documents, multiple voices and engines.
multimodal-llm
Vision, audio, video generation, and multimodal LLM integration patterns. Use when processing images, transcribing audio, generating speech, generating AI video (Kling v3, Sora 2, Veo 3.1 std/lite/fast, Runway Gen-4.5 via gen4turbo), or building multimodal AI pipelines.
c-voice
Convert speech to text using sag (ElevenLabs STT) and synthesize speech using say (macOS built-in TTS). Enables voice input transcription and audio output.
audio-transcriber
Speech-to-text transcription using Whisper API or local engine.
minimax-speech
A speech-synthesis tool for turning text into audio files, with options for creating or reusing voices. It outputs MP3, WAV, or PCM files locally.
sag
ElevenLabs text-to-speech with mac-style say UX.