openai-whisper

Transcribe audio files locally using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Whisper enables private, offline transcription of audio without sending data to external APIs, addressing privacy concerns and API cost considerations.

Core Features & Use Cases

  • Local transcription: Transcribe audio on-device with Whisper CLI.
  • Privacy-focused: Keeps data processing on your machine.
  • Flexible use: Transcribe interviews, podcasts, and meeting notes offline.

Quick Start

Run whisper on a local audio file to generate a text transcription.

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 sending data to external APIs?

Transcribe audio locally by running the Whisper CLI on your machine, which processes files entirely offline without sending data to external APIs. This approach ensures data privacy and avoids API costs for podcasts, interviews, and meeting notes.

Do I need to install the whisper binary to use local speech-to-text processing?

Yes, you need the whisper binary installed to perform local speech-to-text processing. The Skill executes local transcription through the CLI, downloading required models to ~/.cache/whisper for offline use.

What is the best way to transcribe podcasts and meeting notes offline?

The best way to transcribe podcasts and meeting notes offline is using the Whisper CLI for local processing. It handles personal or professional audio transcription tasks directly on your device without relying on external services.

Does offline transcription with Whisper work without an internet connection?

Yes, offline transcription with Whisper works without an internet connection once models are downloaded. Local models are cached in ~/.cache/whisper, enabling fully offline speech-to-text processing for your audio files.

Can I use Whisper CLI for private transcription of sensitive interview recordings?

Yes, you can use Whisper CLI for private transcription of sensitive interviews because it processes audio entirely on your local machine. This privacy-focused approach ensures your recordings never leave your device for transcription.