openai-whisper

Transcribe audio locally using the Whisper CLI without API keys.

330|61|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/eggent-ai/eggent --skill openai-whisper-eggent-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/eggent-ai/eggent/tree/main/bundled-skills/openai-whisper
Command: npx skills add https://github.com/eggent-ai/eggent --skill openai-whisper-eggent-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local transcription of audio data on-device using the Whisper CLI, enabling privacy-preserving speech-to-text without relying on external APIs.

Core Features & Use Cases

  • Local on-device transcription using Whisper CLI with optional model selection and output formats.
  • No API keys required; preserves privacy and operates offline.
  • Use case: transcribe lectures, interviews, or meetings in environments with restricted or sensitive data.

Quick Start

Run Whisper on your audio file to generate a transcript locally, selecting a suitable model and output format to fit your needs.

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 sending data to external APIs?

Local transcription preserves privacy by processing audio entirely on-device. This approach requires no API keys and operates offline, preventing sensitive data from leaving your environment.

Can I transcribe meetings and interviews offline using whisper speech-to-text?

Yes, offline transcription of meetings and interviews is fully supported. It processes audio files locally on your machine, ensuring that confidential business data remains secure.

Do I need an API key to use whisper for local speech-to-text transcription?

No API key is needed for local whisper transcription. It utilizes the local model cache and operates completely offline, eliminating the need for external service authentication.

How do I run whisper transcription from the command-line?

Run the whisper CLI on your audio file to generate a transcript locally. You can select a suitable model, such as the default turbo, and specify your desired output format.

What is the best way to transcribe lectures securely without cloud services?

On-device transcription via the Whisper CLI is the best method for secure lecture transcription. It processes audio locally without relying on cloud APIs, protecting student and speaker privacy.

What are the limitations of local whisper transcription?

Local transcription requires the whisper CLI to be pre-installed via package managers like Brew. It also relies on local hardware resources and utilizes disk space for the model cache.