Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Transcribe audio files with ElevenLabs Speech-to-Text (Scribe v2) from the local CLI. Supports diarization, events, JSON output, webhooks, and advanced STT o...
Transcribe audio files with ElevenLabs Speech-to-Text (Scribe v2) from the local CLI. Supports diarization, events, JSON output, webhooks, and advanced STT o...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
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
Set ELEVENLABS_API_KEY in your shell or OpenClaw env before running.
Defaults to scribe_v2 (the Speech-to-Text model) and uses a filesystem lock to avoid parallel requests. Requires curl and jq. For async workflows, use --webhook with optional --webhook-id and --webhook-metadata. Realtime streaming is available via scripts/realtime.sh (requires ffmpeg + websocat) and uses the scribe_v2_realtime model. Live listener mode is available via scripts/live_listen.sh with toggle/always-on modes and optional TTS response.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.