oma-voice
Local-first text-to-speech and speech-to-text via the Voicebox MCP server. Generates speech from cloned or preset voice profiles for agent notifications, content voiceovers, and audio asset creation, and transcribes audio files for meeting notes or memos. Runs entirely on-device with no cloud, no API keys, no per-call cost. Use for voice generation, TTS, STT, transcription, voiceover, narration, dictation, audio asset work.
npx skills add first-fluke/oh-my-agent --skill oma-voice --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Voice Skill - Local TTS and STT via Voicebox ## Scheduling ### Goal Drive the Voicebox local app through its MCP server so any MCP-aware agent can speak (TTS) or listen (STT) without invoking cloud vendors. The skill standardizes intent routing, voice profile resolution, output layout, and guardrails while voicebox itself owns the engines, voice cloning UI, captures archive, and stories editor. ### Intent signature - User asks to generate speech, narrate text, produce a voiceover, create an mp3 or wav from text. - User wants an audio file transcribed into text, meeting notes, or a transcript. - User asks for a voice notification when a long task completes or a workflow step is blocked. - Another skill needs local audio generation infrastructure. ### When to use - Generating short notification audio for agent task completion or blockers. - Producing voiceover, narration, or audio assets (mp3 or wav) for apps and content. - Transcribing local audio files (mp3, wav, m4a, webm, flac) to Markdown. - Comparing voice profiles by re-running the same text against different profile ids. ### When NOT to use - Cloud TTS or high-fidelity multilingual cloud voices -> out of scope; future multi
- Scheduling
- Goal
- Intent signature
- When to use
- When NOT to use
- Expected inputs
- Expected outputs
- Dependencies
- Control-flow features
- Structural Flow
- Entry
- Scenes
- Transitions
- Failure and recovery
What does the oma-voice skill do?
Local-first text-to-speech and speech-to-text via the Voicebox MCP server. Generates speech from cloned or preset voice profiles for agent notifications, content voiceovers, and audio asset creation, and transcribes audio files for meeting notes or memos. Runs entirely on-device with no cloud, no API keys, no per-call cost. Use for voice generation, TTS, STT, transcription, voiceover, narration, dictation, audio asset work.
How do I install it?
Run `npx skills add first-fluke/oh-my-agent --skill oma-voice --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From first-fluke/oh-my-agent, a repository with 1,204 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
