openai-whisper

Transcribe audio files locally using the Whisper CLI.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill openai-whisper-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/bitan-del/gods-eye --skill openai-whisper-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a fast, offline way to convert spoken audio into text using the Whisper CLI, without requiring API keys or internet access.

Core Features & Use Cases

  • Local transcription of audio files with optional language/translation modes.
  • Works offline once the Whisper model is cached on the host.
  • Use cases include transcribing interviews, meetings, podcasts, or generating transcripts for analysis.

Quick Start

Transcribe an audio file locally by running whisper on your file.

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 an internet connection?

Local audio transcription without internet access requires using the Whisper CLI with cached models. This skill executes speech-to-text processing entirely offline on your host machine, converting spoken audio into text without needing API keys.

Can I run batch transcription for multiple audio files offline?

Yes, offline batch transcription is supported by this Whisper CLI skill. You can process multiple audio files sequentially on your local machine, converting speech into text for meetings, interviews, or podcasts without internet connectivity.

Do I need an API key to convert speech to text using Whisper?

No API key is needed to convert speech to text using this local Whisper approach. The skill operates entirely offline by leveraging the Whisper binary and local model caches, ensuring your audio data remains private on your host machine.

What is the best way to transcribe podcasts locally for text analysis?

The best way to transcribe podcasts locally for text analysis is using the Whisper CLI for offline speech-to-text conversion. This skill handles single-file transcripts and batch processing, generating accurate text outputs without requiring external API access.

Does offline transcription with Whisper support translation tasks?

Offline transcription with Whisper supports optional translation modes alongside standard speech-to-text conversion. The skill processes audio files locally using cached models, enabling both monolingual transcripts and translated text outputs without internet access.

Why does local speech-to-text transcription require a Whisper binary?

Local speech-to-text transcription requires the Whisper binary because it serves as the core engine for converting spoken audio into text. Once installed and the model is cached, the binary executes all offline transcription and translation tasks independently on your machine.