
Elevenlabs Plugins
- 8 repo stars
- Updated January 30, 2026
- elevenlabs/plugins
elevenlabs-plugins is a Claude Code plugin that wires ElevenLabs speech-to-text and text-to-speech into voice-driven agent sessions.
About
elevenlabs-plugins is a small Claude Code plugin bundle from elevenlabs/plugins that connects ElevenLabs voice APIs to your coding agent for bidirectional audio. developers shipping voice-enabled assistants, accessibility-friendly dev setups, or demos that need spoken UX install it when typing and reading logs is not enough. The marketplace entry lists two plugins covering STT for capturing what you say and TTS for playing back synthesized speech, with keywords spanning claude, elevenlabs, input, output, speechtotext, and texttospeech. You use it during the build phase while integrating external services rather than as a standalone app framework. Expect to bring your own ElevenLabs API credentials and Claude Code; details live in the upstream repo. It matters on Skillselion because voice is a distinct integration pattern from generic LLM chat—tagging it under build → integrations helps developers find agent peripherals without confusing them with full voice-SaaS templates.
- Bundle of 2 Claude Code plugins for voice input and voice output
- ElevenLabs speech-to-text (STT) for hands-free prompts
- ElevenLabs text-to-speech (TTS) for spoken agent responses
- Designed for Claude Code voice interaction workflows
Elevenlabs Plugins by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin install elevenlabs-plugins@elevenlabs/pluginsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 8 |
|---|---|
| Last updated | January 30, 2026 |
| Repository | elevenlabs/plugins ↗ |
What it does
Add speech-to-text and text-to-speech in Claude Code so you can talk to the agent and hear replies without leaving the terminal workflow.
Who is it for?
Best when you're prototyping voice-first agents or accessible Claude Code setups and already use ElevenLabs.
Skip if: Skip if you need a hosted voice product, telephony stack, or plugins unrelated to ElevenLabs APIs.
What you get
After installing the bundle, you can speak prompts and hear synthesized responses through ElevenLabs-backed STT and TTS inside your Claude Code workflow.
- STT capture path from microphone into Claude Code
- TTS playback of agent replies via ElevenLabs
- Two-plugin voice interaction bundle registered in Claude Code
By the numbers
- Plugin count: 2
- Repository: elevenlabs/plugins
- Catalog source: auto
Recommended Plugins
How it compares
Voice API integration bundle, not a general-purpose coding skill or MCP server catalog.
FAQ
Who is Elevenlabs Plugins for?
It is for developers using Claude Code who want ElevenLabs-powered speech input and audio output in the same session.
When should I use Elevenlabs Plugins?
Use it while building or extending an agent workflow when you are ready to add STT/TTS instead of keyboard-only interaction.
How do I add Elevenlabs Plugins to my agent?
Register the elevenlabs/plugins marketplace bundle in Claude Code, install both listed plugins, and configure your ElevenLabs API access per the repository docs.