What problem does it solve? Configuring an ElevenLabs API key for MCP tools can be confusing, and missing or invalid keys cause tool failures. This Skill walks users through the entire setup process, from checking for an existing key to validating and storing a new one. ## Core Features & Use Cases - Existing Key Detection: Checks the environment and .env file for an existing ELEVENLABS_API_KEY before starting setup, and validates it against the ElevenLabs API. - Guided Key Creation: Directs users to the ElevenLabs API keys page with step-by-step instructions for creating and copying a new key. - Validation and Storage: Verifies the provided key via the /v1/user endpoint and writes it to a .env file, replacing any existing entry. - Use Case: When ElevenLabs MCP tools fail due to a missing API key, invoke this Skill to detect the issue, collect a valid key from the user, and configure it so the tools work immediately. ## Quick Start Set up my ElevenLabs API key so the ElevenLabs MCP tools can authenticate.