openai-whisper

Transcribes audio locally via Whisper CLI without requiring API key or internet access.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local speech-to-text transcription without relying on external APIs, protecting privacy and enabling offline use.

Core Features & Use Cases

  • On-device transcription using Whisper CLI with no API key.
  • Supports multiple models and translation tasks for offline or privacy-sensitive environments.
  • Use cases include transcribing lectures, interviews, podcasts, and meetings.

Quick Start

Transcribe an audio file locally by running whisper /path/audio.mp3 --model medium --output_format txt --output_dir .

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 without an API key by using the Whisper CLI. It processes audio files entirely on-device, ensuring data privacy and enabling offline transcription for sensitive recordings.

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

Offline speech-to-text is ideal for transcribing lectures, interviews, podcasts, and meetings. The Whisper CLI handles these tasks locally, keeping your audio data securely on your device without uploading it.

How do I select a different model for local transcription?

You can select a different model for local transcription by passing the desired model name to the Whisper CLI. The selected model is automatically downloaded to your local cache directory on its first run.

Does local transcription with Whisper work completely offline?

Local transcription with Whisper works completely offline after the initial model download. The first run requires internet access to fetch models to the cache, but subsequent transcription tasks process fully offline.

What is the best way to generate text from audio files on-device?

The best way to generate text from audio files on-device is using the Whisper CLI. It transcribes your local audio files into text format directly, bypassing external APIs to maintain strict data privacy.