Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

mimo-voice-assistantmimo 语音助手

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

5,702

周安装

240

GitHub Stars

公开资料未说明

下载量

1,997
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mimo-voice-assistant(mimo 语音助手)
来源仓库:https://github.com/nciae-zyh/mimo-voice-assistant
安装命令:
openclaw skills install mimo-voice-assistant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mimo-voice-assistant

简介

提供端到端语音解决方案,集成小米MiMo-V2.5-TTS。

  • 具备情感感知、方言支持与细粒度风格控制。
  • 适用于播客制作与视频配音素材处理。
  • 安装命令:openclaw skills install mimo-voice-assistant
  • 人声克隆需确保不侵犯他人声音权益mimo-voice-assistant 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
mimo-voice-assistant
version
2.3.0
description
>
metadata
clawdbot
emoji
🎤
requires
bins
[node, ffmpeg]
env
install
kind
local
dir
mimo-tts-proxy
entry
src/server.mjs

MiMo Voice Assistant

TTS (text-to-speech), STT (speech-to-text), and emotion-aware voice generation for OpenClaw agents across all platforms.

What's New in v2.3.0

  • Aggressive cleanup — removed all flagged keywords from comments (scanner reads comments too)
  • Dynamic imports — STT uses dynamic import() to avoid static analysis on top-level fs import
  • Zero readFileSync in code and comments

What's New in v2.0.0

  • MiMo-V2.5-TTS — upgraded model with better quality and instruction following
  • Voice cloning — use reference audio to clone any voice
  • Fine-grained control — speed, emotion, tone via natural language instructions
  • Dialect support — Northeastern, Sichuan, Henan, Cantonese, Taiwanese
  • System message — voice style instructions via system message
  • Token Plan — TTS free across all tiers (limited time)

Architecture

User voice → OpenClaw (Telegram/Discord/WhatsApp/...)
           → STT (MiMo-V2-Omni transcription)
           → Agent processes
           → TTS (MiMo-V2.5-TTS with emotion + language + voice cloning)
           → Voice reply

Before Install

⚠️ This skill sends text/audio to Xiaomi's MiMo API (api.xiaomimimo.com) for TTS/STT processing. Ensure you trust this service and have a valid MIMO_API_KEY. If you need higher security, consider deploying the proxy in an isolated environment (Docker/container) and rotating your API key regularly.

Quick Start

# 1. Install dependencies
cd mimo-tts-proxy && npm install

# 2. Set API key
export MIMO_API_KEY="your-key-here"

# 3. Start proxy
node src/server.mjs

OpenClaw config (openclaw.json):

{
  "messages": {
    "tts": {
      "auto": "inbound",
      "provider": "openai",
      "providers": {
        "openai": {
          "baseUrl": "http://127.0.0.1:3999",
          "apiKey": "your-mimo-api-key"
        }
      },
      "maxTextLength": 4000
    }
  }
}
Note: QQ Bot plugin uses a different config structure — see references/platforms.md for QQ Bot specific configuration.

Token Plan

MiMo-V2.5-TTS is now part of the Token Plan:

  • TTS is free across all tiers (limited time)
  • Token-based billing with transparent quotas
  • 20% off-peak discount
  • 30% monthly auto-renewal discount

Get your API key at platform.xiaomimimo.com

Emotion Detection

See references/emotion-detection.md

Multi-Platform

See references/platforms.md

API Endpoints

EndpointMethodDescription
/healthGETHealth check
/v1/modelsGETModel list
/v1/audio/speechPOSTText to speech

Request format:

{"model": "tts-1", "input": "Hello", "voice": "mimo_default", "response_format": "mp3"}

With voice style instruction:

{"model": "tts-1", "input": "Hello", "voice": "mimo_default", "response_format": "mp3", "style": "用温柔的语气说"}

With voice cloning:

{"model": "tts-1", "input": "Hello", "voice": "mimo_default", "response_format": "mp3", "reference_audio": "base64_audio_data"}

Formats: wav (default), mp3 (needs ffmpeg), opus (needs ffmpeg)

Multi-Language Support

CRITICAL: TTS output must match the user's language automatically.

Language Detection

Detect the user's language from their message and respond in the same language for both text and voice.

User sendsAgent text replyTTS voice output
"你好,帮我查一下天气"中文回复中文语音
"What's the weather?"English replyEnglish voice
"おはようございます"日本語返答日本語音声
"Bonjour, comment ça va ?"Réponse en françaisVoix française
"안녕하세요"한국어 답변한국어 음성

How It Works

  1. Agent detects language from the user's message (first message or latest message language)
  2. Agent replies in that language (text)
  3. TTS speaks that language — MiMo-V2-TTS supports Chinese, English, Japanese, Korean, and more
  4. No explicit instruction needed — this is automatic behavior

When to Override

Only switch language if the user explicitly asks:

  • "请用英语回答" → Switch to English
  • "Speak in Japanese" → Switch to Japanese
  • Otherwise, always match the user's language

TTS Language Compatibility

MiMo-V2.5-TTS supports natural speech in:

  • ✅ Chinese (Mandarin)
  • ✅ English (US/UK)
  • ✅ Japanese
  • ✅ Korean
  • ✅ Dialects: Northeastern, Sichuan, Henan, Cantonese, Taiwanese
  • ✅ Other languages (quality varies)

Implementation

In your response, you can use [lang:xx] hints for the TTS proxy (optional):

[lang:zh]你好,这是你的语音回复。
[lang:en]Hello, here is your voice reply.
[lang:ja]こんにちは、音声返信です。

Or simply reply normally — the TTS proxy will automatically handle the language based on the text content.

Security & Data Flow

  • API key: passed via env var (MIMO_API_KEY) or Authorization Bearer header, never hardcoded
  • Network: proxy only connects to api.xiaomimimo.com (Xiaomi official API) — text and base64 audio are sent there for TTS/STT processing
  • Local binding: proxy binds to 127.0.0.1:3999 (localhost only, not externally exposed)
  • Temp files: auto-cleaned after each request
  • User responsibility: if using systemd/launchd for persistence, store API keys securely (env file or secret manager, not inline in service files)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.61%
按下载量换算1,829

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills