Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Command-line tool for fast, accurate speech-to-text transcription from local files, URLs, or live audio using Deepgram’s API with customizable options.
Command-line tool for fast, accurate speech-to-text transcription from local files, URLs, or live audio using Deepgram’s API with customizable options.
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. 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. Summarize what changed and any follow-up checks I should run.
@deepgram/cli — command-line interface for Deepgram speech-to-text.
npm install -g @deepgram/cli
deepgram login Uses your Deepgram API key (stored locally).
deepgram listen prerecorded audio.wav
deepgram listen prerecorded audio.wav \ --model nova-2 \ --language en \ --punctuate \ --diarize
deepgram listen prerecorded https://example.com/audio.mp3
cat audio.wav | deepgram listen prerecorded -
deepgram listen microphone Stop with Ctrl+C. Congrats, you just dictated reality.
deepgram listen prerecorded audio.wav > transcript.json
deepgram listen prerecorded audio.wav --format text
--model – nova-2, general, etc. --language – en, tr, de, … --punctuate – adds punctuation --diarize – speaker separation --format – json, text, srt, vtt
Reach content (file / URL / mic) Run deepgram listen Capture output (JSON or text) Post-process (search, summarize, subtitle)
CLI-based speech-to-text Local, remote, and live audio Scriptable, pipe-friendly Fast, accurate, no UI nonsense Deepgram CLI: because keyboards are overrated.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.