Install
openclaw skills install feishu-voice-assistantSends voice messages (audio) to Feishu chats using Duby TTS.
openclaw skills install feishu-voice-assistantGenerate speech from text using Duby AI and send it as a native voice message (audio) to Feishu.
node skills/feishu-voice-assistant/index.js --text "Hello, this is a voice message!" --target "$TARGET_USER_ID"
--text: The text to convert to speech.--target: The Feishu user ID (ou_...) or chat ID (oc_...).--voice: (Optional) Duby Voice ID. Default is Xinduo.duby: For TTS generation.feishu-common: For API authentication.form-data: For file uploads.Requires DUBY_API_KEY and Feishu credentials in .env.