openai-whisper

Transcribe audio files to text locally using the Whisper CLI.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill openai-whisper-deskaunedsei1983
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/Deskaunedsei1983/loc_clawdbot_01/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill openai-whisper-deskaunedsei1983

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, privacy-focused solution for transcribing audio files into text without relying on cloud-based APIs or requiring an API key.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine using the Whisper CLI.
  • Multiple Formats: Supports various output formats like plain text (txt) and subtitles (srt).
  • Use Case: You need to transcribe a meeting recording stored as an MP3 file for later reference. This Skill can convert the audio into a text document for easy searching and 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 an audio file locally without using a cloud API?

To transcribe audio locally without a cloud API, this Skill uses the Whisper CLI to process speech-to-text directly on your machine, requiring no API key and ensuring privacy for your audio files.

Can I generate SRT subtitle files from an MP3 recording?

Yes, you can generate SRT subtitle files from an MP3 recording by configuring the Whisper CLI output format, supporting plain text and subtitles for meeting notes and content creation.

Do I need to install the Whisper executable to use this speech-to-text Skill?

Yes, you need to install the Whisper executable and ensure it is accessible in your system's PATH before using this Skill to facilitate offline audio processing.

What is the best way to automate offline transcription for meeting notes?

The best way to automate offline transcription for meeting notes is using a local speech-to-text solution like the Whisper CLI, which converts audio files into searchable text documents directly on your machine.

Does local speech-to-text processing require an internet connection?

Local speech-to-text processing does not require an internet connection because the Whisper CLI facilitates offline audio processing directly on your machine after the initial setup.