Deepgram Asr

PassAudited by ClawScan on Feb 25, 2026.

Overview

The skill does what it says: a small shell script posts local audio to Deepgram's API using curl and a single DEEPGRAM_API_KEY; requirements and behavior are consistent with its transcription purpose.

This skill appears coherent and limited: it will send any audio you give it to Deepgram over HTTPS using the DEEPGRAM_API_KEY you provide. Before installing, ensure you are comfortable that audio will be transmitted to Deepgram (check their data retention/privacy policy). Test with non-sensitive audio first. You can review the included scripts/transcribe.sh (already provided) — it validates inputs and uses secure HTTPS — and run the script locally to confirm behavior. If you do not want network transmission of audio, do not install or provide your API key.