Overview
- Skill Key
- dadaniya99/feishu-edge-tts-voice
- Author
- dadaniya99
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dadaniya99/feishu-edge-tts-voice
- Latest Commit SHA
- b4f0bc0eaaf6714a15b92bad88b14fead68faa17
飞书语音消息发送技能。使用 Edge TTS(微软,免费无限次)生成语音并以飞书语音气泡形式发送。当用户要求用语音回复、发语音消息、TTS 朗读内容时触发。默认音色:云希(zh-CN-YunxiNeural,活泼阳光男声)。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-voice 技能。 若已安装,则直接安装 feishu-voice 技能。
# 飞书语音消息发送 ## 快速使用 ```bash python3 ~/.openclaw/workspace/skills/feishu-voice/scripts/send_voice.py \ "要说的内容" \ <open_id> ``` ## 工作流程 1. edge-tts 生成 mp3 2. ffmpeg 转换为 opus(飞书语音格式) 3. 飞书 API 上传文件获取 file_key(file_type=opus) 4. 发送 msg_type=audio 消息 **关键**:必须用 `msg_type: audio` + `file_key`,不能用普通文件上传,否则显示为文件而非语音气泡。 ## 音色选择 ```bash # 查看所有中文音色 edge-tts --list-voices | grep zh-CN # 常用中文男声 zh-CN-YunxiNeural # 云希 - 活泼阳光(默认,小龙虾专用) zh-CN-YunjianNeural # 云间 - 激情澎湃 zh-CN-YunxiaNeural # 云夏 - 可爱萌 zh-CN-YunyangNeural # 云扬 - 专业严肃 # 常用中文女声 zh-CN-XiaoxiaoNeural # 小小 - 温柔 zh-CN-XiaoyiNeural # 小艺 - 活泼 # 指定音色发送 python3 ~/.openclaw/workspace/skills/feishu-voice/scripts/send_voice.py \ "内容" <open_id> --voice zh-CN-YunyangNeural ``` ## 依赖安装 ```bash pip install edge-tts # 一次性安装,永久免费 # ffmpeg 通常已预装,如没有:yum install ffmpeg / apt install ffmpeg ``` ## 飞书配置 需要 openclaw.json 中的 feishu appId / appSecret,脚本自动读取。
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.