← 返回 Skills 市场
275
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ms-voice-tts
功能描述
使用 edge-tts 生成高质量中文语音消息并发送。当用户要求发语音、语音回复、TTS、文字转语音、语音播报、语音消息时使用。支持多种中文声音(男声/女声/方言),可调节语速音调,适用于飞书/Telegram/Discord 等渠道的语音消息发送。
安全使用建议
This skill appears to do what it claims: it calls the edge-tts tool to generate audio files and returns a path for sending. Before installing/using: 1) be prepared to install edge-tts (pipx or pip) — installing PyPI packages executes third-party code and requires internet access; review the edge-tts package/source if you want full assurance. 2) Note the metadata omitted the required binary; ensure edge-tts is present on the host. 3) The script creates files under ~/.openclaw/media — ensure you are comfortable with that directory and clean up temporary files as needed. 4) The wrapper prompts interactively for very long texts which can hang non-interactive agents; if you intend to run headless, remove or modify the interactive prompt. 5) If you need higher assurance, inspect the edge-tts package and confirm network policies (edge-tts will contact external services to synthesize voices).
功能分析
Type: OpenClaw Skill
Name: ms-voice-tts
Version: 1.0.0
The skill is a legitimate utility for converting text to speech using the Microsoft edge-tts library. It consists of a shell script wrapper (scripts/tts.sh) and instructions (SKILL.md) for the agent to generate and send audio files via supported messaging channels. The script follows safe practices such as quoting variables to prevent shell injection and uses a dedicated local directory (~/.openclaw/media) for temporary storage, with no evidence of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
The SKILL.md and scripts implement exactly what the description promises: calling edge-tts to produce opus files and returning a path for the agent to send. However the registry metadata listed no required binaries while the runtime clearly requires the edge-tts executable (the README explains how to install it). This is a documentation/metadata omission rather than functional misdirection.
Instruction Scope
Instructions and the script stay within TTS scope: they generate audio files in ~/.openclaw/media and print the path. The script does not read unrelated system files or environment variables, nor does it transmit data to external endpoints itself (network access happens via edge-tts). Note: the script prompts interactively when input is >1000 chars which can block non-interactive agents.
Install Mechanism
There is no packaged install spec; the README recommends installing edge-tts via pipx/pip. This is standard and does not pull arbitrary binaries from untrusted URLs. Installing a Python package does execute code from PyPI—normal but something to audit/accept before installing.
Credentials
The skill requests no secrets or environment variables. It writes to and creates ~/.openclaw/media, which is appropriate for storing generated media. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent configuration. It only creates/uses its own media directory under the user's home.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ms-voice-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/ms-voice-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
voice-tts 1.0.0
- 重构为纯 TTS 方案,仅保留 edge-tts 语音合成功能
- 只需一个脚本(tts.sh),所有其它 ASR/Whisper/自动检查相关文件移除
- 新版专注于中文语音合成及发送,支持多平台(飞书/Telegram/Discord)
- 支持多种 edge-tts 声音风格、语速、音调参数
- 安装与使用流程更简洁,文档针对跨平台发送优化
元数据
常见问题
Voice TTS 是什么?
使用 edge-tts 生成高质量中文语音消息并发送。当用户要求发语音、语音回复、TTS、文字转语音、语音播报、语音消息时使用。支持多种中文声音(男声/女声/方言),可调节语速音调,适用于飞书/Telegram/Discord 等渠道的语音消息发送。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 Voice TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ms-voice-tts」即可一键安装,无需额外配置。
Voice TTS 是免费的吗?
是的,Voice TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Voice TTS 支持哪些平台?
Voice TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voice TTS?
由 彬彬哦(@binbin1213)开发并维护,当前版本 v1.0.0。
推荐 Skills