📦 Feishu Voice Sync v2 — Feishu Voice 同步 v2
v1.0.0飞书文字转语音同步插件。每次回复时自动生成对应语音,文字和音频内容完全一致。支持Windows / Mac / Linux全平台。开车、双手不便时开启此技能实现文字+语音同步发送。
运行时依赖
安装命令
点击复制技能文档
Feishu Voice Sync 飞书文字转语音技能。每次发文字消息后自动生成对应音频,两者内容100%一致。
核心特性 文字和音频完全同步(逐字复制) 跨平台支持:Windows / Mac / Linux 使用微软 edge-tts(免费,最自然的TTS) 音频格式:opus(飞书要求)
依赖安装 macOS:brew install ffmpeg,pip install edge-tts Linux (Ubuntu/Debian):sudo apt install ffmpeg,pip install edge-tts Windows:winget install ffmpeg,pip install edge-tts
配置 修改 scripts/send_voice.py 中的三个配置: APP_ID = "cli_你的飞书应用ID" APP_SECRET = "你的飞书应用密钥" RECEIVE_ID = "接收者的Open ID"
安装方式 方式一:从 GitHub 安装 openclaw skills install feishu-voice-sync 方式二:手动安装 unzip feishu-voice-sync.zip,cd feishu-voice-sync,openclaw skills install .
集成到 SOUL.md 在 AI 的 SOUL.md 中添加规则:每次回复文字后,立即执行 send_voice.py 生成并发送对应音频,文字和音频内容必须100%一致,不得删减或简化。
技术细节 TTS:微软 edge-tts(免费,无次数限制) 格式转换:ffmpeg(mp3 → opus) 发送:飞书 IM API (audio类型)
发布信息 版本:1.0.0 日期:2026-05-05