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.
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
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
mem0
Integrate Mem0 Platform into AI applications for persistent memory, personalization, and semantic search. Use this skill when the user mentions "mem0", "memory layer", "remember user preferences", "persistent context", "personalization", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python and TypeScript SDKs, framework integrations (LangChain, CrewAI, Vercel AI SDK, OpenAI Agents SDK, Pipecat), and the full Platform API. Use even when the user doesn't explicitly say "mem0" but describes needing conversation memory, user context retention, or knowledge retrieval across sessions.
cursorrules
CrewAI Development Rules
browser-use
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
remote-browser
Controls a cloud browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Data Science with Claude: A Complete Guide to the Pandas Scikit-Learn Skill
Learn how to use the pandas scikit learn guide Claude skill. Complete guide with installation instructions and examples.