openai-whisper

Transcribe audio files locally using the OpenAI Whisper CLI.

5|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/loa-beauvoir --skill openai-whisper-0xhoneyjar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/0xHoneyJar/loa-beauvoir/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/0xHoneyJar/loa-beauvoir --skill openai-whisper-0xhoneyjar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for local speech-to-text transcription without relying on external APIs or requiring an API key, ensuring privacy and offline functionality.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • No API Key Required: Operates entirely offline, making it suitable for sensitive audio data.
  • Use Case: Transcribe a recorded meeting or a voice memo without sending the audio to a cloud service.

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 transcribe audio files locally without an API key?

You can transcribe audio files locally without an API key by using the Whisper CLI to perform speech-to-text directly on your machine, ensuring privacy and offline functionality.

What's the best way to transcribe voice recordings offline?

The best way to transcribe voice recordings offline is by using the local Whisper CLI, which processes speech-to-text entirely on your machine without sending audio to external cloud services.

Does local speech-to-text transcription work for sensitive audio data?

Local speech-to-text transcription works securely for sensitive audio data by operating entirely offline, meaning no audio files or API keys are sent to external cloud services.

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

Yes, you need the Whisper executable installed and available in your system's PATH to execute local speech-to-text transcription on audio files through the CLI.

Can I output transcriptions as text files from voice memos?

You can output transcriptions as text files from voice memos by running the Whisper CLI, which processes local audio files and generates text transcription outputs.

What audio formats can I transcribe using local speech-to-text?

You can transcribe various audio formats using local speech-to-text, as the Whisper CLI supports transcribing voice recordings, meetings, and audio notes directly from your machine.