← 返回 Skills 市场
62
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install multi-edge-tts-cn
功能描述
Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。
安全使用建议
This skill appears to do what it claims (local wrapper for edge-tts + ffmpeg). Before installing: (1) be aware edge-tts makes network calls to Microsoft services to synthesize audio—don't send sensitive secrets as input; (2) run the install script inside a Python virtualenv if you want to avoid global pip installs; (3) ffmpeg must be installed on the host (the script will abort if missing); (4) generated files default to /tmp/openclaw and are accessible to local processes—clean or restrict as needed; (5) inspect or run the included scripts in a sandbox if you have higher security concerns. If you want additional assurance, ask the author for a signed release or run the tool in an isolated container.
功能分析
Type: OpenClaw Skill
Name: multi-edge-tts-cn
Version: 2.2.0
The skill is a legitimate implementation of a text-to-speech engine using the Microsoft Edge-TTS service. Analysis of `scripts/engine.py` shows safe use of `subprocess.run` for audio conversion via ffmpeg and standard temporary file handling. The `scripts/install.sh` script installs the necessary open-source dependencies without suspicious remote execution, and the `SKILL.md` documentation provides clear, functional instructions for the AI agent without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the implementation: engine.py + voices.json implement TTS via edge-tts and ffmpeg, with format conversion and platform-specific output choices. No unrelated capabilities or environment variables are requested.
Instruction Scope
SKILL.md and engine.py stick to TTS responsibilities: load voice config, call edge-tts to synthesize MP3, convert with ffmpeg, and return a local path. The instructions reference only local files and the agent's message.send(filePath=...) mechanism (appropriate for sending local files). There are no instructions to read unrelated system files or to transmit arbitrary data to unknown endpoints.
Install Mechanism
There is no registry install spec, but scripts/install.sh is provided. It installs edge-tts via pip (PyPI) and requires ffmpeg to be present (or instructs apt install). Installing Python packages via pip is expected for this skill but will modify the environment (may install globally unless used inside a virtualenv). No downloads from untrusted URLs or archive extraction were observed.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets or unrelated env vars. The only network activity is the expected edge-tts client contacting Microsoft's TTS endpoints (implicit in the edge-tts library).
Persistence & Privilege
always:false and no changes to other skills or agent configs. The install script changes the Python environment by installing a package (normal for this type of skill) but the skill does not request persistent elevated privileges or modify other skills' settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-edge-tts-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-edge-tts-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
v2.1.0
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
v2.0.0
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
v1.3.0
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
v1.2.0
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
v1.1.0
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
v1.0.1
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
v1.0.0
支持飞书和企业微信双平台的 Edge-TTS 语音合成技能,支持多种音色和 AMR/OGG 格式输出
元数据
常见问题
Multi Edge-TTS CN 是什么?
Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。
如何安装 Multi Edge-TTS CN?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-edge-tts-cn」即可一键安装,无需额外配置。
Multi Edge-TTS CN 是免费的吗?
是的,Multi Edge-TTS CN 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multi Edge-TTS CN 支持哪些平台?
Multi Edge-TTS CN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi Edge-TTS CN?
由 itian(@itian932)开发并维护,当前版本 v2.2.0。
推荐 Skills