Speech-to-text input for Claude Code using ElevenLabs API.
- Add the marketplace:
/plugin marketplace add elevenlabs/claude-plugins - Install the plugin:
/plugin install elevenlabs-stt - Allow microphone access when prompted
- Run
/elevenlabs-stt:setupto install dependencies and configure API key - Run
/elevenlabs-stt:startto start the daemon - Press
Ctrl+Shift+Spaceto start recording, press again to stop
Configuration is stored at ~/.claude/plugins/elevenlabs-stt/config.toml.
The API key can be set via:
ELEVENLABS_API_KEYenvironment variable- Config file
/elevenlabs-stt:setup- Initial setup/elevenlabs-stt:start- Start daemon/elevenlabs-stt:stop- Stop daemon/elevenlabs-stt:status- Show status/elevenlabs-stt:config- Configure settings