openai-whisper

Transcribe and translate audio locally using the Whisper CLI.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/joeleung0122/testing --skill openai-whisper-joeleung0122
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/joeleung0122/testing/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/joeleung0122/testing --skill openai-whisper-joeleung0122

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Whisper CLI enables offline transcription and translation of audio without sending data to external services, protecting privacy and reducing latency.

Core Features & Use Cases

  • Offline transcription: Transcribe audio files on-device using the Whisper CLI.
  • Language translation: Translate non-English audio to English (or other supported outputs) when needed.
  • Formats & outputs: Produce plain text transcripts or subtitles (SRT) for videos.
  • Use Case: Convert recorded meetings or lectures to searchable text for notes and indexing.

Quick Start

Run whisper on an audio file to generate a local transcription.

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 offline without sending data to external APIs?

You can transcribe audio offline by running the Whisper CLI locally on your device. This approach protects privacy and reduces latency by processing audio files entirely on your own machine without relying on external services.

What do I need to run local audio transcription using Whisper?

To run local transcription, you need an installed Whisper CLI, downloaded models, and necessary system dependencies. These components allow you to process audio files entirely on your device.

Can I generate SRT subtitles from an audio file locally?

Yes, local transcription with the Whisper CLI can generate plain text transcripts or SRT subtitles. This is useful for converting recorded meetings or lectures into searchable text or video subtitles.

Does offline Whisper transcription support translating non-English audio?

Yes, the Whisper CLI supports offline translation tasks. It can translate non-English audio into English or other supported output formats directly on your device.

Is local audio transcription suitable for personal research projects?

Local transcription is highly suitable for personal projects and research. It allows you to convert recorded lectures or meetings into searchable text for indexing and notes without uploading data externally.