A specialized Windows skill for converting text to speech and sending it as native Feishu voice bubbles.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-edge-tts-win
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-edge-tts-win using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers and teams to automate voice communications within the Feishu (Lark) ecosystem on Windows environments. By leveraging Microsoft's free Edge TTS engine, it generates natural-sounding speech from text and handles the complex conversion and API upload process required to display these as interactive voice bubbles rather than static file attachments. As a powerful addition to the Openclaw Skills library, it simplifies the workflow of programmatically interacting with corporate messaging platforms using neural voice technology.
First, install the required Python dependency:
pip install edge-tts
You must also have ffmpeg installed and available in your system PATH. Verify your installation with:
ffmpeg -version
Ensure your Feishu credentials (appId and appSecret) are configured in your global Openclaw configuration file. You can then run the skill using the following command structure:
python .\send_voice.py "Your Message Text" YOUR_FEISHU_OPEN_ID --voice zh-CN-XiaoxiaoNeural --config %USERPROFILE%\.openclaw\openclaw.json
The skill utilizes the following metadata and configuration structure to process requests within the Openclaw Skills framework:
| Parameter | Source | Description |
|---|---|---|
| appId | openclaw.json | Your Feishu application identification string. |
| appSecret | openclaw.json | Your Feishu application secret key. |
| voice | CLI Argument | The specific neural voice model (default: zh-CN-XiaoxiaoNeural). |
| open_id | CLI Argument | The unique identifier for the recipient or chat group. |
| file_key | Feishu API | A temporary key generated during the audio upload process. |
Loading
A decentralized governance framework on Base Sepolia that allows AI agents to follow rules, log actions, and prove compliance on-chain.

A comprehensive developer tool for building .NET applications that process Excel, Word, PDF, and email files using GemBox components.

A smart PDF utility that automatically detects page orientation to apply perfectly centered, adjustable text watermarks.

A two-layer safety framework designed to protect AI agents from prompt injections and sensitive content violations.

A local semantic memory plugin for Openclaw Skills providing vector-based context storage and recall without external API dependencies.

A local semantic memory skill that enables AI agents to store, search, and recall conversation context using vector embeddings without external API keys.








































