openai-whisper

Transcribe and translate audio files locally using the Whisper CLI.

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill openai-whisper-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill openai-whisper-linuxhsj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables local speech-to-text transcription of audio files without requiring an internet connection or API key, making it a cost-effective and private solution.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Translation: Translate spoken audio from various languages into English.
  • Use Case: Transcribe a meeting recording to generate a text transcript for later review or to create subtitles for a video.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.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 perform local speech-to-text transcription without an internet connection?

Local speech-to-text transcription can be performed offline by running the Whisper CLI directly on your machine. This approach processes audio files locally, ensuring privacy and eliminating the need for external API keys or internet access.

Can I translate spoken audio from other languages into English locally?

Yes, you can translate spoken audio from various languages into English locally. The Whisper CLI processes the audio file on your machine, generating English text translations without requiring an internet connection.

Do I need an API key to transcribe audio files using Whisper?

No, you do not need an API key to transcribe audio files using Whisper. The process relies entirely on the local Whisper executable installed on your system, making it a cost-effective and privacy-sensitive audio processing solution.

How do I transcribe a meeting recording using the Whisper medium model?

To transcribe a meeting recording, invoke the Whisper CLI targeting your audio file path and specify the medium model. This local speech-to-text action processes the recording and outputs a text transcript for later review.

What are the limitations of offline transcription with the Whisper CLI?

Offline transcription with the Whisper CLI requires the executable to be installed and available in your system PATH. Processing relies entirely on local hardware resources, meaning performance depends on your machine's capabilities.