openai-whisper

Transcribe local audio files into text transcripts using Whisper CLI.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill openai-whisper-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/AG064/argentum/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/AG064/argentum --skill openai-whisper-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local speech-to-text transcription without relying on external APIs or API keys, using the Whisper CLI for offline privacy.

Core Features & Use Cases

  • Local transcription of audio and video soundtracks using the Whisper model with no API keys required.
  • Supports multiple models and output formats (txt, srt) for transcripts and translations.
  • Use Case: Convert a meeting recording into searchable text for minutes, captions for video, and accessibility transcripts.

Quick Start

Transcribe a local audio file using whisper and save the transcript to 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 locally without using an API key?

You can transcribe audio locally without an API key by using the Whisper CLI. It processes audio files offline to generate text transcripts, ensuring privacy without relying on external APIs.

Can I transcribe meeting recordings offline for searchable text?

Yes, you can transcribe meeting recordings offline to create searchable text. The Whisper CLI converts local audio files into text transcripts, suitable for meeting minutes and accessibility documents.

Does offline speech-to-text transcription require an internet connection to download models?

Offline speech-to-text transcription requires downloading Whisper models to the ~/.cache/whisper directory initially. After downloading the models, the transcription process operates fully offline without needing an internet connection.

What output formats can I generate when I transcribe audio locally?

When you transcribe audio locally with the Whisper CLI, you can generate multiple output formats including plain text (txt) and SubRip subtitle files (srt) for your transcripts and translations.

Do I need to install the whisper bin to convert podcasts to text?

Yes, you need the whisper bin installed on your system to convert podcasts to text. The local transcription process relies entirely on this command-line executable to operate without API keys.