openai-whisper

Transcribe audio files locally using the Whisper CLI.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill openai-whisper-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/Solitude01/proiect-new --skill openai-whisper-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local transcription without relying on external APIs, preserving privacy and reducing latency for audio data.

Core Features & Use Cases

  • Offline transcription using the Whisper CLI with adjustable model quality.
  • Supports multiple languages and can handle common audio formats.
  • Use Case: privately transcribe lectures or interviews on your workstation.

Quick Start

Transcribe an audio file by running whisper with your selected model.

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

Local transcription processes audio files entirely on your workstation using the Whisper CLI, preserving privacy and eliminating latency from external API calls. It supports offline workflows across various audio formats and languages.

Does offline speech-to-text require an internet connection to run?

Offline speech-to-text runs without an internet connection once the Whisper binary is installed and models are downloaded. Subsequent transcription operates entirely locally, ensuring privacy and reducing latency for audio data.

How do I transcribe lectures or interviews privately on my workstation?

To transcribe lectures or interviews privately, run the Whisper CLI with your selected model quality on the local audio file. This supports personal and research use cases without relying on external APIs or uploading data.

Do I need to install the Whisper binary before using local audio transcription?

Yes, local audio transcription requires the Whisper binary to be installed and accessible from the command line. You must download the necessary models as needed before running offline transcription workflows.

What is the best way to perform speech-to-text for multiple languages offline?

Offline speech-to-text for multiple languages is handled by the Whisper CLI with adjustable model quality. It processes common audio formats locally, enabling private transcription for professional and research use cases.

Can I adjust the transcription quality when using the Whisper CLI locally?

Yes, local transcription with the Whisper CLI supports adjustable model quality. You can select the appropriate model based on your accuracy and performance requirements when processing audio files offline.