xiaomi-tts

xiaomi-tts is a skill for Claude Code from desirecore/market. It costs 116 tokens per session (2,661 once invoked), scanned A, original, MIT.

A text-to-speech tool that turns written text into spoken audio using Xiaomi MiMo voice models. It offers preset voices and options for designing or cloning a voice.

In plain words
What is it for?
Use it to create narration, voice-overs, spoken versions of text, or audio in a selected or custom voice.
Why use it?
It removes the need to record spoken versions of written content manually. The skill also defines how the generated audio is stored and displayed.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to create narration, voice-overs, spoken versions of text, or audio in a selected or custom voice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/desirecore/market/xiaomi-tts
Install

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.

Any agent
npx skills add desirecore/market --skill xiaomi-tts
Clone the repo
git clone --depth 1 https://github.com/desirecore/market

Made for: Claude Code.

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

agentmods badge for xiaomi-tts

README.md
[![agentmods](https://agentmods.dev/badge/skills/desirecore/market/xiaomi-tts/github.svg)](https://agentmods.dev/skills/desirecore/market/xiaomi-tts)
Your own site
<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.

agentmods 80×15 button for xiaomi-tts

Your own site · 80×15
<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>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,661 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 8f6f346edff6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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
skills/xiaomi-tts/SKILL.md · 257 lines

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)

  1. Must access agent-service over HTTPS — use https://127.0.0.1:${PORT} with -k to skip certificate verification
  2. Must upload to media-store via /api/media/upload/tmp is only a transient download/decode location, never use a local path as the final output
  3. Must use the dc-media:// protocol to display audio — the only form the frontend can render correctly
  4. Use Bash curl throughout — do not use the HttpRequest tool or Python
  5. Use the /chat/completions endpoint — 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

Read the full file on GitHub · 257 lines

Files

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.

Changes

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.

  1. 9d ago First seen · 257 lines · 116 tokens per session scan A 8f6f346edff6

Subscribe to this mod's changes

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.