General

speak-in-my-voice - Claude MCP Skill

Synthesize text in your own voice using F5-TTS and SuperWhisper recordings

SEO Guide: Enhance your AI agent with the speak-in-my-voice tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to synthesize text in your own voice using f5-tts and superwhisper recordings... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 0 forks
📥0 downloads

Documentation

SKILL.md
#

# Skill: Speak in My Voice

When the user asks you to speak something out loud or say something in their voice, use this skill to synthesize the text using their cloned voice.

### How to Use This Skill

1. When user says things like:
  - Say this out loud: [text]

- Speak: [text]

- Read this in my voice: [text]

- Can you say [text]

2. Navigate to the McVoice project and run the synthesis:ba

shcd /Users/mick/Developer/Mc

Voicesource venv/bin/activate

python f5_tts_natural.py [text to speak]afplay output/natural.wav

3. For better quality, use the smooth variant:ba

shpython f5_tts_natural.py [text to speak] --variantsafplay output/variant_smooth.wav

### ExamplesUser: Say Hello world in my voiceYou: Ill synthesize Hello world in your voice.[Run the synthesis commands]✅ Now playing your voice saying Hello world

User: Read this email greeting out loud: Dear colleagues, I hope this message finds you well.You: Ill read that email greeting in your voice.[Run synthesis with the smooth variant for better quality]✅ Playing the email greeting in your voice

### Tips

- Use the natural synthesis script for better cadence

- For longer texts, use the smooth variant --variants flag

- The system automatically selects good reference recordings

- Synthesis takes about 10-15 seconds per sentence

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
mickdarling/dollhouse-portfolio
Author
mickdarling
Last Sync
1/14/2026
Repo Updated
10/25/2025
Created
1/13/2026

Reviews (0)

No reviews yet. Be the first to review this skill!

Related Skills

cursorrules

CrewAI Development Rules

43932Has guide

fastmcp-client-cli

Query and invoke tools on MCP servers using fastmcp list and fastmcp call. Use when you need to discover what tools a server offers, call tools, or integrate MCP servers into workflows.

25095

open-source

Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browser_use, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle hooks, MCP server setup, or monitoring/observability with Laminar or OpenLIT. Also trigger for questions about browser-use installation, prompting strategies, or sensitive data handling. Do NOT use this for Cloud API/SDK usage or pricing — use the cloud skill instead. Do NOT use this for directly automating a browser via CLI commands — use the browser-use skill instead.

23311

cloud

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) — use the open-source skill instead.

23311

Related Guides