mimo-v2-5-tts

mimo-v2-5-tts is a skill for Claude Code, Codex from XiaomiMiMo/MiMo-Skills. It costs 124 tokens per session (6,176 once invoked), scanned A, original, MIT.

A text-to-speech tool that uses Xiaomi MiMo V2.5 models to turn written text into spoken audio. It supports preset voices, designed voices, cloned voices, and controls for style, emotion, dialect, and singing.

In plain words
What is it for?
Use it to generate voice responses, narrate text, create custom or cloned voices, and produce styled or sung speech.
Why use it?
It helps create spoken versions of text when reading it aloud or sending a voice message is more useful than returning written text.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to generate voice responses, narrate text, create custom or cloned voices, and produce styled or sung speech.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xiaomimimo/mimo-skills/mimo-v2-5-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 XiaomiMiMo/MiMo-Skills --skill mimo-v2-5-tts
Clone the repo
git clone --depth 1 https://github.com/XiaomiMiMo/MiMo-Skills

Made for: Claude Code, Codex.

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 mimo-v2-5-tts

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

agentmods 80×15 button for mimo-v2-5-tts

Your own site · 80×15
<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>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,176 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. Third-party audits
  • Socket pass 25 Apr 2026
  • Snyk pass 25 Apr 2026
How audits are shown
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.00124 $0.06176
Opus 5 $0.00062 $0.03088
Sonnet 5 $0.00025 $0.01235
Haiku 4.5 $0.00012 $0.00618

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

Security

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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/feishu_send_audio.sh, scripts/mimo_tts_voiceclone.py, scripts/mimo_tts_voicedesign.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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 | 仅飞书发送使用 |
skills/mimo-v2-5-tts/SKILL.md · 390 lines

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-ttsmimo-v2.5-tts-voiceclone 可用于调整指定音色下的语气情绪等风格;mimo-v2.5-tts-voicedesign 则通过这个选项同时控制音色和风格。

Read the full file on GitHub · 390 lines

Files

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.

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. 10d ago First seen · 390 lines · 124 tokens per session scan A 107af5530ee4

Subscribe to this mod's changes

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.

Related

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.

nexu-io/open-design · 41 tokens

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…

heygen-com/hyperframes · 92 tokens

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.

nexu-io/open-design · 53 tokens

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

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

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.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens