/install elevenlabs-stt-openclaw
ElevenLabs Speech-to-Text (Local CLI)
Use
Run the script in scripts/transcribe.sh with an audio file path or URL.
Examples:
scripts/transcribe.sh /path/to/audio.mp3
scripts/transcribe.sh /path/to/audio.mp3 --diarize --lang en
scripts/transcribe.sh /path/to/audio.mp3 --json
scripts/transcribe.sh /path/to/audio.mp3 --webhook --webhook-metadata '{"job":"call-001"}'
scripts/transcribe.sh --url https://example.com/audio.mp3 --lang en
Environment
Set ELEVENLABS_API_KEY in your shell or OpenClaw env before running.
Notes
- Defaults to
scribe_v2(the Speech-to-Text model) and uses a filesystem lock to avoid parallel requests. - Requires
curlandjq. - For async workflows, use
--webhookwith optional--webhook-idand--webhook-metadata. - Realtime streaming is available via
scripts/realtime.sh(requiresffmpeg+websocat) and uses thescribe_v2_realtimemodel. - Live listener mode is available via
scripts/live_listen.shwith toggle/always-on modes and optional TTS response.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install elevenlabs-stt-openclaw - After installation, invoke the skill by name or use
/elevenlabs-stt-openclaw - Provide required inputs per the skill's parameter spec and get structured output
What is ElevenLabs STT OpenClaw?
Transcribe audio files with ElevenLabs Speech-to-Text (Scribe v2) from the local CLI. Supports diarization, events, JSON output, webhooks, and advanced STT o... It is an AI Agent Skill for Claude Code / OpenClaw, with 481 downloads so far.
How do I install ElevenLabs STT OpenClaw?
Run "/install elevenlabs-stt-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ElevenLabs STT OpenClaw free?
Yes, ElevenLabs STT OpenClaw is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ElevenLabs STT OpenClaw support?
ElevenLabs STT OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ElevenLabs STT OpenClaw?
It is built and maintained by xHUNx (@xhunx); the current version is v1.2.2.