بنقرة واحدة
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Sends voice messages (audio) to Feishu chats using Duby TTS.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Shared Feishu (Lark) authentication and API request helper providing tenant token acquisition with caching, automatic retry with timeout handling, and authenticated request wrappers with token refresh.
Send multiple Feishu (Lark) messages in a single tool call with configurable delay, supporting plain text arrays and mixed content types (text and rich post).
Manage Feishu (Lark) calendars including listing, searching, syncing events, creating calendar entries from task requests, and setting up shared project calendars.
Send rich interactive cards to Feishu (Lark) users or groups with Markdown support, colored headers, action buttons, embedded images, and AI persona styling.
Unified CLI for Feishu (Lark) messaging operations including fetching messages by ID, sending audio voice bubbles, creating group chats, listing pinned messages, and adding emoji reactions.
Feishu native emoji mapping -- emoji_type codes, Chinese names, and Unicode conversion table for card markdown.
| name | feishu-voice-assistant |
| description | Sends voice messages (audio) to Feishu chats using Duby TTS. |
| tags | ["feishu","voice","tts","audio"] |
Generate 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.