openai-whisper

Transcribe local audio files to text using the Whisper CLI.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/hcnimi/clawdis --skill openai-whisper-hcnimi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/hcnimi/clawdis/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/hcnimi/clawdis --skill openai-whisper-hcnimi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribing audio manually is time-consuming and error-prone, especially for long recordings or batches. Running transcription services in the cloud can raise privacy concerns; Whisper CLI enables on-device transcription without API keys, keeping data local.

Core Features & Use Cases

  • Local, offline transcription using the Whisper CLI without needing an API key.
  • Supports common audio formats (e.g., mp3, wav, m4a) and different Whisper models for speed/accuracy.
  • Use cases include transcribing lectures, interviews, podcasts, and meeting recordings for quick notes or archives.

Quick Start

Transcribe a local audio file using whisper with a chosen model to generate a text transcript.

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 internet connection?

You can transcribe audio files locally by using the Whisper CLI, which processes speech-to-text entirely offline on your device without requiring network access or API keys.

Can I use offline speech-to-text for transcribing lectures and podcasts?

Offline speech-to-text via the Whisper CLI supports transcribing lectures, interviews, podcasts, and meeting recordings directly on personal devices to generate text transcripts.

What do I need to run local transcription with Whisper on my device?

Local transcription requires installing the Whisper CLI and selecting a Whisper model, allowing on-device processing of common audio formats like mp3, wav, and m4a.

Does offline transcription work without sending audio data to the cloud?

Offline transcription works entirely on your device, keeping audio data local without network access, which prevents privacy concerns associated with cloud-based transcription services.

How do I choose a Whisper model for local audio transcription?

Choosing a Whisper model for local audio transcription involves selecting from available options to balance speed and accuracy when processing audio files via the Whisper CLI.