openai-whisper

Transcribe local audio files to plain text using the Whisper CLI.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill openai-whisper-xcriminal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/xcriminal1/Xcriminal-bot/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill openai-whisper-xcriminal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribing audio locally without relying on external APIs keeps data private and allows use in restricted environments.

Core Features & Use Cases

  • Local transcription without API keys, ensuring privacy and offline operation.
  • Supports common audio formats via Whisper CLI and produces plain text transcripts.
  • Ideal for developers and researchers needing quick, reproducible transcription without network access.

Quick Start

Run whisper on a local audio file to produce a text 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 an internet connection?

Local audio transcription processes meeting recordings, interviews, and lectures offline using the Whisper CLI. It operates entirely without network access or external API keys, producing plain text transcripts while keeping data private.

Do I need an external API key for offline speech-to-text?

Offline speech-to-text does not require an external API key when using the local Whisper CLI. It relies on a locally installed binary to transcribe audio files, ensuring privacy and allowing operation in restricted environments without network access.

Can I use local transcription for meeting recordings and lectures?

Local transcription handles meeting recordings and lectures by applying the Whisper CLI to these offline tasks. It converts common audio formats into plain text transcripts, ideal for developers and researchers needing quick, reproducible results.

What is the best way to transcribe audio files locally for privacy?

Transcribing audio files locally for privacy is achieved by running the Whisper CLI without external API keys. This approach keeps data private and allows use in restricted environments by processing common audio formats entirely offline into plain text.

Does local speech-to-text work without any network access?

Local speech-to-text works without network access by relying on a locally installed Whisper binary. The transcription process operates completely offline, making it suitable for restricted environments where external API connectivity is unavailable.