A high-performance transcription skill using Deepgram Nova-3 for lightning-fast, accurate audio-to-text conversion with speaker diarization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install deepgram-transcribe
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install deepgram-transcribe using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Deepgram Transcribe skill brings industrial-grade speech-to-text capabilities to your AI agent. By utilizing the Deepgram Nova-3 model, this skill achieves a significantly lower word error rate (5.26%) and operates 40x faster for batch processing compared to traditional Whisper models. It is an essential addition to your collection of Openclaw Skills when precision and speed are critical for processing audio data.
This skill is designed to handle a wide variety of audio formats including mp3, wav, m4a, and flac. It doesn't just transcribe; it intelligently formats numbers, dates, and punctuation while providing built-in speaker diarization to identify who said what, making it far more capable than standard transcription tools.
To use this within your suite of Openclaw Skills, you must first store your Deepgram API key. You can do this by creating a secrets file:
echo "YOUR_DEEPGRAM_API_KEY" > ~/.openclaw/secrets/deepgram-api-key.txt
Alternatively, you can set an environment variable in your shell configuration:
export DEEPGRAM_API_KEY="your-key-here"
The skill produces transcription data in multiple formats based on the user's flags. Below is the organization of the output data:
| Feature | Output Detail |
|---|---|
| Default Output | A plain text file (.txt) containing the full transcription. |
| JSON Output | A structured .json file containing timestamps, speaker labels, and confidence metrics. |
| Supported Formats | mp3, wav, m4a, ogg, flac, webm, aiff. |
| Model Options | nova-3 (default), nova-2 (budget), whisper-large (parity). |
--language flag.Loading
A physical status indicator for AI agents that uses Philips Hue lights to signal thinking and completion states.

Automate the publication of image-rich posts to Xiaohongshu via browser-based CDP control.

A professional suite for auditing, generating, and synchronizing high-quality technical documentation for any software project.

A professional-grade deep repository analysis engine that uncovers architecture styles, execution flows, and Domain-Driven Design patterns across 20+ languages.

A professional-grade security auditing tool for OpenClaw host machines that identifies vulnerabilities and system health risks.

Automatically capture, summarize, and organize meeting transcripts from Fireflies.ai into structured Markdown files.








































