OpenAI Whisper

Transcribe audio files into text locally using the OpenAI Whisper command-line tool.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/feiji77-2/openclaw --skill openai-whisper-feiji77-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: OpenAI Whisper
Source: https://github.com/feiji77-2/openclaw/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/feiji77-2/openclaw --skill openai-whisper-feiji77-2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables local, offline audio transcription using the Whisper model, eliminating the need for API keys or internet connectivity for speech-to-text conversion.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine.
  • Multiple Formats: Supports various output formats like plain text and subtitles.
  • Use Case: Convert a recorded meeting in MP3 format into a text transcript for easy searching and summarization.

Quick Start

Use whisper to transcribe the audio file located at /path/to/meeting.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 to text locally without an internet connection?

Local audio transcription processes audio files into text offline using the Whisper command-line tool, eliminating the need for internet connectivity or API keys.

Do I need an API key to use Whisper for speech-to-text processing?

No API key is needed for local speech-to-text transcription. Whisper runs directly on your machine offline, requiring only the whisper binary installed and accessible in your system PATH.

Can I transcribe MP3 files into subtitles using local speech-to-text?

Yes, local speech-to-text transcription supports various audio formats including MP3 and can output multiple types such as plain text files and subtitle formats.

What is the best way to convert recorded meetings into text transcripts offline?

Offline speech-to-text transcription is the best way to convert recorded meetings into text transcripts by running the Whisper command-line tool locally with a specified model and text output format.

Does local transcription with Whisper require specific system dependencies?

Local transcription requires the whisper binary to be installed and accessible in your system PATH to execute offline speech-to-text processing without external API dependencies.