omnivoice

Generate local text-to-speech and voice cloning via OmniVoice Studio MCP server.

3|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/broomva/skills --skill omnivoice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omnivoice
Source: https://github.com/broomva/skills/tree/main/skills/audio/omnivoice
Command: npx skills add https://github.com/broomva/skills --skill omnivoice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, ffmpeg, mcp, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a secure, local alternative to cloud-based text-to-speech services, ensuring that sensitive audio generation and voice cloning tasks remain entirely on your machine without requiring API keys or external data transmission.

Core Features & Use Cases

  • Local TTS & Cloning: Generate high-quality speech and clone voices from short reference clips using local GPU/CPU resources.
  • Multilingual Support: Access synthesis capabilities across 646 languages for global content pipelines.
  • Use Case: Use this skill to narrate blog posts, dub videos, or create custom voice profiles for agentic workflows while maintaining complete data privacy and avoiding recurring cloud service costs.

Quick Start

Use the omnivoice skill to generate speech from the provided text using the demo voice profile.

Frequently Asked Questions about omnivoice

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run text-to-speech synthesis locally without cloud APIs?

Local text-to-speech synthesis runs entirely on your machine using the OmniVoice Studio MCP server, processing audio generation via local GPU or CPU resources without requiring external API keys or transmitting data.

Can I clone a voice from a short audio clip for multilingual narration?

Voice cloning from short reference clips supports multilingual narration across 646 languages, allowing you to generate custom voice profiles for video dubbing or batch content production on your local system.

What dependencies do I need to install for local voice synthesis?

Local voice synthesis requires installing Python, uv, ffmpeg, and the OmniVoice Studio backend to execute audio generation tasks and manage the MCP server environment.

Is local TTS better than cloud-based speech synthesis for privacy?

Local TTS provides complete data privacy by keeping sensitive audio generation and voice cloning tasks on your machine, avoiding recurring cloud service costs and preventing external data transmission.

Does local voice synthesis work for batch content production?

Local voice synthesis supports batch content production through the OmniVoice Studio MCP server, enabling automated narration of blog posts and bulk audio generation without external API limitations.

Why does my local TTS setup require ffmpeg?

Ffmpeg is required to handle audio processing and format conversion for the OmniVoice Studio backend, ensuring proper encoding of synthesized speech and cloned voice outputs during local generation tasks.