Agent skill · Frontend

elevenlabs-agents

Build conversational AI voice agents with ElevenLabs Platform. Supports React, React Native, and Swift SDKs. Use when building voice agents, AI phone systems, or troubleshooting @11labs deprecated packages, webhook errors, CSP violations, localhost allowlist, or tool parsing errors.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill elevenlabs-agents-jezweb-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: 5 KB
Bundled scripts: none
Path: skills/ai-llm/elevenlabs-agents-jezweb-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 Agent Builder Build a production-ready conversational AI voice agent. Produces a configured agent with tools, knowledge base, and SDK integration. ## Packages ```bash npm install @elevenlabs/react # React SDK npm install @elevenlabs/client # JavaScript SDK (browser + server) npm install @elevenlabs/react-native # React Native SDK npm install @elevenlabs/elevenlabs-js # Full API (server only) npm install -g @elevenlabs/agents-cli # CLI ("Agents as Code") ``` **DEPRECATED:** `@11labs/react`, `@11labs/client` — uninstall if present. **Server-only warning:** `@elevenlabs/elevenlabs-js` uses Node.js `child_process` and won't work in browsers. Use `@elevenlabs/client` for browser environments, or create a proxy server. ## Workflow ### Step 1: Create Agent via Dashboard or CLI **Dashboard:** https://elevenlabs.io/app/conversational-ai → Create Agent **CLI (Agents as Code):** ```bash elevenlabs-cli init my-agent # Edit agent.config.ts with agent settings elevenlabs-cli deploy ``` Configure: - **Voice** — Choose from 5000+ voices or clone - **LLM** — GPT, Claude, Gemini, or custom - **System prompt** — See `assets/system-prompt-template.md` - **First message** — What the agent

What's inside
Steps it walks through
  1. Packages
  2. Workflow
  3. Step 1: Create Agent via Dashboard or CLI
  4. Step 2: Add Tools
  5. Step 3: Add Knowledge Base (RAG)
  6. Step 4: Integrate SDK
  7. Step 5: Test and Deploy
  8. Critical Patterns
  9. Signed URLs (Security)
  10. Agent Versioning (A/B Testing)
  11. Dynamic Variables
  12. Asset Files
  13. Scripts
  14. Reference Files
Ships with 1 file
  • metadata.json
Commands it runs
npm install @elevenlabs/react           # React SDK
npm install @elevenlabs/client          # JavaScript SDK (browser + server)
npm install @elevenlabs/react-native    # React Native SDK
npm install @elevenlabs/elevenlabs-js   # Full API (server only)
npm install -g @elevenlabs/agents-cli   # CLI ("Agents as Code")
elevenlabs-cli init my-agent
Edit agent.config.ts with agent settings
elevenlabs-cli deploy
Test locally
elevenlabs-cli test my-agent
More from claude-skill-registry
All skills →
About this skill
What does the elevenlabs-agents skill do?

Build conversational AI voice agents with ElevenLabs Platform. Supports React, React Native, and Swift SDKs. Use when building voice agents, AI phone systems, or troubleshooting @11labs deprecated packages, webhook errors, CSP violations, localhost allowlist, or tool parsing errors.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill elevenlabs-agents-jezweb-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