← 返回
未分类 中文

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.
在 Lark(飞书)上通过文字转语音发送语音消息。当用户请求发送语音消息或用语音回复时使用。
cheerwhy cheerwhy 来源
未分类 clawhub v0.1.2 2 版本 99832.8 Key: 无需
★ 1
Stars
📥 577
下载
💾 1
安装
2
版本
#audio#feishu#lark#latest#tts#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 tts tool, 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")

版本历史

共 2 个版本

  • v0.1.2 当前
    2026-05-03 04:38 安全 安全
  • v0.1.1
    2026-03-31 17:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 458 📥 152,332
life-service

Epic Free Games

cheerwhy
获取Epic游戏商店当前及即将推出的免费游戏。当用户询问Epic免费游戏、本周免费游戏或Epic赠送活动时使用。
★ 1 📥 623
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 382 📥 144,873