openai-whisper

Transcribe audio files locally using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Format Support: Supports various audio formats like MP3 and M4A.
  • Use Case: Transcribe meeting recordings or voice notes locally to get accurate text transcripts for documentation or analysis.

Quick Start

Use whisper to transcribe the audio file located at /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 transcribe audio files locally for free?

To transcribe audio files locally, you can use the Whisper CLI to execute speech-to-text transcription directly on your machine without requiring an API key, ensuring a private and cost-effective process.

Can I transcribe MP3 and M4A voice notes using local speech-to-text?

Yes, local speech-to-text transcription supports various audio formats like MP3 and M4A, allowing you to directly transcribe voice notes into accurate text transcripts for documentation.

Do I need an API key to run local speech-to-text transcription?

No, local speech-to-text transcription does not require an API key, making it a completely private and cost-effective solution for converting your audio files to text.

What is the best way to transcribe meeting recordings without uploading them?

The best way to transcribe meeting recordings without uploading them is using local speech-to-text via the Whisper CLI, which processes audio files directly on your machine to guarantee privacy.

Does local audio transcription require the Whisper binary to be installed?

Yes, local audio transcription requires the Whisper binary to be installed and configured on your system to properly execute local model execution for speech-to-text conversion.

How do I output text transcripts from audio files using the Whisper CLI?

You can output text transcripts from audio files by using the Whisper CLI to transcribe the target audio path with a specified model, generating a text file as the result.