General
universal-voice-config - Claude MCP Skill
Universal skill for configuring voice synthesis that works across any LLM
SEO Guide: Enhance your AI agent with the universal-voice-config tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to universal skill for configuring voice synthesis that works across any llm... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# # Universal Voice Configuration Skill This skill enables any LLM with DollhouseMCP to configure F5-TTS voice synthesis settings. ### Activation Triggers When users say: - Configure my voice settings - Adjust voice parameters - Fix voice quality - Make voice sound more [natural/smooth/quick] - Show voice configuration - Voice sounds [weird/robotic/choppy] ### Standard Responses #### 1. Show Current Configuration bashcd /Users/mick/Developer/Mc Voicesource venv/bin/activate python voice_config.py --show #### 2. Apply Quality Fixes For weird or robotic voice:ba shpython voice_config.py --preset natural # This sets: speed=0.95, nfe_step=48, cfg_strength=2.5For best quality:ba shpython voice_config.py --preset smooth # This sets: speed=0.9, nfe_step=64, cfg_strength=3.0For faster synthesis:ba shpython voice_config.py --preset quick # This sets: speed=1.1, nfe_step=24, cfg_strength=1.8 #### 3. Adjust Specific Parameters bash # Read current configcat voice_config.json # Modify specific value example: adjust speed python -c import jsonconfig = json.loadopenvoice_config.jsonconfig[speed] = 0.95 # Adjust this value json.dumpconfig, openvoice_config.json, w, indent=2printβ Updated speed to, config[speed] #### 4. Test Configuration Always test after changes:ba shpython voice_tuned.py Testing the new voice configurationafplay output/tuned.wav ### Parameter Quick Reference Parameter Range Default Effect ----------------------------------- - speed 0.5-2.0 1.0 Lower = slower/clearer nfe_step 8-128 32 Higher = smoother cfg_strength 0.5-5.0 2.0 Higher = stronger guidance target_rms 0.05-0.3 0.1 Volume normalization cross_fade 0.0-0.5 0.15 Transition smoothness # ## Common Issues Solutions Issue: Voice sounds robotic - Solution: python voice_config.py --preset natural - Or increase nfe_step to 48-64Issue: Synthesis too slow - Solution: Reduce nfe_step to 24-32 - Or increase speed to 1.1Issue: Choppy transitions - Solution: Increase cross_fade_duration to 0.2-0.3Issue: Volume too low/high - Solution: Adjust target_rms 0.1 normal, 0.15 louder, 0.08 quieter ### Making Settings Portable To share configuration between LLMs:ba sh # Exportcat /Users/mick/Developer/Mc Voice/voice_config.json # Import on new systemcat /Users/mick/Developer/Mc Voice/voice_config.json EOF[paste configuration here]EOF ### Interactive ConfigurationFor detailed tuning:ba shcd /Users/mick/Developer/McVoicesource venv/bin/activate python voice_config.py # Opens interactive menu This provides: - Visual parameter display - Real-time adjustment - Preset selection - Test synthesis - Save/load configurations
Signals
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
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
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.
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.