Loading...
Loading...
Transcribe audio files using Groq API (Whisper models). Use when user needs to transcribe audio to text.
npx skill4agent add 958877748/skills groq-stt# set your API key (or use .env in the repo root)
export GROQ_API_KEY=your_api_key_here
# run the script with a path to an audio file
node scripts/transcribe.mjs /path/to/audio.mp4{filename}_transcript.txtwhisper-large-v3-turbo