← 返回 Skills 市场
systiger

Mambo TTS

作者 systiger · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mambo-tts
功能描述
曼波音色 TTS 快速调用 - 活泼有活力的中文女声预设,基于 Edge TTS (zh-CN-XiaoyiNeural + pitch +8%)
使用说明 (SKILL.md)

曼波音色 TTS

概述

快速调用预设音色进行文本转语音,无需记忆复杂参数。

预设音色

预设名 Voice Pitch Rate 适用场景
曼波 zh-CN-XiaoyiNeural +8% default 活泼、有活力的内容
晓伊 zh-CN-XiaoyiNeural default +30% 快节奏内容、新闻
晓晓 zh-CN-XiaoxiaoNeural default default 自然、通用
云扬 zh-CN-YunyangNeural default +10% 旁白、纪录片

快速使用

方式 1:直接调用脚本

cd ~/.openclaw/workspace/skills/edge-tts/scripts

# 曼波音色
node tts-converter.js "你的文本" --voice zh-CN-XiaoyiNeural --pitch +8%

# 晓伊音色(快节奏)
node tts-converter.js "你的文本" --voice zh-CN-XiaoyiNeural --rate +30%

# 云扬音色(旁白)
node tts-converter.js "你的文本" --voice zh-CN-YunyangNeural --rate +10%

方式 2:使用便捷脚本

cd ~/.openclaw/workspace/skills/mambo-tts/scripts

# 曼波
./mambo.sh "你的文本"

# 晓伊
./xiaoyi.sh "你的文本"

# 云扬
./yunyang.sh "你的文本"

技术说明

  • 底层引擎:Microsoft Edge TTS(免费、无需 API Key)
  • 支持参数:pitch(音高)、rate(语速)、volume(音量)
  • 不支持:style_tag、intonation(这是 Azure SSML 功能)

输出

  • 默认格式:MP3
  • 默认保存位置:~/.openclaw/workspace/output/

依赖

  • Node.js 18+
  • node-edge-tts 包(已在 edge-tts skill 中安装)

参考

安全使用建议
This appears to be a small, benign helper that calls the edge-tts converter to apply voice presets. Before installing: (1) confirm you have the edge-tts skill (or the referenced scripts) available at the expected sibling path, (2) correct/inspect the missing shell scripts referenced in the docs (use the provided mambo.js/xiaoyi.js instead), (3) review the edge-tts skill (it will perform network calls to Microsoft/Edge TTS endpoints) so you trust that upstream behavior, and (4) because the skill source and homepage are unknown, consider inspecting the tts-converter.js and node-edge-tts usage in the edge-tts skill to ensure no unexpected network endpoints or credential usage.
功能分析
Type: OpenClaw Skill Name: mambo-tts Version: 1.0.0 The mambo-tts skill is a legitimate utility bundle providing presets for Microsoft Edge TTS. It consists of Node.js wrapper scripts (e.g., scripts/mambo.js, scripts/xiaoyi.js) that call an external tts-converter.js script using safe child_process.spawn calls. No evidence of data exfiltration, malicious execution, or prompt injection was found; the skill's behavior aligns perfectly with its stated purpose of providing voice presets.
能力评估
Purpose & Capability
The name/description indicate TTS presets and the code + README implement small helper scripts that call a separate edge-tts converter. The required capabilities (Node.js and the edge-tts skill) match the stated purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and README instruct running node scripts and reference the edge-tts tts-converter.js script; the included JS files simply spawn that script. Minor documentation inconsistencies exist: SKILL.md shows example ./mambo.sh/./xiaoyi.sh/./yunyang.sh which are not present (the repo provides mambo.js and xiaoyi.js). Also examples reference both the edge-tts/scripts path and mambo-tts/scripts; these are explainable but should be corrected. The runtime instructions do not ask to read unrelated files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only plus small helper scripts). Nothing is downloaded or extracted by the skill itself. This is low-risk for installation.
Credentials
The skill declares no environment variables or credentials. The included code does not access environment secrets. It depends on a sibling edge-tts skill and the node-edge-tts library, which is coherent with the purpose.
Persistence & Privilege
The skill is not always-enabled and does not request persistence or modify other skills. It only invokes a child process and exits; no elevated privileges or system-wide changes are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mambo-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mambo-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mambo-tts: - Provides an easy way to use lively and energetic Chinese female TTS presets. - Includes ready-to-use scripts for multiple voice and tone presets (曼波、晓伊、晓晓、云扬). - Based on Microsoft Edge TTS (zh-CN-XiaoyiNeural voice + pitch +8%). - No complex parameters required; supports custom pitch, rate, and volume. - Outputs MP3 files to the default workspace output directory.
元数据
Slug mambo-tts
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mambo TTS 是什么?

曼波音色 TTS 快速调用 - 活泼有活力的中文女声预设,基于 Edge TTS (zh-CN-XiaoyiNeural + pitch +8%). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Mambo TTS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mambo-tts」即可一键安装,无需额外配置。

Mambo TTS 是免费的吗?

是的,Mambo TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mambo TTS 支持哪些平台?

Mambo TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mambo TTS?

由 systiger(@systiger)开发并维护,当前版本 v1.0.0。

💬 留言讨论