openai-whisper

Transcribe audio files locally using the Whisper CLI.

19|3|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/samttoo22-MewCat/OpenSoul --skill openai-whisper-samttoo22-mewcat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/samttoo22-MewCat/OpenSoul/tree/main/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/samttoo22-MewCat/OpenSoul --skill openai-whisper-samttoo22-mewcat

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.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine.
  • Multiple Formats: Supports various audio input formats.
  • Model Selection: Choose different Whisper models for speed or accuracy.
  • Use Case: Transcribe meeting recordings or voice notes quickly and privately.

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 audio files locally without an API key?

Local speech-to-text transcription can be performed directly on your machine using the Whisper CLI, allowing you to transcribe audio files without relying on external APIs or requiring an API key for processing.

Does local speech-to-text transcription support multiple audio formats?

Local speech-to-text transcription supports various audio input formats, enabling you to process different types of media files directly through the Whisper CLI for flexible transcription workflows.

Can I choose different Whisper models for transcription speed and accuracy?

You can select different Whisper models for transcription, allowing you to choose between optimal speed and accuracy depending on your specific audio processing requirements and hardware capabilities.

Do I need to install the whisper binary before transcribing audio?

The whisper binary must be installed on your system before you can perform local speech-to-text transcription, as this Skill relies on the Whisper CLI to process audio files directly on your machine.

What is the best way to transcribe meeting recordings privately?

The best way to transcribe meeting recordings privately is using local speech-to-text transcription, which processes audio files directly on your machine to ensure data privacy without sending content to external services.