openai-whisper

Transcribe audio files locally using the Whisper CLI with model selection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribe audio locally without relying on external APIs, enabling privacy-preserving transcription workflows.

Core Features & Use Cases

  • Local, offline transcription using whisper CLI.
  • Supports multiple models for speed and accuracy.
  • Use case: transcribe interviews, meeting recordings, podcasts without sending data to the cloud.

Quick Start

Run whisper on your audio file to generate a transcript using a chosen model.

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 the cloud?

Transcribe audio locally by running the Whisper CLI on your audio files, ensuring data privacy by processing speech-to-text entirely offline without relying on external APIs. This approach is ideal for sensitive meeting recordings and interviews.

Can I use Whisper for offline speech-to-text transcription of podcasts?

Yes, Whisper supports offline speech-to-text transcription for podcasts. The CLI operates locally to convert your audio content into text, allowing you to process media files without an active internet connection or cloud dependencies.

Does local transcription support different models for speed and accuracy?

Local transcription supports multiple Whisper models for selection, allowing you to balance speed and accuracy based on your hardware capabilities. Choosing a smaller model yields faster processing, while larger models provide higher precision text output.

What is the best way to transcribe interviews without compromising data privacy?

The best way to maintain data privacy is using an offline approach with the local Whisper CLI to transcribe interviews. This method processes audio files directly on your machine, preventing personal or sensitive note-taking data from leaving your environment.

Do I need an internet connection to use local speech-to-text?

No, an internet connection is not required for local speech-to-text because the Whisper CLI operates entirely offline. Once configured, it processes audio content and generates text transcripts independently without any external network access.

When should I avoid using cloud APIs for audio transcription?

Avoid cloud APIs for audio transcription when working with sensitive meeting recordings or personal note-taking where data privacy matters. In these cases, an offline local approach ensures confidential audio content never leaves your device.