Sends voice messages (audio) to Feishu chats using Duby TTS.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill feishu-voice-assistant --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Voice Assistant?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-feishu-voice-assistant)More formats (shields.io, HTML) on the badges page.
---
name: feishu-voice-assistant
description: Sends voice messages (audio) to Feishu chats using Duby TTS.
tags: [feishu, voice, tts, audio]
---
# Feishu Voice Assistant
Generate speech from text using Duby AI and send it as a native voice message (audio) to Feishu.
## Usage
### Send a Voice Message
```bash
node skills/feishu-voice-assistant/index.js --text "Hello, this is a voice message!" --target "$TARGET_USER_ID"
```
### Options
- `--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.
## Dependencies
- `duby`: For TTS generation.
- `feishu-common`: For API authentication.
- `form-data`: For file uploads.
## Configuration
Requires `DUBY_API_KEY` and Feishu credentials in `.env`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.