openai-whisper

Transcribe audio files to text locally using the Whisper CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill openai-whisper-planetazuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/planetazuzu/planetazuzu-memory/tree/main/skills/openclaws-kb/skills/openai-whisper
Command: npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill openai-whisper-planetazuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, privacy-focused solution for converting spoken audio into written text without relying on external 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: Output transcriptions in various formats like plain text (.txt) or subtitles (.srt).
  • Use Case: You need to transcribe a confidential meeting recording without sending the audio to a cloud service. Use this Skill to generate a text transcript locally.

Quick Start

Use whisper to transcribe the audio file located at /path/to/meeting.mp3 and save the output as text.

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 perform local speech-to-text transcription directly on your machine by using the Whisper CLI. This approach processes audio files locally, ensuring privacy without requiring external API keys or cloud services.

Can I generate SRT subtitles from an audio recording?

Yes, local speech-to-text transcription using the Whisper CLI supports multiple output formats. You can convert your audio recordings directly into plain text (.txt) files or subtitle (.srt) formats for meetings and lectures.

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

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

Is local speech-to-text suitable for confidential meeting recordings?

Local speech-to-text transcription is ideal for confidential meeting recordings because it processes audio entirely on your machine. It avoids sending sensitive audio data to external cloud services or APIs.

What is the best way to convert lectures into text format locally?

The best way to convert lectures into text format locally is using the Whisper CLI for speech-to-text processing. It transcribes audio content directly on your machine without needing API keys, outputting plain text files.