openai-whisper

Transcribe local audio files to text using the Whisper CLI.

4|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adamhjouj/shieldclaw --skill openai-whisper-adamhjouj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/adamhjouj/shieldclaw/tree/main/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/adamhjouj/shieldclaw --skill openai-whisper-adamhjouj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local transcription of audio without relying on external APIs or network access, enabling on-device conversion of speech to text.

Core Features & Use Cases

  • Local transcription with no API key required.
  • Supports multiple audio formats and models, enabling quick turnarounds for meetings, lectures, and interviews.
  • Use case: transcribe a meeting to produce a searchable transcript.

Quick Start

Transcribe a local audio file by invoking whisper with your chosen model and desired output format.

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 an API key?

You can transcribe audio locally without an API key by running the Whisper CLI to convert speech to text directly on your device, ensuring offline processing without external network dependencies. It supports common audio formats and models for meetings and lectures.

Can I convert speech to text offline for meeting transcripts?

Yes, you can convert speech to text offline for meeting transcripts by using the local Whisper CLI. Once the required models are downloaded, it runs entirely without server-side dependencies, allowing private on-device transcription of recorded audio files.

How do I use Whisper CLI options like --model and --output_format for transcription?

To use Whisper CLI for transcription, invoke the binary with your desired options like --model to select the speech-to-text model and --output_format to define the transcript structure. This processes local audio files directly from the command line.

Do I need to install the Whisper binary before transcribing audio files?

Yes, you need to install the Whisper binary before transcribing audio files. The local transcription process requires this binary to be present on your system, after which it operates independently without needing external API keys or server-side dependencies.

What is the best way to generate lecture notes from local audio recordings?

The best way to generate lecture notes from local audio recordings is using offline speech-to-text transcription via the Whisper CLI. It converts recorded lectures into searchable text formats locally, offering flexible model selection to balance accuracy and performance.

Why does local speech-to-text transcription require downloading models?

Local speech-to-text transcription requires downloading models because the Whisper CLI needs these pre-trained data structures to accurately interpret speech patterns. After this initial download, the transcription operates completely offline without requiring server-side dependencies.