openai-whisper

Transcribe local audio files using the Whisper CLI with selectable models.

4|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/0xKobold/0xkobolds --skill openai-whisper-0xkobold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/0xKobold/0xkobolds/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/0xKobold/0xkobolds --skill openai-whisper-0xkobold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribes speech locally using the Whisper CLI without relying on external APIs, preserving privacy and reducing latency.

Core Features & Use Cases

  • Local transcription with the Whisper CLI, no API keys required.
  • Supports multiple models and optional translation tasks.
  • Offline processing on the host machine with model selection and output formats.

Quick Start

Transcribe a local audio file using whisper with a chosen model to generate a transcript.

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 relying on external APIs?

Transcribe audio locally by running the Whisper CLI on your host machine to process files offline. This approach uses on-device models to generate transcripts, ensuring privacy and reducing latency without requiring API keys.

Does local transcription with Whisper CLI require an internet connection or API keys?

Local transcription with Whisper CLI does not require an internet connection or API keys. It processes audio entirely offline on the host machine using selected models, preserving privacy and eliminating external API dependencies.

Can I translate audio files to another language using offline transcription?

Offline transcription supports optional translation tasks alongside standard transcription. By selecting appropriate models in the Whisper CLI, you can translate spoken audio into text across multiple languages during the local processing workflow.

How do I choose different Whisper models for offline audio processing?

Choose different Whisper models for offline audio processing by specifying the desired model when running the Whisper CLI. Model selection allows you to balance transcription accuracy and performance based on your host machine capabilities.

What audio formats and output options are supported by local Whisper transcription?

Local Whisper transcription processes personal notes and meeting recordings with optional output formats. The CLI handles offline execution across multiple languages, generating transcripts directly on your device without external API calls.

Is local transcription suitable for private meeting recordings?

Local transcription is suitable for private meeting recordings because it processes audio entirely on-device. Using the Whisper CLI offline ensures that sensitive meeting data never leaves your host machine, meeting strict privacy requirements.