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
- 7/7/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
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
firecrawl-build-onboarding
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
firecrawl-build
Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app — web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl explicitly and only describes wanting web data, website content, search, scraping, or interaction in an application. Trigger for Firecrawl requests, "fire girl" shorthand, and generic app-level web-data needs that should map to `/scrape`, `/search`, or `/interact`. Do not use this skill for one-off terminal-only web tasks during the current session; use `firecrawl/cli` for those.
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.