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
5/10/2026
Repo Updated
10/25/2025
Created
1/15/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