/install feishu-edge-tts-win
飞书语音消息发送(Windows)
快速使用
在 skills\feishu-edge-tts-win\scripts 目录执行:
python .\send_voice.py "要发送的文本" YOUR_FEISHU_OPEN_ID --voice zh-CN-XiaoxiaoNeural --config %USERPROFILE%\.openclaw\openclaw.json
也可以从任意目录执行:
python %USERPROFILE%\.openclaw\workspace\skills\feishu-edge-tts-win\scripts\send_voice.py "要发送的文本" YOUR_FEISHU_OPEN_ID --voice zh-CN-XiaoxiaoNeural --config %USERPROFILE%\.openclaw\openclaw.json
工作流程
edge-tts生成 MP3ffmpeg转换为 OPUS(飞书语音格式)- 飞书 API 上传 OPUS 获取
file_key - 发送
msg_type=audio消息
关键点:必须使用 msg_type: audio + file_key,否则会显示为普通文件而不是语音气泡。
音色
仅使用:zh-CN-XiaoxiaoNeural
依赖安装
pip install edge-tts
ffmpeg 需要可执行(已加入 PATH)。可用 ffmpeg -version 自检。
飞书配置
脚本读取 openclaw.json 的 channels.feishu.appId 和 channels.feishu.appSecret。
请在命令中显式传入 --config,例如:
--config %USERPROFILE%\.openclaw\openclaw.json
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-edge-tts-win - After installation, invoke the skill by name or use
/feishu-edge-tts-win - Provide required inputs per the skill's parameter spec and get structured output
What is feishu-edge-tts-win?
飞书语音消息发送技能(Windows 版)。使用 Edge TTS(微软,免费)生成语音并以飞书语音气泡发送。 It is an AI Agent Skill for Claude Code / OpenClaw, with 350 downloads so far.
How do I install feishu-edge-tts-win?
Run "/install feishu-edge-tts-win" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is feishu-edge-tts-win free?
Yes, feishu-edge-tts-win is completely free (open-source). You can download, install and use it at no cost.
Which platforms does feishu-edge-tts-win support?
feishu-edge-tts-win is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created feishu-edge-tts-win?
It is built and maintained by ztxdcyy (@ztxdcyy); the current version is v1.0.0.