openai-whisper

Transcribe audio files to text locally using the Whisper CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fame0528/Savant-dead --skill openai-whisper-fame0528
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/fame0528/Savant-dead/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/fame0528/Savant-dead --skill openai-whisper-fame0528

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables local speech-to-text transcription of audio files without requiring an API key, making it a cost-effective and private solution.

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 output formats like TXT and SRT.
  • Use Case: Transcribe a meeting recording or a voice memo into a text document for easy searching and reference.

Quick Start

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

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?

You can transcribe audio locally without an API key by using the Whisper CLI to process speech-to-text directly on your machine. This method ensures privacy and eliminates cloud costs by keeping the entire transcription process offline.

Can I transcribe meeting recordings into text documents for easy searching?

Yes, you can transcribe meeting recordings into searchable text documents using local speech-to-text transcription. Processing audio files through the Whisper CLI converts spoken content into text formats like TXT, enabling easy reference and searchability.

Does local transcription support multiple audio input formats and output formats like SRT?

Yes, local transcription supports various audio input formats and outputs files in formats like TXT and SRT. This allows you to generate text documents or subtitle files directly from your audio recordings using the Whisper CLI.

What do I need to configure to perform speech-to-text on my machine?

To perform speech-to-text on your machine, you need the Whisper binary installed and configured for local execution. Once the CLI environment is set up, you can transcribe audio files directly without requiring external dependencies.

Is local speech-to-text a cost-effective solution for transcribing voice notes?

Yes, local speech-to-text is a cost-effective solution for transcribing voice notes because it does not require an API key. You can process voice memos locally using the Whisper CLI to create text documents without incurring cloud usage fees.