elevenlabs-agents
ElevenLabs Agents Platform for AI voice agents (React/JS/Native/Swift). Use for voice AI, RAG, tools, or encountering package deprecation, audio cutoff, CSP violations, webhook auth failures.
npx skills add majiayu000/claude-skill-registry --skill elevenlabs-agents-secondsky-claude-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ElevenLabs Agents Platform ## Overview ElevenLabs Agents Platform is a comprehensive solution for building production-ready conversational AI voice agents. The platform coordinates four core components: 1. **ASR (Automatic Speech Recognition)** - Converts speech to text (32+ languages, sub-second latency) 2. **LLM (Large Language Model)** - Reasoning and response generation (GPT, Claude, Gemini, custom models) 3. **TTS (Text-to-Speech)** - Converts text to speech (5000+ voices, 31 languages, low latency) 4. **Turn-Taking Model** - Proprietary model that handles conversation timing and interruptions ### 🚨 Package Migration (August 2025) **DEPRECATED (Do not use):** `@11labs/react` and `@11labs/client` **Current packages:** ```bash bun add @elevenlabs/react@0.11.0 # React SDK bun add @elevenlabs/client@0.11.0 # JavaScript SDK bun add @elevenlabs/react-native@0.5.2 # React Native SDK bun add @elevenlabs/elevenlabs-js@2.25.0 # Base SDK bun add -g @elevenlabs/agents-cli@0.2.0 # CLI ``` If migrating, uninstall old packages first: `npm uninstall @11labs/react @11labs/client` --- ## Quick Start ### Path A: React SDK (Embedded Voice Chat) For building voice chat interfaces in React appli
- Overview
- 🚨 Package Migration (August 2025)
- Quick Start
- Path A: React SDK (Embedded Voice Chat)
- Path B: CLI ("Agents as Code")
- Path C: API (Programmatic Agent Management)
- Agent Configuration
- System Prompt Framework
- Turn-Taking Modes
- Core Features Summary
- Voice & Language
- Knowledge Base (RAG)
- Tools (4 Types)
- Top 3 Critical Errors
bun add @elevenlabs/react@0.11.0 # React SDK bun add @elevenlabs/client@0.11.0 # JavaScript SDK bun add @elevenlabs/react-native@0.5.2 # React Native SDK bun add @elevenlabs/elevenlabs-js@2.25.0 # Base SDK bun add -g @elevenlabs/agents-cli@0.2.0 # CLI bun add @elevenlabs/react zod bun add -g @elevenlabs/agents-cli elevenlabs auth login elevenlabs agents init elevenlabs agents add "Support Agent" --template customer-service
What does the elevenlabs-agents skill do?
ElevenLabs Agents Platform for AI voice agents (React/JS/Native/Swift). Use for voice AI, RAG, tools, or encountering package deprecation, audio cutoff, CSP violations, webhook auth failures.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill elevenlabs-agents-secondsky-claude-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
