/install cyber-horn
CyberHorn (赛博小喇叭)
Let OpenClaw speak in Feishu: turn any text into a native voice message (not a file link) in a Feishu chat.
When to use
- The user asks to "say something in Feishu" or "send a voice message to the group".
- The agent should announce or alert via voice in a Feishu room.
- You want replies as playable voice notes instead of text bubbles.
How it works
- TTS — Text is synthesized with Edge TTS (default, no API key) or ElevenLabs (custom voices). Set
TTS_PROVIDER=EDGEorELEVENin.env. - Encode — Audio is converted to Opus (mono 16 kHz) via FFmpeg for Feishu’s voice message format.
- Send — The file is uploaded to Feishu and sent as a voice message to the given chat.
Setup
- Required (all modes):
FEISHU_APP_ID,FEISHU_APP_SECRETin.envor OpenClaw config. FFmpeg must be onPATHor setFFMPEG_PATH. - Optional default target chat:
FEISHU_DEFAULT_CHAT_IDcan be set in.envso you don't have to pass a chat ID every time. - Edge TTS (default): No extra keys. Optional
EDGE_VOICE(e.g.zh-CN-XiaoxiaoNeural). - ElevenLabs: Set
TTS_PROVIDER=ELEVEN, and addELEVEN_API_KEY,VOICE_ID.
Invocation
From the skill directory (or with PYTHONPATH set):
python main.py "\x3Ctext to speak>" "[feishu_chat_id]" [receive_id_type]
- Arg 1: Text to speak.
- Arg 2 (optional): Feishu chat ID (or other
receive_id). If omitted, the skill will useFEISHU_DEFAULT_CHAT_IDfrom.envwhen available. - Arg 3 (optional):
receive_id_type, defaultchat_id(can beopen_idetc. per Feishu API).
OpenClaw can call this with env vars injected and the same two (or three) arguments.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cyber-horn - After installation, invoke the skill by name or use
/cyber-horn - Provide required inputs per the skill's parameter spec and get structured output
What is Cyber Horn?
Turn text into spoken Feishu (Lark) voice messages. Use when the agent should speak in a Feishu group, send voice alerts or announcements, or reply with a pl... It is an AI Agent Skill for Claude Code / OpenClaw, with 367 downloads so far.
How do I install Cyber Horn?
Run "/install cyber-horn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cyber Horn free?
Yes, Cyber Horn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cyber Horn support?
Cyber Horn is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Cyber Horn?
It is built and maintained by Richerlv (@richerlv); the current version is v1.0.3.