What problem does it solve?
Choosing and changing a text-to-speech voice is error-prone because the voice setting lives under whichever TTS provider is active, and writing the wrong config key silently does nothing. This Skill routes voice changes to the correct provider and exposes the full Deepgram Aura voice catalog.
Core Features & Use Cases
- Curated Voice Selection: Pick from Aura-2 voices (Thalia, Luna, Athena, Zeus, Draco, and more) with style and accent descriptions, then apply via the voice_config_update tool.
- Provider-Aware Routing: Detects whether the active provider is managed vellum, BYO deepgram, or another provider like ElevenLabs, and writes the voice to the correct config key.
- Full Catalog Browsing: With a Deepgram API key, query the models endpoint to search voices by tag or accent, preview audio samples, and synthesize custom preview clips.
- Use Case: A user says their assistant sounds too formal. You check the active provider, suggest aura-2-luna-en for a friendlier tone, apply it with voice_config_update, and the change hot-applies on the next spoken turn.
Quick Start
Change my assistant's voice to a warm British voice using the deepgram-voice skill.