openai-whisper

Transcribe audio locally using the Whisper CLI to generate on-device transcripts.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill openai-whisper-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/Luzzer/Kraken/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/Luzzer/Kraken --skill openai-whisper-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local transcription of audio without relying on external services, ensuring privacy and on-device processing.

Core Features & Use Cases

  • Local transcription using Whisper models directly from the CLI without API keys.
  • Supports multiple languages and optional translation tasks for offline transcription of meetings, lectures, or podcasts.
  • Safe and privacy-preserving workflow for developers and researchers needing quick transcripts.

Quick Start

Transcribe an audio file locally using the Whisper CLI with a selected model 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 sending data to external services?

Transcribe audio locally by using the Whisper CLI to process files on-device, ensuring privacy without relying on external APIs. This allows for offline transcription of meetings, lectures, and podcasts.

Do I need an API key to use Whisper for speech-to-text conversion?

No, you do not need an API key for speech-to-text conversion with this approach. Local transcription uses Whisper models directly from the CLI, bypassing external authentication requirements.

What are the prerequisites for running local transcription with Whisper?

Local transcription with Whisper requires a functioning Whisper binary installed on the host system. Cache files and models will be stored under the ~/.cache/whisper directory during processing.

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

Yes, you can translate audio files during offline transcription. The Whisper CLI supports multiple languages and optional translation tasks for meetings, lectures, or podcasts.

What is the best way to generate text transcripts from voice notes on-device?

Generate text transcripts from voice notes on-device by executing the Whisper CLI with a selected audio file. The tool processes the input locally to produce a text transcript safely and privately.