← 返回 Skills 市场
407
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install edge-tts-english
功能描述
Generate high-quality English (and multilingual) audio using Microsoft Edge TTS. Use when the user asks to "speak this", "pronounce", "read aloud", "say this...
使用说明 (SKILL.md)
Edge TTS English
Generate native-quality English audio using Microsoft Edge TTS (/root/.local/bin/edge-tts).
Workflow
- Run
scripts/speak.sh "\x3Ctext>" [voice] [output_path] - Send the resulting MP3 to the user via
messagetool withmedia=\x3Coutput_path>
bash scripts/speak.sh "Hello, world!" en-US-AriaNeural /tmp/tts_out.mp3
Voices
| Voice | Style |
|---|---|
en-US-AriaNeural |
Female, American (default) |
en-US-JennyNeural |
Female, American, warm |
en-US-GuyNeural |
Male, American |
en-GB-SoniaNeural |
Female, British |
en-GB-RyanNeural |
Male, British |
List all voices: /root/.local/bin/edge-tts --list-voices | grep en-
Notes
- Scripts path: resolve relative to this skill's directory
- edge-tts binary:
/root/.local/bin/edge-tts - Default output:
/tmp/edge_tts_output.mp3 - Always send audio via
messagetool (mediaparam), not as text
安全使用建议
This skill appears to do what it says: call the edge-tts client to produce MP3 audio and return it. Before installing, verify that you are willing to (a) let the agent run a local binary at /root/.local/bin/edge-tts (or change the path to where you installed it), and (b) allow edge-tts to communicate with Microsoft services — any text you send for TTS may be transmitted to Microsoft endpoints by that client. Because the registry entry includes no install step, consider installing edge-tts yourself (pipx) and confirming the binary path. If you need stricter guarantees, ask the author to add an explicit install spec, or inspect/replace the script to run a vetted TTS binary. Finally, ensure sensitive text is not sent to TTS if you do not want it shared with external services.
功能分析
Type: OpenClaw Skill
Name: edge-tts-english
Version: 1.0.2
The `scripts/speak.sh` file is vulnerable to shell injection. The `$TEXT`, `$VOICE`, and `$OUTPUT` arguments are directly interpolated into the `edge-tts` command without explicit sanitization. If the OpenClaw agent passes unsanitized user input to this script, an attacker could inject arbitrary shell commands (e.g., `'; rm -rf / #'`) leading to remote code execution. This is a critical vulnerability, but not evidence of intentional malicious design within the skill itself.
能力评估
Purpose & Capability
Name/description (Edge TTS English) match the included script and SKILL.md. The script invokes /root/.local/bin/edge-tts to produce MP3 output — this is exactly what the skill claims to do.
Instruction Scope
SKILL.md instructs running scripts/speak.sh with text, voice, and output path then sending the MP3 via the platform message tool. The script only passes those arguments to edge-tts and writes an output file; it does not read unrelated files, environment variables, or endpoints itself.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md states edge-tts must be installed via pipx and references /root/.local/bin/edge-tts. That mismatch is not dangerous but means the skill will fail (or behave unexpectedly) if the binary is absent or at a different path. No third-party downloads or unknown URLs are present in the skill itself.
Credentials
The skill does not request environment variables, credentials, or config paths. This is proportionate for a simple TTS wrapper. Note: the edge-tts client it relies on may perform network calls to Microsoft services; that external behavior is not controlled by the skill's declared requirements.
Persistence & Privilege
Skill is not always-enabled and uses default model invocation behavior. It does not attempt to modify other skills or system-wide configs and only writes its own output file (default /tmp/edge_tts_output.mp3).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install edge-tts-english - 安装完成后,直接呼叫该 Skill 的名称或使用
/edge-tts-english触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Improved description for better discoverability
v1.0.1
Added tags for better discoverability
v1.0.0
Initial release: generate native English audio via Microsoft Edge TTS for pronunciation practice
元数据
常见问题
Edge TTS English 是什么?
Generate high-quality English (and multilingual) audio using Microsoft Edge TTS. Use when the user asks to "speak this", "pronounce", "read aloud", "say this... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 407 次。
如何安装 Edge TTS English?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install edge-tts-english」即可一键安装,无需额外配置。
Edge TTS English 是免费的吗?
是的,Edge TTS English 完全免费(开源免费),可自由下载、安装和使用。
Edge TTS English 支持哪些平台?
Edge TTS English 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Edge TTS English?
由 Mikhail(@davydenkovm)开发并维护,当前版本 v1.0.2。
推荐 Skills