speech-to-text

Installation
SKILL.md

Speech-to-Text Transcription

You can transcribe audio files to text using the OpenAI Whisper CLI tool.

Prerequisites

The following must be installed on the system:

  • openai-whisper: pip install openai-whisper
  • ffmpeg: brew install ffmpeg (macOS) or apt install ffmpeg (Linux)

Verify installation: whisper --help

Usage

To transcribe an audio file:

Related skills
Installs
1
GitHub Stars
17
First Seen
Mar 24, 2026