openai-whisper

Transcribe audio files locally using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables local speech-to-text transcription of audio files without requiring an API key, making it a cost-effective and private solution.

Core Features & Use Cases

  • Local Transcription: Transcribes audio files directly on your machine using the Whisper CLI.
  • No API Key Needed: Operates independently of cloud-based AI services, enhancing privacy and reducing costs.
  • Use Case: Transcribe meeting recordings or voice notes directly on your computer for quick note-taking or content creation.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.mp3 using the medium model and output the transcription 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 an API key?

You can transcribe audio files locally without an API key by using the Whisper CLI to process voice notes or meeting recordings directly on your machine. This provides a cost-effective and private speech-to-text solution.

Do I need the Whisper binary installed to transcribe speech to text on my machine?

Yes, you need the Whisper binary installed and accessible in your system's PATH to perform local speech-to-text transcription. The Skill relies on this CLI framework to process audio files directly on your computer.

What is the best way to transcribe meeting recordings privately?

The best way to transcribe meeting recordings privately is using local speech-to-text processing with the Whisper CLI. This method operates independently of cloud-based AI services, ensuring your audio content remains entirely on your machine.

Can I output transcription results as a text file from an audio recording?

Yes, you can output transcription results as a text file by specifying the desired output format when running the Whisper CLI. This allows you to easily save and access the transcribed content from your audio files.

Does local speech-to-text transcription support different Whisper models?

Yes, local speech-to-text transcription supports different Whisper models, such as the medium model. You can specify the desired model when executing the transcription command to balance processing speed and accuracy.