bot-voice-config支持查询、绑定及切换火山引擎 TTS 机器人音色,设置默认音色并生成测试音频,配置自动保存生效。
Install via ClawdBot CLI:
clawdbot install kaqzsd/bot-voice-configGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://www.volcengine.com/docs/6561/195562Uses known external API (expected, informational)
open.feishu.cnAudited Apr 18, 2026 · audit v1.0
Generated Mar 21, 2026
Businesses can use this skill to assign distinct, brand-aligned voices to AI customer service bots, enhancing user experience through personalized interactions. For example, a playful voice for a gaming support bot or a professional tone for a financial advisor bot, improving engagement and trust.
Educational platforms can configure different voices for AI tutors based on subject matter, such as a gentle voice for language learning or an energetic one for science tutorials. This helps create a more immersive and tailored learning environment for students.
Game developers and streaming services can bind unique voices to in-game characters or streaming bots, adding personality and immersion. For instance, a villainous voice for a game NPC or a cheerful voice for a live chat moderator.
Healthcare providers can use this skill to set comforting or authoritative voices for AI companions that assist patients with reminders or mental health support. This customization can improve adherence and emotional connection in therapeutic settings.
Companies can standardize voices across internal AI bots for tasks like meeting assistants or IT helpdesks, ensuring a consistent and professional tone. This aids in brand coherence and user familiarity within corporate environments.
Offer a subscription-based platform where businesses pay monthly or annually to access advanced voice configuration features, analytics, and priority support. Revenue is generated through tiered plans based on usage limits and premium voices.
Provide basic voice configuration for free, while charging for access to exclusive or high-quality voice packs, such as celebrity voices or industry-specific tones. Revenue comes from one-time purchases or in-app transactions for these premium assets.
Sell enterprise licenses that include custom voice development, integration with existing systems, and dedicated support. Revenue is generated through upfront licensing fees and ongoing maintenance contracts for large organizations.
💬 Integration Tip
Ensure all environment variables are correctly set in the configuration file before deployment to avoid API errors, and test voice bindings in a sandbox environment first.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Start voice calls via the OpenClaw voice-call plugin.
Local text-to-speech via sherpa-onnx (offline, no cloud)