groq-stt

Installation
SKILL.md

Groq STT Skill

This skill uploads an audio file to the Groq Speech-to-Text API and saves the transcription.

Usage

# 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

Output

  • Writes a {filename}_transcript.txt next to the input file.

Notes

Installs
71
First Seen
Feb 11, 2026
groq-stt — 958877748/skills