- name
- wecom-voice
- version
- 1.0.0
- description
- Send native voice messages to WeCom using Windows TTS. Converts text to speech and sends as voice message (not audio file).
- emoji
- 🔊
- tags
- metadata
- openclaw
- triggers
- clawhub
- shortDescription
- Send voice messages to WeCom
- longDescription
- |
- Requirements
- Workflow
WeCom Voice Message Sender
Send native voice messages to WeCom (企业微信) using Windows TTS.
Usage
# Basic
node scripts/send-voice.cjs "要说的内容"
# Specify target user
node scripts/send-voice.cjs "Hello" FanQiHow it works
- TTS: Uses Windows System.Speech (Microsoft Huihui voice)
- Convert: FFmpeg converts WAV to AMR (WeCom native voice format)
- Send: OpenClaw CLI sends from
media/inbounddirectory
Technical Details
- TTS Voice: Microsoft Huihui Desktop (中文)
- AMR Format: 8000Hz, mono, 12.2kbit/s
- Directory: Must send from
~/.openclaw/media/inbound
Files
SKILL.md- This filescripts/send-voice.cjs- Main script