transcribe

Transcribe audio files to plain text via the Groq Whisper API.

6|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/junghan0611/agent-config --skill transcribe-junghan0611
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/junghan0611/agent-config/tree/main/skills/transcribe
Command: npx skills add https://github.com/junghan0611/agent-config --skill transcribe-junghan0611

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

Speech-to-text transcription using Groq Whisper API to convert audio content into searchable, editable text.

Core Features & Use Cases

  • Supports m4a, mp3, wav, ogg, flac, webm
  • Returns plain text transcription to stdout
  • Requires GROQ_API_KEY and an audio file
  • Use cases: turning podcasts, meetings, and voice notes into transcripts for indexing and search

Quick Start

Run the transcribe.sh script with an audio file path to generate a transcription.

Frequently Asked Questions about transcribe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio to text using Groq Whisper?

You can transcribe audio to text by running the provided script with your audio file path, which sends the audio to the Groq Whisper API and outputs the resulting plain text transcription to stdout.

What audio formats does Groq Whisper transcription support?

Groq Whisper transcription supports m4a, mp3, wav, ogg, flac, and webm audio formats, allowing you to convert various multimedia recordings into plain text.

Do I need an API key to convert speech to text?

Yes, you need a GROQ_API_KEY and an audio file to convert speech to text, as the script relies on the Groq Whisper API for processing the audio recordings.

How can I generate meeting minutes from an audio recording?

You can generate meeting minutes from an audio recording by providing the audio file to the script, which leverages the Groq Whisper API to deliver fast and accurate plain text transcripts.

Does curl support sending audio files for speech-to-text conversion?

Curl supports sending audio files for speech-to-text conversion by making the necessary HTTP requests to the Groq Whisper API using your GROQ_API_KEY and returning the text output to stdout.

What is the best way to get podcast notes from an m4a file?

The best way to get podcast notes from an m4a file is using this transcription script, which processes the m4a audio via the Groq Whisper API to produce searchable and editable plain text output.