openai-whisper

Transcribe audio files to text locally using the Whisper CLI.

34|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/mangiapanejohn-dev/Resonix-AG --skill openai-whisper-mangiapanejohn-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/mangiapanejohn-dev/Resonix-AG/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/mangiapanejohn-dev/Resonix-AG --skill openai-whisper-mangiapanejohn-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, command-line interface for converting spoken audio into written text, eliminating the need for an internet connection or API keys.

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 subtitle formats.
  • Use Case: You need to transcribe a long meeting recording stored on your computer without uploading it to a cloud service. Use this Skill to quickly generate a text transcript locally.

Quick Start

Use whisper to transcribe the audio file located at /path/to/your/audio.mp3 using the medium model and output the result as 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 audio files locally without an internet connection?

You can transcribe audio files locally without an internet connection by using the Whisper CLI to process audio directly on your machine. This local speech-to-text approach eliminates the need for cloud services or API keys.

What audio formats does the Whisper CLI support for local speech-to-text?

Local speech-to-text via the Whisper CLI supports various audio input formats for transcription. It processes these files locally and can output the resulting transcriptions in either plain text or subtitle formats.

Do I need to install the whisper binary before using this local transcription Skill?

Yes, you need the whisper binary installed and configured for local model execution to use this speech-to-text Skill. This prerequisite allows the command-line interface to perform offline transcription directly on your machine.

Can I use local speech-to-text for privacy-sensitive audio processing?

Yes, local speech-to-text is ideal for privacy-sensitive audio processing because it transcribes files directly on your machine. This offline approach ensures that sensitive meeting recordings or audio data are never uploaded to an external cloud service.

How do I transcribe a meeting recording using the Whisper CLI?

To transcribe a meeting recording, use the whisper command to specify your audio file path, select a model like medium, and output the result as a text file. This quickly generates a local transcript of your stored audio.

What is the best way to convert spoken audio to text offline?

The best way to convert spoken audio to text offline is using a local command-line interface like the Whisper CLI. It processes audio files directly on your machine, providing privacy-sensitive transcription without requiring an internet connection.