Elevenlabs Plugins
elevenlabs-plugins is a Claude Code plugin for the Build phase that wires ElevenLabs speech-to-text and text-to-speech into voice-driven agent sessions.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install elevenlabs-plugins@elevenlabs/pluginsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:elevenlabs/plugins") and the paste-ready config with skillselion.get_install_config("plugin:elevenlabs/plugins").
What it does
elevenlabs-plugins is a small Claude Code plugin bundle from elevenlabs/plugins that connects ElevenLabs voice APIs to your coding agent for bidirectional audio. Solo builders 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 builders find agent peripherals without confusing them with full voice-SaaS templates.
Highlights
- 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
Why builders use it
Typing every prompt and reading long agent replies breaks flow when you want natural voice interaction while coding with Claude Code.
After installing the bundle, you can speak prompts and hear synthesized responses through ElevenLabs-backed STT and TTS inside your Claude Code workflow.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 4 stars, 0 votes.
FAQ
Who is elevenlabs-plugins for?
It is for solo and indie 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.
Comments
Share how you use elevenlabs-plugins, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.