openai-whisper

Transcribe audio files to text locally using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, privacy-focused solution for transcribing audio files into text without relying on external APIs or requiring an API key.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Multiple Formats: Supports various output formats like plain text (txt) and subtitles (srt).
  • Use Case: Transcribe a meeting recording to generate a text transcript for easy searching and summarization.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.mp3 using the medium model and output the result as text.

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 files locally without using external APIs?

To transcribe audio locally without external APIs, use the Whisper CLI to process audio files directly on your machine. This privacy-focused approach converts speech to text without requiring an API key, outputting plain text or SRT subtitle files.

Can I generate SRT subtitles from voice notes using local speech-to-text?

Yes, you can generate SRT subtitles from voice notes using local speech-to-text. By running the Whisper CLI on your machine, you can process audio inputs and specify SRT as the output format to create subtitle files.

Do I need an API key to transcribe meeting recordings into text?

No, you do not need an API key to transcribe meeting recordings into text. This local transcription solution processes audio files directly on your hardware using the Whisper CLI, ensuring data privacy without external API dependencies.

What's the best way to transcribe video audio for text-based analysis?

The best way to transcribe video audio for text-based analysis is using the Whisper CLI. It performs local speech-to-text transcription on your machine, supporting various audio input formats and outputting text files for easy searching and summarization.

Does local transcription work with the Whisper CLI for meeting recordings?

Yes, local transcription works with the Whisper CLI for meeting recordings. It processes audio files directly on your machine, requiring only the Whisper executable, and supports output formats like TXT and SRT for generating searchable text transcripts.