openai-whisper

Transcribe audio files locally using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, privacy-focused solution for converting spoken audio into written text without relying on external APIs or sending data to the cloud.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Multiple Formats: Supports various audio input formats and can output transcribed text in different formats.
  • Use Case: You need to transcribe a confidential meeting recording without uploading it to a third-party service. Use this Skill to process the audio file locally and obtain a text transcript.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.mp3, saving the output as 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 files locally without uploading them to the cloud?

Yes, local speech-to-text transcription works for meetings, interviews, or voice notes by processing audio files directly on your machine. It uses the Whisper CLI to convert spoken audio into written text without relying on external APIs.

How do I transcribe a confidential meeting recording locally?

To transcribe a confidential meeting recording locally, use the Whisper CLI to process the audio file directly on your machine. This ensures the audio data remains private and is never uploaded to a third-party service.

Do I need the whisper executable installed to use local speech-to-text?

Yes, you need the whisper executable installed and available in your system's PATH to perform local speech-to-text transcription. The Skill relies on the Whisper CLI to process audio files and generate text output.

What audio formats are supported for local speech-to-text transcription?

Local speech-to-text transcription via the Whisper CLI supports various audio input formats. It processes these files on your machine and can output the transcribed text in different formats depending on your needs.

What are the limitations of using the Whisper CLI for local transcription?

The primary limitation of using the Whisper CLI for local transcription is the dependency on having the whisper executable pre-installed and configured in your system's PATH, which requires manual environment setup.