openai-whisper

Transcribe audio files locally using the Whisper CLI.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/moshehbenavraham/crocbot --skill openai-whisper-moshehbenavraham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/moshehbenavraham/crocbot/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/moshehbenavraham/crocbot --skill openai-whisper-moshehbenavraham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribes audio locally using the Whisper CLI, enabling offline speech-to-text without API keys.

Core Features & Use Cases

  • Offline transcription: convert audio to text on-device without network access.
  • Model flexibility: choose Whisper models for speed vs accuracy.
  • CLI-friendly: simple commands to convert audio to text or subtitle formats.

Quick Start

Transcribe an audio file by running whisper on your local machine.

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 offline on my local machine?

You can transcribe audio offline by running the Whisper CLI locally on your machine. It processes speech-to-text directly on-device without requiring network access or API keys.

Can I use local transcription for podcasts and meetings without an internet connection?

Yes, local transcription works for podcasts, lectures, meetings, and voice notes entirely offline. The Whisper CLI converts your audio files to text without any network connectivity required.

What do I need to run the Whisper CLI for speech-to-text?

You need the whisper binary installed on your system. Local model downloads are stored automatically in the ~/.cache/whisper directory during the transcription setup process.

How do I choose a Whisper model for speed or accuracy?

The Whisper CLI supports model selection, allowing you to choose specific models based on whether you prioritize transcription speed or accuracy for your audio files.

Does offline transcription require API keys to convert audio to text?

No, offline transcription using the Whisper CLI does not require API keys. It runs entirely on your local machine, ensuring privacy and eliminating external service dependencies.