openai-whisper

Transcribe audio files locally to text using the Whisper CLI.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kolbick/Kolb-Bot --skill openai-whisper-kolbick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/kolbick/Kolb-Bot/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/kolbick/Kolb-Bot --skill openai-whisper-kolbick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, API-key-free solution for transcribing audio files into text using the Whisper model.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine without relying on cloud APIs.
  • Multiple Formats: Supports various audio input formats and can output transcribed text in different formats (e.g., .txt, .srt).
  • Use Case: You have a collection of audio recordings and need to transcribe them for documentation or analysis, but you want to avoid API costs and ensure data privacy by processing locally.

Quick Start

Use whisper to transcribe the audio file located at /path/to/your/audio.mp3 using the medium model and output the text to the current directory.

Frequently Asked Questions about openai-whisper

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

FAQPage Schema
How do I transcribe audio files locally without using cloud APIs?

Local speech-to-text transcription can be performed directly on your machine using the Whisper CLI, allowing you to process audio files offline without API costs or data privacy concerns.

Can I generate SRT subtitles from audio recordings offline?

Yes, offline audio processing using the Whisper CLI supports generating subtitle files, allowing you to output transcribed text in formats like .srt and .txt from your audio recordings.

Do I need an API key to use Whisper for speech-to-text conversion?

No, a local API-key-free solution is provided for speech-to-text transcription, meaning you can transcribe audio files directly on your machine without relying on cloud APIs.

What do I need to install to perform local audio transcription with Whisper?

To perform local audio transcription, the Whisper binary must be installed and accessible in your system's PATH to execute speech-to-text processing from the command line.

How do I transcribe voice notes using the Whisper medium model?

Voice note conversion can be performed by using the Whisper CLI to transcribe your audio file, specifying the medium model and the output directory during execution.