openai-whisper

Transcribe and translate audio files locally using the OpenAI Whisper CLI.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill openai-whisper-balaraj74
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/balaraj74/F.R.I.D.A.Y/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill openai-whisper-balaraj74

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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 for converting spoken words into text.

Core Features & Use Cases

  • Local Transcription: Transcribes audio files directly on your machine using the Whisper CLI.
  • Translation: Can translate audio from various languages into English.
  • Use Case: Quickly transcribe meeting recordings or voice notes into text documents 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 transcription 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 perform local speech-to-text transcription on audio files without an API key?

Local speech-to-text transcription can be performed directly on your machine using the OpenAI Whisper CLI, which converts spoken audio into text without requiring any API key.

Can I translate audio files from different languages into English text locally?

Yes, Whisper CLI supports local translation of audio files from various languages into English text, providing a private and cost-effective solution for multilingual audio processing.

Do I need to install the whisper binary before transcribing audio files?

Yes, you must install the whisper binary and ensure it is accessible in your system's PATH before you can use this local speech-to-text transcription functionality.

How do I optimize speech-to-text accuracy and speed when transcribing meeting recordings?

You can optimize transcription accuracy and speed by selecting different model sizes available in the Whisper CLI, such as the medium model, to balance processing speed and text output quality.

What audio formats are supported for local transcription using Whisper?

The Whisper CLI supports various audio formats for local speech-to-text transcription, allowing you to process different types of meeting recordings and voice notes directly.

What are the limitations of using local AI models for speech-to-text translation?

Limitations of local speech-to-text processing include the requirement to have the whisper binary installed and accessible in your system's PATH, alongside hardware constraints tied to chosen model sizes.