What problem does it solve? Setting up local text-to-speech, voice cloning, and system-wide dictation usually requires stitching together multiple models and tools; this Skill provides a single local-first voice studio with an MCP server so agents can drive voice workflows without audio leaving your machine. ## Core Features & Use Cases - Speech Synthesis with Seven TTS Engines: Generate audio via Qwen3-TTS, Chatterbox, Kokoro, and others through a REST API at port 17493, with effects like pitch, reverb, and compression. - Zero-Shot Voice Cloning: Clone a voice from a short reference sample using the /voices/clone endpoint and reuse it across profiles. - MCP Agent Integration: Expose synthesize_speech, clone_voice, and start_dictation tools at /mcp for agent-driven voice workflows. - Use Case: Configure an MCP client with the Voicebox server URL, then have your agent call synthesize_speech to produce multilingual audio for a video voiceover using a cloned voice profile. ## Quick Start Ask the agent to set up Voicebox locally with Bun and generate speech from a sample text using the default voice profile via the MCP endpoint.