openai-whisper

Transcribe audio files locally to text or SRT using the Whisper CLI.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill openai-whisper-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/openai-whisper
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill openai-whisper-hlbbbbbbb

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 relying on external APIs or requiring an API key, ensuring privacy and offline functionality.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Multiple Formats: Supports various audio input formats and can output transcriptions in text or SRT format.
  • Use Case: Transcribe a meeting recording saved as an M4A file into a text document for easy review and searching.

Quick Start

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

You can transcribe audio files locally using the Whisper CLI, which processes recordings and voice notes directly on your machine. This approach ensures privacy and offline functionality without relying on external APIs or requiring an API key.

Do I need to install the Whisper binary to use local transcription?

Yes, local speech-to-text transcription requires the Whisper binary to be installed and accessible in your system's PATH. This setup allows the tool to directly process audio files saved on your machine without external API calls.

Can I transcribe an M4A meeting recording into a text document?

Yes, you can transcribe an M4A meeting recording into a text document using local speech-to-text. The Whisper CLI supports various audio input formats and can output transcriptions in text or SRT format for easy review and searching.

What audio formats can I convert to text using Whisper?

Local speech-to-text using the Whisper CLI supports various audio input formats, including common files like M4A and MP3. It processes these formats directly on your machine and can output the resulting transcriptions in text or SRT format.

Is offline speech-to-text suitable for private audio recordings?

Offline speech-to-text is ideal for private audio recordings because it processes files entirely on your local machine. By using the Whisper CLI without external APIs, it ensures that your audio data remains private and secure.