agents
The ElevenLabs Agents platform provides tools to build and deploy voice AI agents using various LLM providers, custom tools, and web integration. It supports real-time voice conversations, workflow branching, and safety guardrails.
Is agents safe to install?
Review the source first: our audit of agents's source files found 5 shell commands, 5 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands for CLI management and performs network requests to ElevenLabs APIs and external webhooks.
How we audit skills: our security review methodology.
Who is this skill for?
Developers building voice assistants, customer service bots, and interactive voice characters.
What can you do with it?
- Building voice-enabled customer service bots
- Creating interactive voice characters
- Developing voice assistants with custom tool integration
- Implementing multi-step conversational workflows
How good is this skill?
Quality score: 9/10. The documentation is comprehensive and provides clear examples for CLI, Python, and JavaScript integrations. It includes specific configuration details and safety guardrail implementation.
What does the skill file contain?
# ElevenLabs Agents Platform Build voice AI agents with natural conversations, multiple LLM providers, custom tools, and easy web embedding. > **Setup:** See [Installation Guide](references/installation.md) for CLI and SDK setup. ## Quick Start with CLI The ElevenLabs CLI is the recommended way to create and manage agents: ```bash # Install CLI and authenticate npm install -g @elevenlabs/cli elevenlabs auth login # Initialize project and create an agent elevenlabs agents init elevenlabs agents add "My Assistant" --template complete # Push to ElevenLabs platform elevenlabs agents push ``...
Frequently asked questions
What LLM providers does the platform support?
The platform supports OpenAI, Anthropic, Google, and ElevenLabs models, as well as custom LLM endpoints.
How do I handle WebRTC connection issues?
If experiencing handshake failures with newer livekit-client versions, add an override for livekit-client version 2.16.1 to your package.json.
Can I define custom tools for my agent?
Yes, you can define webhook tools for server-side API calls or client tools that execute in the browser.
Related skills
ai-seo
70.6KContent creators, SEO professionals, and digital marketers aiming to improve their brand's presence in AI-generated search results
The ai-seo skill provides a framework for optimizing web content to increase visibility and citation rates in AI-powered search engines and LLM-based assistants like ChatGPT, Perplexity, and Google AI Overviews.
text-to-speech
7.4KDevelopers building voice-enabled AI agents, voice applications, or automated narration systems
The text-to-speech skill enables AI agents to convert text into natural-sounding audio using ElevenLabs voice models. It supports multiple languages, voice customization, streaming for real-time applications, and various output formats.
speech-to-text
5.4KDevelopers building applications that require audio or video transcription, meeting analysis, or live voice processing
The ElevenLabs speech-to-text skill provides transcription services using the Scribe v2 and Scribe v2 Realtime models. It supports batch processing, real-time streaming, speaker diarization, word-level timestamps, and multi-channel audio transcription.
autoresearchclaw-autonomous-research
1.5KResearchers and developers who need to automate the academic paper generation process, including literature collection, experiment execution, and citation verification
AutoResearchClaw is an autonomous 23-stage research pipeline that converts a natural language topic into an academic paper. It performs literature reviews using arXiv and Semantic Scholar, executes sandboxed Python experiments, conducts multi-agent peer reviews, and generates LaTeX deliverables.