This builds full production voice agents on ElevenLabs, from agent config through SDK integration. You get the complete workflow: dashboard or CLI setup, a six-component prompt framework (personality, environment, tone, goal, guardrails, tools), tool definitions for both client-side and webhooks, knowledge base uploads for RAG, and ready-to-use React/React Native/Swift boilerplate. One gotcha worth knowing: their "MCP" integration doesn't actually support the MCP 2025-03-26 spec despite the name. It expects plain JSON responses on the older 2024-11-05 protocol, not SSE streams, so you can't drop in standard MCP SDK handlers. Good for building AI receptionists, phone systems, or any conversational interface where you need more control than a basic chatbot.
npx skills add https://github.com/jezweb/claude-skills --skill elevenlabs-agents