openai-whisper

Transcribe audio files locally using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a local, API-key-free solution for converting spoken audio into written text, making speech-to-text accessible without relying on external services.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Multiple Models: Supports various model sizes for balancing speed and accuracy.
  • Use Case: Transcribe a meeting recording to generate a text transcript for documentation or analysis, all without sending sensitive audio data to a third-party server.

Quick Start

Use whisper to transcribe the audio file '/path/to/audio.mp3' using the medium model and output the result 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 run local speech-to-text transcription without an API key?

Local speech-to-text transcription without an API key is executed by running the Whisper CLI directly on your machine, converting spoken audio files into written text entirely offline without external services.

What audio formats can I transcribe using the Whisper CLI locally?

Local speech-to-text processing with the Whisper CLI supports various audio formats for transcription, allowing you to convert diverse media files into written text documents for documentation or analysis.

Do I need to install the Whisper binary to perform local audio transcription?

Yes, local audio transcription requires the Whisper binary to be installed and accessible in your system's PATH to execute speech-to-text processing directly without relying on external API services.

How do I balance speed and accuracy when transcribing audio files locally?

Balancing speed and accuracy during local audio transcription is done by selecting different model sizes supported by the Whisper CLI, adjusting processing parameters to fit your flexible transcription needs.

What is the best way to transcribe a meeting recording without sending data to a server?

The best way to transcribe a meeting recording without a server is local speech-to-text using the Whisper CLI, keeping sensitive audio data secure on your own machine while generating text transcripts.