What problem does it solve?
This Skill helps users obtain, validate, and persist an ElevenLabs API key so ElevenLabs-based tools can authenticate and run without failing due to missing or invalid credentials.
Core Features & Use Cases
- Environment discovery: Detects existing ELEVENLABS_API_KEY in process environment or in a .env file and validates it.
- Key validation: Verifies keys by calling the ElevenLabs user endpoint to confirm the key is active and permitted.
- Safe configuration: Writes or replaces ELEVENLABS_API_KEY in a .env file and offers key rotation guidance for users who want to update credentials.
- Use Case: Ideal when configuring voice synthesis, narration, or audio-generation pipelines that require ElevenLabs authentication within OpenMontage or other projects.
Quick Start
Please open the ElevenLabs API keys page, create or copy an API key, paste it here, and the skill will validate and save it to your project's .env.