openai-whisper

Transcribe and translate local audio files using the Whisper CLI.

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

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

Core Features & Use Cases

  • Local Transcription: Transcribes audio files directly on your machine using the Whisper CLI.
  • Translation: Can also translate audio from various languages into English.
  • Use Case: Transcribe a meeting recording or a voice memo into a text document for easy reference and searching.

Quick Start

Use whisper to transcribe the audio file located at /path/to/meeting.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 an audio recording locally without an API key?▼

You can transcribe audio recordings locally without an API key by using the Whisper CLI. This Skill processes audio files directly on your machine, ensuring a private and cost-effective speech-to-text transcription.

Can I translate a voice memo from another language into English text?▼

Yes, you can translate a voice memo from various languages into English text. The Whisper CLI performs local speech-to-text translation, converting non-English audio recordings directly into an English text document.

Do I need to install the Whisper executable before using this local transcription?▼

Yes, you need the Whisper executable installed and accessible in your system's PATH before using this local transcription. This prerequisite allows the Skill to execute local speech-to-text processing directly on your machine.

What is the best way to transcribe a video soundtrack into a text document?▼

The best way to transcribe a video soundtrack into a text document is using the Whisper CLI for local speech-to-text transcription. It processes video soundtracks directly on your machine and outputs the result as a searchable text file.

How do I transcribe a meeting recording using the medium model?▼

To transcribe a meeting recording using the medium model, execute the Whisper CLI with the specific audio file path and specify the medium model. This local speech-to-text process outputs the transcription as a text file.