What problem does it solve? ElevenLabs MCP tools fail when the ELEVENLABS_API_KEY environment variable is missing or invalid, and manually obtaining, validating, and storing a key is error-prone. This Skill walks users through the entire setup flow so the tools work correctly. ## Core Features & Use Cases - Existing Key Detection: Checks the environment and .env file for an existing ELEVENLABS_API_KEY and validates it against the ElevenLabs API before running setup. - Guided Key Creation: Directs users to the ElevenLabs API keys page with step-by-step instructions for creating and copying a key. - Validation and Storage: Verifies the provided key via the /v1/user endpoint and writes it to a .env file, replacing any stale entry. - Use Case: A user tries to generate speech with ElevenLabs tools and gets an authentication error; this Skill detects the missing key, helps them create one, validates it, and stores it so the tools work immediately. ## Quick Start Set up my ElevenLabs API key so the ElevenLabs tools can authenticate.