Deepgram Transcribe
/install deepgram-transcribe
Deepgram Nova-3 Transcription
Transcribe audio files using Deepgram's Nova-3 model — more accurate and faster than OpenAI Whisper.
Why Deepgram over Whisper
- 5.26% word error rate (vs ~8-10% for Whisper)
- 40x faster for batch processing
- Built-in speaker diarization (who said what)
- Smart formatting (numbers, dates, punctuation)
- $200 free credits on signup at deepgram.com
Setup
Store your API key:
echo "YOUR_DEEPGRAM_API_KEY" > ~/.openclaw/secrets/deepgram-api-key.txt
Or set the environment variable:
export DEEPGRAM_API_KEY="your-key-here"
Usage
bash scripts/transcribe.sh /path/to/audio.mp3
bash scripts/transcribe.sh recording.mp3 --out transcript.txt
bash scripts/transcribe.sh recording.mp3 --json --out full.json
bash scripts/transcribe.sh recording.mp3 --language es
bash scripts/transcribe.sh recording.mp3 --model nova-2
Models
| Model | WER | Cost/min | Best for |
|---|---|---|---|
| nova-3 (default) | 5.26% | $0.0077 | Best accuracy |
| nova-2 | ~8% | $0.0043 | Budget-friendly |
| whisper-large | ~8-10% | $0.0048 | Whisper parity |
Supported Formats
mp3, wav, m4a, ogg, flac, webm, aiff
Fallback
If DEEPGRAM_API_KEY is not set, use the OpenAI Whisper skill instead (if installed).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deepgram-transcribe - After installation, invoke the skill by name or use
/deepgram-transcribe - Provide required inputs per the skill's parameter spec and get structured output
What is Deepgram Transcribe?
Transcribe audio via Deepgram Nova-3 API (5.26% WER, 40x faster than Whisper, built-in speaker diarization). Use when user asks to transcribe audio, podcasts... It is an AI Agent Skill for Claude Code / OpenClaw, with 423 downloads so far.
How do I install Deepgram Transcribe?
Run "/install deepgram-transcribe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Deepgram Transcribe free?
Yes, Deepgram Transcribe is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Deepgram Transcribe support?
Deepgram Transcribe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Deepgram Transcribe?
It is built and maintained by Jesse Wunderlich (@jessewunderlich); the current version is v1.0.0.