openai-whisper

Transcribe audio files to text or SRT subtitles using the Whisper CLI.

455|34|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/understudy-ai/understudy --skill openai-whisper-understudy-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/understudy-ai/understudy/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/understudy-ai/understudy --skill openai-whisper-understudy-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, privacy-focused solution for converting audio files into text without relying on external APIs or requiring an API key.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Multiple Formats: Supports various audio input formats and can output transcriptions in plain text or SRT subtitle format.
  • Use Case: Transcribe a recorded meeting or a voice memo into a text document for easy searching and editing.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.mp3 using the medium model and output the result as text.

Frequently Asked Questions about openai-whisper

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

FAQPage Schema
How do I transcribe an audio file locally without an API key?

Local speech-to-text transcription transcribes audio files directly on your machine using the Whisper CLI, ensuring privacy without external APIs. It converts meetings or voice notes into plain text or SRT subtitle formats.

Do I need the whisper executable installed to transcribe audio files?

Yes, local speech-to-text transcription requires the whisper executable to be installed and available in the system's PATH. This setup allows the Skill to process audio inputs and generate text or SRT outputs.

Can I output SRT subtitle formats from my audio recordings?

Yes, local speech-to-text transcription supports outputting results as SRT subtitle formats. It processes various audio input formats locally via the Whisper CLI to generate accessible text or subtitle files.

What is the best way to transcribe meetings and interviews locally?

Local speech-to-text transcription is ideal for transcribing meetings and interviews. By using the Whisper CLI directly on your machine, it securely converts recorded audio into editable text or subtitle formats.