openai-whisper

Transcribe and translate local audio files using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to transcribe audio files into text directly on your local machine without needing an API key or relying on cloud services.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files using the Whisper model.
  • Translation: Translate audio from various languages into English.
  • Use Case: You have a recorded meeting in MP3 format and need a text transcript for documentation. Use this Skill to quickly generate the transcript locally.

Quick Start

Use whisper to transcribe the attached audio file 'meeting.mp3' into 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 file locally without an API key?

To transcribe audio files locally without an API key, you can use the Whisper CLI to process speech-to-text directly on your machine. This Skill executes local transcription for voice memos and meeting recordings without relying on cloud services.

Can I translate audio recordings from other languages to English locally?

Yes, you can translate audio recordings from various languages into English locally using the Whisper CLI. This Skill processes the audio file directly on your machine to generate the translated English text output.

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

Yes, you need the 'whisper' binary installed and available in your system's PATH to perform local transcription. This Skill relies on the Whisper CLI being present on your machine to execute speech-to-text processing.

What is the best way to get a text transcript from an MP3 meeting recording?

The best way to get a text transcript from an MP3 meeting recording is to use local speech-to-text processing with the Whisper CLI. This Skill analyzes your audio file and generates a text transcript for documentation without requiring cloud APIs.

Does local speech-to-text work for processing voice memos for documentation?

Local speech-to-text works for processing voice memos into text for documentation and accessibility. By using the Whisper CLI locally, this Skill transcribes your audio files directly on your machine without sending data to external cloud services.