groq-media-transcript

Installation
SKILL.md

Groq Media Transcript

Each invocation accepts exactly one input source.

Default output is a timestamped transcript. Do not generate a summary unless the user explicitly asks for one.

Workflow

  1. Identify the input type (local file path or public media/page URL).
  2. Run scripts/transcribe.sh with the input path or URL. The script runs the read-only dependency preflight immediately after it determines file vs url, before ffprobe, ffmpeg, URL resolution, or Groq requests.
  3. If the script exits with status 2, show its suggestions and stop. Never run apt, mise install, mise use, pipx install, or any other installation command yourself. Wait for the user to confirm that the tools are installed, then rerun the same transcription command.
  4. Return the transcript as timestamped lines in the script's output format.
Installs
4
First Seen
Aug 12, 2026
groq-media-transcript — zewelor/agents-skills