openai-whisper

Transcribe and translate local audio files using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, privacy-preserving solution for converting spoken audio into written 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 model.
  • Translation: Translate spoken audio from various languages into English text.
  • Use Case: You need to transcribe a long meeting recording for documentation purposes, but want to ensure the audio data stays on your local system for privacy.

Quick Start

Use whisper to transcribe the audio file located at /path/to/meeting.mp3 using the medium model and output the transcription as a text 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 using an external API?

To transcribe audio locally without an API, this Skill uses the Whisper CLI to perform speech-to-text conversion directly on your machine. It supports various audio formats and model sizes for flexible, privacy-preserving processing.

Can I translate spoken audio from another language into English text locally?

Yes, you can translate spoken audio into English text locally using the Whisper CLI. This Skill handles multilingual audio processing and outputs the translated English transcription without relying on external services.

Do I need an API key to use Whisper for speech-to-text transcription?

No, you do not need an API key to use this Whisper speech-to-text Skill. It runs entirely locally on your system, ensuring your audio data remains private without requiring external authentication.

What is the best way to transcribe a long meeting recording for documentation?

The best way to transcribe a long meeting recording locally is using the Whisper CLI with a medium model. This Skill processes the audio file directly on your machine and outputs a text transcription for documentation.

What are the limitations of using the Whisper CLI for local audio processing?

A key limitation of using the Whisper CLI for local audio processing is that it requires the whisper binary to be pre-installed and accessible in your system's PATH before the Skill can execute any transcription or translation tasks.