/install lark-voice
Lark (Feishu) Voice
Convert text to speech and send as a voice message on Lark (Feishu).
Requirements
ffmpeg— audio format conversion- At least one TTS source (skill or built-in tool)
Usage
1. Discover TTS Source
Scan installed skills for names containing tts, and check if the OpenClaw built-in tts tool is available.
- User specified a TTS source → use it directly
- Not specified, only one available → use it directly
- Not specified, multiple available → ask the user to choose
- None available → use the OpenClaw built-in
ttstool, and suggest installing a TTS skill for more voice options
2. Generate Audio
Call the selected TTS source to generate an audio file in wav/mp3 or other intermediate format, saved to /tmp/openclaw/.
3. Convert to Opus
Feishu voice messages only support the opus format (OGG container).
ffmpeg -y -i /tmp/openclaw/input.wav -c:a libopus -b:a 24k -ar 24000 -ac 1 /tmp/openclaw/voice.opus
4. Send Voice
Use the message tool to send. The openclaw-lark plugin automatically detects the .opus extension, parses the duration, and delivers it as a msg_type: audio voice bubble.
message(action=send, media="/tmp/openclaw/voice.opus", message="optional text")
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lark-voice - 安装完成后,直接呼叫该 Skill 的名称或使用
/lark-voice触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Lark (Feishu) Voice 是什么?
Send voice messages on Lark (Feishu) by converting text to speech. Use when the user asks to send a voice message or reply with voice. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。
如何安装 Lark (Feishu) Voice?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lark-voice」即可一键安装,无需额外配置。
Lark (Feishu) Voice 是免费的吗?
是的,Lark (Feishu) Voice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lark (Feishu) Voice 支持哪些平台?
Lark (Feishu) Voice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lark (Feishu) Voice?
由 Cheer(@cheerwhy)开发并维护,当前版本 v0.1.2。