ElevenLabs Skill

Machine Learning

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for ElevenLabs tools.

14 tools
SKILL.md

ElevenLabs
SKILL.md

Domain knowledge for using ElevenLabs AI voice generation tools effectively

ElevenLabs

ElevenLabs is an AI voice generation platform that creates realistic speech from text using advanced neural networks. Generate high-quality voice synthesis, clone voices, access diverse voice models, and create natural-sounding audio content.

Data Model

  • Voices are the synthesis models. List voices to get voice_id for voice-specific settings.
  • History contains past generations. Each item has history_item_id; use it to get details or audio.
  • User and Subscription are account-level for quota and plan info.
  • Voice Settings can be default or per-voice. Get default or get per-voice settings.

Gotchas

  • History item ID: From list_history, use data.history[0].history_item_id for dependent calls.
  • Voice ID: From list_voices, use data.voices[0].voice_id. Required for get_voice and get_voice_settings.

Use with ElevenLabs Bundle

This skill teaches your AI assistant domain knowledge. To actually execute ElevenLabs API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use ElevenLabs?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

ElevenLabs Skill - SKILL.md for Claude Code, Cursor & More