openai-whisper

Transcribe local audio files into text or SRT/VTT captions using the Whisper CLI.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill openai-whisper-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/openai-whisper
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill openai-whisper-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribe audio locally using the Whisper CLI to produce text.

Core Features & Use Cases

  • Offline transcription and subtitling of audio files (mp3, m4a, wav) without API keys.
  • Translate speech and generate SRT/VTT captions using the local Whisper model.
  • Use case: When you need fast, private transcriptions without sending data to cloud services.

Quick Start

Transcribe an audio file locally using whisper to produce 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 locally without using cloud APIs?

Transcribe audio locally without cloud APIs by running the Whisper CLI to process audio files and output text. This approach ensures private, offline transcription of media without sending data to external services.

Can I generate SRT or VTT subtitles from an mp3 file?

Generate SRT or VTT subtitles from an mp3 file by running the local Whisper model and specifying your desired caption format. The CLI processes the audio input to produce timed subtitle files alongside standard text transcripts.

Do I need an API key to use Whisper for offline transcription?

No API key is required for offline transcription using the local Whisper CLI. You simply need a local Whisper installation to process audio files like mp3, m4a, and wav entirely on your machine.

What audio formats does the Whisper CLI support for captioning?

The Whisper CLI supports captioning for common audio formats including mp3, m4a, and wav. It processes these local files to generate text, SRT, or VTT caption outputs based on your chosen model.

How do I translate speech to text locally using Whisper?

Translate speech to text locally by applying the Whisper model to your audio files via the CLI. It performs offline translation and transcription to produce text output without relying on external API services.