Agent skill · Security

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.1.0
Path: skills/ai-llm/elevenlabs-agents-secondsky-claude-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. 🚨 Package Migration (August 2025)
  3. Quick Start
  4. Path A: React SDK (Embedded Voice Chat)
  5. Path B: CLI ("Agents as Code")
  6. Path C: API (Programmatic Agent Management)
  7. Agent Configuration
  8. System Prompt Framework
  9. Turn-Taking Modes
  10. Core Features Summary
  11. Voice & Language
  12. Knowledge Base (RAG)
  13. Tools (4 Types)
  14. Top 3 Critical Errors
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going