Generate and send high-quality Chinese AI voice messages across Feishu, Telegram, and Discord using Microsoft edge-tts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ms-voice-tts
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 ms-voice-tts using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Voice TTS is a sophisticated extension for AI agents that utilizes the Microsoft edge-tts engine to synthesize natural-sounding Chinese speech. As a key component within the Openclaw Skills ecosystem, it allows developers to transform text into high-fidelity audio files (.opus) that can be sent as native voice messages. This tool is designed to provide a more human-like interaction for automated agents, offering a wide range of neural voices including various genders and regional dialects.
The skill is particularly effective for developers who need to bridge the gap between AI text generation and multi-channel communication. By integrating this skill, agents can communicate more effectively on platforms where voice interaction is preferred, all while maintaining control over speech characteristics such as rate, pitch, and volume without the need for paid cloud API services.
This skill depends on edge-tts. Follow these steps to prepare your environment for Openclaw Skills integration:
# Install pipx if you haven't already
brew install pipx
pipx install edge-tts
pipx ensurepath
pip install --user edge-tts
# Ensure ~/.local/bin is in your PATH
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
pip install edge-tts
edge-tts --list-voices | head -5
The skill manages audio assets and metadata as follows:
| Item | Specification |
|---|---|
| Output Format | High-quality .opus (Ogg/Opus) |
| Storage Location | ~/.openclaw/media/ |
| Average File Size | 5-20 KB for standard messages |
| Recommended Text Length | 50-300 characters for optimal quality |
| Metadata Handling | Files are timestamped to prevent collisions (e.g., openclaw_voice_1710556800.opus) |
Loading
A local file system scanner that generates detailed reports on large directories and duplicate files to help you reclaim disk space.

A technical tool for AI agents to retrieve and process waste disposal schedules for the Ravensburg district via official web sources.

A systematic workflow for verifying numerical data against original research papers to maintain 100% traceable provenance.

An innovative divination tool that uses MBTI cognitive function stacks to provide structured, personality-driven answers to any question.

A comprehensive technical framework for designing, optimizing, and securing high-performance LLM prompts and agentic workflows.

An automated workflow for generating comprehensive Chinese research reports from academic PDF documents using OCR and large language models.








































