openai-whisper

Transcribe audio files into text using the OpenAI Whisper CLI.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill openai-whisper-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/openai-whisper
Command: npx skills add https://github.com/malue-ai/dazee-small --skill openai-whisper-malue-ai

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 private and cost-effective solution.

Core Features & Use Cases

  • Local Transcription: Transcribes audio files directly on your machine using the Whisper CLI.
  • No API Key Needed: Operates entirely offline, enhancing privacy and security.
  • Use Case: Transcribe a meeting recording saved as an MP3 file into a text document for easy reference and searching.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.mp3, using the medium model and outputting the text to the current directory.

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?

Local speech-to-text transcription can be performed directly on your machine using the Whisper CLI, ensuring privacy and cost-effectiveness without needing an API key. It processes audio files entirely offline to output text format.

What is local speech-to-text transcription and when do I need it?

Local speech-to-text transcription converts audio files into text directly on your machine using the Whisper CLI. It is needed when processing voice notes, meeting recordings, or video audio content into text format without requiring an API key.

Do I need the whisper binary installed to transcribe meeting recordings?

Yes, transcribing meeting recordings requires the 'whisper' binary to be installed and accessible in the system's PATH. This prerequisite allows the local speech-to-text transcription to operate entirely offline.

Can I use local speech-to-text transcription for voice notes and video audio?

Yes, local speech-to-text transcription is applicable for transcribing voice notes, meeting recordings, and video audio content into text format. It uses the Whisper CLI to process these audio files directly on your machine.

What's the best way to transcribe an MP3 file locally into a text document?

The best way to transcribe an MP3 file locally is by using the Whisper CLI, which outputs the text to your current directory. This approach provides a private, offline solution for converting audio recordings into searchable text documents.