Loading...
Loading...
Guides users through the process of setting up an ElevenLabs API key for use with 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.
npx skill4agent add elevenlabs/skills setup-api-keyTo 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:
- Click "Create key"
- Name it (or use the default)
- 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
- Click "Create key" to confirm
- Copy the key immediately - it's only shown once!
Paste your API key here when ready.
GET https://api.elevenlabs.io/v1/user
Header: xi-api-key: <the-api-key>.envELEVENLABS_API_KEY=<the-api-key>Done! Your key is stored as an environment variable in .env Keep the key safe! Don't share it with anyone!