Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Guides users through setting up an ElevenLabs API key for ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to ElevenLabs. First checks whether ELEVENLABS_API_KEY is already configured and valid, and only runs full setup when needed.
.claude/skills/video-production-buddy-setup-api-key/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 103% | 0% |
Guide the user through obtaining and configuring an ElevenLabs API key.
Before asking the user for a key, check for an existing ELEVENLABS_API_KEY:
ELEVENLABS_API_KEY exists in the current environment..env for ELEVENLABS_API_KEY=<value>. GET https://api.elevenlabs.io/v1/user Header: xi-api-key: <existing-api-key>
Tell the user:
> To set up ElevenLabs, open the API keys page: https://elevenlabs.io/app/settings/api-keys > > (Need an account? Create one at https://elevenlabs.io/app/sign-up first) > > If you don't have an API key yet: > 1. Click "Create key" > 2. Name it (or use the default) > 3. Set permission for your key. If you provide a key with "User" permission set to "Read" this skill will automatically verify if your key works > 4. Click "Create key" to confirm > 5. Copy the key immediately - it's only shown once! > > Paste your API key here when ready.
Then wait for the user's next message which should contain the API key.
Once the user provides the API key:
GET https://api.elevenlabs.io/v1/user Header: xi-api-key: <the-api-key>
.env file: ELEVENLABS_API_KEY=<the-api-key>
.env already has ELEVENLABS_API_KEY=..., replace that lineELEVENLABS_API_KEY> Done! Your key is stored as an environment variable in .env > Keep the key safe! Don't share it with anyone!
Other measured skills in the registry, with their headline benchmark lift.