openai-whisper

Transcribes local audio to text offline using Whisper CLI without API key.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/abhiunix/community-registry --skill openai-whisper-abhiunix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/abhiunix/community-registry/tree/main/skills/media/openai-whisper
Command: npx skills add https://github.com/abhiunix/community-registry --skill openai-whisper-abhiunix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribes audio locally using Whisper CLI, enabling private speech-to-text without sending audio to external services.

Core Features & Use Cases

  • Local transcription with offline model downloads to your machine.
  • Supports multiple audio formats and translation vs transcription options.
  • Use Case: private, confidential recordings can be transcribed without network access.

Quick Start

Run whisper on a local audio file to generate a 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 sending files to an external service?

The offline transcription process downloads the Whisper model to your local cache on the first run, defaulting to the turbo model to balance speed and accuracy for on-device speech-to-text processing.

Do I need a network connection for offline speech-to-text?

Offline speech-to-text requires network access only for the initial model download to your cache; subsequent transcription runs process audio files locally without any network connection.

Can I use local transcription for confidential audio recordings?

Local transcription is ideal for confidential audio recordings because it processes media files entirely on-device, ensuring private speech-to-text without exposing sensitive data to external APIs.

What is the default model used for local audio transcription?

Local audio transcription defaults to the turbo model unless configured otherwise, requiring the Whisper CLI to be installed on your machine to generate text from media files.

Does offline transcription support audio translation as well as speech-to-text?

Offline transcription supports both translation and transcription options, allowing you to convert local audio files into text or translate spoken content directly using the Whisper CLI.