openai-whisper

Transcribe audio locally using the Whisper CLI without external APIs.

14|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill openai-whisper-openclaw-easy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/openclaw-easy/openclaw-easy-desktop/tree/main/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill openai-whisper-openclaw-easy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribes audio locally using Whisper CLI, preserving privacy by avoiding cloud services.

Core Features & Use Cases

  • Local transcription with the Whisper CLI for offline processing.
  • Supports transcription and translation tasks via the --task option and various output formats.
  • Use cases include meeting notes, lectures, podcasts, and any audio-to-text workflow with data privacy requirements.

Quick Start

Run Whisper on your audio file to produce a local transcription.

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

You can transcribe audio locally by running the Whisper CLI, which processes files offline and produces text outputs without requiring an external API key. This ensures data privacy by avoiding cloud services.

Can I use Whisper for speech-to-text translation and different output formats?

Yes, Whisper supports translation via the --task translate option and allows you to specify various output formats using the --output_format option for your speech-to-text files.

Do I need to install the whisper binary for offline transcription?

Yes, offline transcription requires the whisper binary to be installed. On the first run, the system automatically downloads and stores the necessary models in the ~/.cache/whisper directory.

Can I select a specific model size for local transcription?

Yes, you can select a specific model for local transcription by using the --model option when executing the Whisper CLI, allowing you to balance processing speed and accuracy.

What is the best way to transcribe lectures and podcasts with privacy requirements?

Local transcription using the Whisper CLI is the best way to handle privacy-conscious workflows for lectures, meetings, and podcasts, as it processes audio entirely offline without uploading data to external servers.

Why does Whisper store downloaded models on the first run?

Whisper stores downloaded models in ~/.cache/whisper on the first run to enable fully offline transcription. This local caching ensures subsequent speech-to-text processing does not require an internet connection.