openai-whisper

Transcribes and translates audio files locally via the Whisper CLI.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lehalpaul/agents --skill openai-whisper-lehalpaul
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/lehalpaul/agents/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/lehalpaul/agents --skill openai-whisper-lehalpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, privacy-preserving solution for converting spoken audio into written text without relying on external APIs or internet connectivity.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Translation: Translate audio from various languages into English text.
  • Use Case: Transcribe a recorded meeting or a voice memo into a text document for easy searching and editing, ensuring your audio data remains private.

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 an audio file locally without an internet connection?▼

Local speech-to-text transcription can be performed directly on your machine using the Whisper CLI, converting your audio files to text without relying on external APIs or internet connectivity.

Can I translate spoken audio from another language into English text?▼

Yes, you can translate audio content from various languages into English text locally using the Whisper CLI, ensuring your translated audio data remains completely private.

Do I need to install anything specific to run local speech-to-text transcription?▼

Yes, local speech-to-text transcription requires the whisper binary to be installed and accessible in your system's PATH before you can begin transcribing audio files.

How do I transcribe a voice memo using the Whisper CLI?▼

To transcribe a voice memo, use the whisper CLI to process the audio file located at a specific path, selecting a model like medium and outputting the transcription as a text file.

What is the best way to ensure my audio data remains private during transcription?▼

Using a local speech-to-text solution like the Whisper CLI is the best way to ensure privacy, as it processes transcriptions directly on your machine without sending audio data to external services.