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 XiaomiMiMo/MiMo-Skills --skill mimo-v2-5-ttsgit clone --depth 1 https://github.com/XiaomiMiMo/MiMo-SkillsWrote 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/xiaomimimo/mimo-skills/mimo-v2-5-tts)<a href="https://agentmods.dev/skills/xiaomimimo/mimo-skills/mimo-v2-5-tts"><img src="https://agentmods.dev/badge/skills/xiaomimimo/mimo-skills/mimo-v2-5-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/xiaomimimo/mimo-skills/mimo-v2-5-tts"><img src="https://agentmods.dev/badge/skills/xiaomimimo/mimo-skills/mimo-v2-5-tts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
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.00124 | $0.06176 |
| Opus 5 | $0.00062 | $0.03088 |
| Sonnet 5 | $0.00025 | $0.01235 |
| Haiku 4.5 | $0.00012 | $0.00618 |
Grade A, and why
mimo-v2-5-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 10d 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.
| `curl` | 调用飞书 API | 仅飞书发送使用 | How it starts
The opening of the file, as written. The whole thing — 390 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MiMo V2.5 TTS
使用小米 MiMo V2.5 TTS 系列模型生成语音。支持中英文、预置音色、音色设计、音色克隆、情绪风格、方言、唱歌。
脚本目录:$SKILLS_PATH/mimo-v2-5-tts/scripts/
$SKILLS_PATH说明: skills 目录路径,因部署环境而异。
模型选择
V2.5 系列提供三种模型,根据使用场景选择:
| 模型 ID | 用途 | 音色来源 | 特殊能力 |
|---|---|---|---|
mimo-v2.5-tts |
预置音色语音合成 | 内置精品音色 | 支持唱歌 |
mimo-v2.5-tts-voicedesign |
文本描述定制音色 | 文本描述生成 | — |
mimo-v2.5-tts-voiceclone |
音频样本复刻音色 | 音频样本 | — |
选择建议:
- 需要快速生成语音、需要唱歌功能 →
mimo-v2.5-tts(预置音色) - 需要独特音色 →
mimo-v2.5-tts-voicedesign(文本描述生成) - 需要模仿特定声音 →
mimo-v2.5-tts-voiceclone(音频样本复刻)
注意: TTS 有随机性,同样输入的效果可能不同,用户有需要时可以多生成几次以供挑选。
环境依赖
| 环境变量 | 说明 | 必需 |
|---|---|---|
MIMO_API_KEY |
MiMo API 密钥(MiMo 开放平台获取) | 是 |
| 依赖 | 说明 | 必需 |
|---|---|---|
python3 |
运行脚本 | 是 |
openai |
pip install openai |
是 |
ffmpeg |
转换格式、长文本分段拼接 | 仅转换、拼接场景使用 |
curl |
调用飞书 API | 仅飞书发送使用 |
预置音色
使用 mimo-v2.5-tts 模型时必须明确指定音色,你可以提醒用户有哪些音色可选,或根据内容语言和风格选择合适音色。
| 音色名 | Voice ID | 语言 | 性别 | 风格 |
|---|---|---|---|---|
| 冰糖 | 冰糖 |
中文 | 女性 | 活泼少女 |
| 茉莉 | 茉莉 |
中文 | 女性 | 知性女声 |
| 苏打 | 苏打 |
中文 | 男性 | 阳光少年 |
| 白桦 | 白桦 |
中文 | 男性 | 成熟男声 |
| Mia | Mia |
English | Female | Lively girl |
| Chloe | Chloe |
English | Female | Sweet Dreamy |
| Milo | Milo |
English | Male | Sunny boy |
| Dean | Dean |
English | Male | Steady Gentle |
自然语言控制
所有模型都支持自然语言控制。
通过自然语言描述让模型理解并生成对应风格的语音。所有模型均可通过 --context 参数传入自然语言控制指令:mimo-v2.5-tts 和 mimo-v2.5-tts-voiceclone 可用于调整指定音色下的语气情绪等风格;mimo-v2.5-tts-voicedesign 则通过这个选项同时控制音色和风格。
What ships with it
4 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.
- 10d ago First seen · 390 lines · 124 tokens per session scan A 107af5530ee4
mimo-v2-5-tts is a skill published in the GitHub repository XiaomiMiMo/MiMo-Skills (92 stars, last pushed 4mo ago), licensed MIT. It adds 124 tokens to every session and 6,176 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-30.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.