skills/library/edge-tts/SKILL.md
Free text-to-speech using Microsoft Edge's online TTS service. No API key required.
npx skillsauth add malue-ai/dazee-small edge-ttsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用微软 Edge 的在线 TTS 服务生成语音,免费,无需 API Key,支持 300+ 种声音。
# 基本用法
edge-tts --text "你好,今天天气真不错" --write-media output.mp3
# 指定声音
edge-tts --voice zh-CN-XiaoxiaoNeural --text "你好" --write-media output.mp3
# 带字幕
edge-tts --voice zh-CN-XiaoxiaoNeural --text "你好" \
--write-media output.mp3 --write-subtitles output.vtt
import edge_tts
import asyncio
async def generate():
communicate = edge_tts.Communicate("你好,这是测试语音。", "zh-CN-XiaoxiaoNeural")
await communicate.save("output.mp3")
asyncio.run(generate())
| Voice | 性别 | 风格 |
|---|---|---|
| zh-CN-XiaoxiaoNeural | 女 | 温暖亲切(推荐) |
| zh-CN-XiaoyiNeural | 女 | 活泼 |
| zh-CN-YunjianNeural | 男 | 专业播报 |
| zh-CN-YunxiNeural | 男 | 年轻自然 |
edge-tts --list-voices | grep zh-CN
edge-tts --voice zh-CN-XiaoxiaoNeural \
--rate "+20%" --pitch "+5Hz" \
--text "加速播放" --write-media output.mp3
zh-CN-XiaoxiaoNeural(中文)或 en-US-JennyNeural(英文)development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.