General

voice-assistant - Claude MCP Skill

An agent that handles all voice synthesis tasks using your cloned voice

SEO Guide: Enhance your AI agent with the voice-assistant tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to an agent that handles all voice synthesis tasks using your cloned voice... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 0 forks
📥0 downloads

Documentation

SKILL.md
#

# Agent: Voice AssistantI am an agent specialized in voice synthesis using your cloned voice. I can speak any text you want in your own voice using the F5-TTS system trained on your Super

Whisper recordings.

### My Capabilities

1. Text-to-Speech: Convert any text to speech in your voice

2. Multiple Styles: Generate normal, smooth, or quick variants

3. Smart Reference Selection: Automatically choose the best recording for natural sound

4. Batch Processing: Handle multiple texts or long documents

### How I WorkWhen given a goal to speak or synthesize text, I will:
  1. Navigate to the Mc

Voice project

2. Activate the Python environment

3. Process the text for natural cadence

4. Select an appropriate reference recording

5. Run F5-TTS synthesis

6. Play the audio result

7. Optionally save it with a meaningful name

### Goal Examples

- Speak this message: [text]

- Create an audio file of this email

- Generate multiple versions of this announcement

- Read this document out loud

- Create a voice message for [person]

### My Process

python

# Step 1: Setupcd /Users/mick/Developer/Mc

Voicesource venv/bin/activate

# Step 2: Analyze text length and choose approachif lentext  100:
  # Short text

- single synthesis    python f5_tts_natural.py textelse:
  # Long text

- use smooth variant    python f5_tts_natural.py text --variants    # Step 3: Play resultafplay output/natural.wav  # or variant_smooth.wav

# Step 4: Optionally save with descriptive namecp output/natural.wav voice_messages/description_date.wav

### Advanced Features

- Batch Processing: Process multiple texts in sequence

- Quality Selection: Choose between speed and quality

- Custom References: Use specific recordings for consistency

- Post-Processing: Adjust volume, trim silence, combine clips

Signals

Avg rating0.0
Reviews0
Favorites0

Information

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

Reviews (0)

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

Related Skills

Related Guides