返回顶部
f

feishu-voice-bubble

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
71
下载量
0
收藏
概述
安装方式
版本历史

feishu-voice-bubble

# Feishu Voice Bubble Send native voice bubbles (蓝色可播放气泡) via Feishu using bot identity. ## Workflow ``` text → edge-tts (mp3) → ffmpeg (ogg/opus) → message tool (media=) → 原生气泡 ``` ## Quick Usage ```bash # One-liner via the helper script node scripts/voice-bubble.mjs "你好陛下" --voice zh-CN-XiaoxiaoNeural ``` Or use the message tool directly after generating the audio: ```bash # Step 1: Generate cd ~/.openclaw/workspace/skills/edge-tts/scripts node tts-converter.js "文本" --voice zh-CN-XiaoxiaoNeural --output /tmp/voice.mp3 # Step 2: Convert ffmpeg -i /tmp/voice.mp3 -c:a libopus -b:a 32k /tmp/voice.ogg -y # Step 3: Send via message tool message(action=send, channel=feishu, target=<open_id_or_chat_id>, media=/tmp/voice.ogg) ``` ## Supported Voices | 语言 | 语音 ID | 特点 | |------|---------|------| | 中文 | zh-CN-XiaoxiaoNeural | 女声,自然 | | 中文 | zh-CN-YunxiNeural | 男声,自然 | | 英文 | en-US-AriaNeural | 女声 | | 英文 | en-US-GuyNeural | 男声 | Full list: `node ~/.openclaw/workspace/skills/edge-tts/scripts/tts-converter.js --list-voices` ## Notes - **无需用户 OAuth** — 机器人身份 + `message` tool + `media=` 即可发送原生气泡 - **格式** — 飞书要求 OGG/Opus 格式,edge-tts 输出 MP3,需 ffmpeg 转换 - **临时文件** — 生成的音频存于 `/tmp/`,不会自动清理 - **中文默认** — 未指定 voice 时使用 `zh-CN-XiaoxiaoNeural`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 feishu-voice-bot-1775958802 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 feishu-voice-bot-1775958802 技能

通过命令行安装

skillhub install feishu-voice-bot-1775958802

下载 Zip 包

⬇ 下载 feishu-voice-bubble v1.0.0

文件大小: 3 KB | 发布时间: 2026-4-13 10:17

v1.0.0 最新 2026-4-13 10:17
Initial release: Send native voice bubbles via Feishu using edge-tts + ffmpeg. Bot identity, no OAuth required.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部