openai-whisper

Transcribe audio files into text using the local Whisper CLI.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill openai-whisper-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/wangqianCAI/OBI/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/wangqianCAI/OBI --skill openai-whisper-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires whisper.

What problem does it solve?

This Skill removes the need for cloud-based transcription services, allowing you to convert audio files into text directly on your local machine without exposing sensitive data or requiring API keys.

Core Features & Use Cases

  • Local Transcription: Processes audio files entirely offline using the Whisper CLI.
  • Multi-task Support: Supports both direct transcription and language translation tasks.
  • Use Case: Quickly transcribe long meeting recordings or interview audio files into text documents for analysis without incurring cloud costs or privacy risks.

Quick Start

Use the whisper skill to transcribe the audio file located at path/to/audio.mp3 using the medium model and save the output 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 to text locally without uploading files to the cloud?

You can transcribe audio to text locally by running the Whisper CLI tool on your machine, which processes files entirely offline to ensure data privacy without requiring API keys or cloud services.

Can I use Whisper for offline speech-to-text translation of interview recordings?

Yes, Whisper supports offline speech-to-text processing for both direct transcription and language translation tasks, making it suitable for converting interview audio files into text documents locally.

Do I need an internet connection or API keys to use Whisper for transcription?

No, Whisper requires no internet connection or API keys because it processes audio files entirely offline using the local command-line utility, removing the need for cloud-based transcription services.

What is the best way to transcribe long meeting recordings privately?

The best way to transcribe long meeting recordings privately is using the local Whisper CLI tool, which processes audio offline to convert speech to text without incurring cloud costs or exposing sensitive data.

Does offline transcription with Whisper require any specific command-line setup?

Yes, offline transcription with Whisper requires the whisper command-line utility to be installed and available in your system path before you can begin processing audio files into text.

Are there limitations when using local speech-to-text tools for media content?

Local speech-to-text tools require sufficient local computing resources to run the Whisper CLI, and you must manage command-line execution manually for each audio file you need to transcribe.