openai-whisper

Transcribe and translate local audio files using the OpenAI Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables local audio transcription 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.
  • Translation: Translate audio from various languages into English.
  • Use Case: Transcribe a meeting recording or a voice memo into a text document for easy reference and searching.

Quick Start

Use the openai-whisper skill to transcribe the audio file located at /path/to/audio.mp3 using the medium model and output the transcription 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 locally without an API key?

Local speech-to-text transcription without an API key is achieved by using the Whisper CLI directly on your machine. This Skill runs offline to ensure privacy, bypassing external APIs entirely.

Can I translate audio from other languages into English offline?

Yes, you can translate audio from various languages into English offline. The local transcription mechanism uses the Whisper CLI to process audio files and generate English text output without needing an internet connection.

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

Yes, you need the Whisper executable installed and available in your system's PATH to use local transcription. This environment setup is required because the Skill acts as a wrapper for the Whisper CLI.

What audio formats can I transcribe using the Whisper CLI?

You can transcribe various audio formats using the Whisper CLI. The local speech-to-text processing supports multiple file types, allowing you to directly convert audio recordings into text files.

How do I choose a Whisper model size for speech-to-text?

Choosing a Whisper model size for speech-to-text involves a trade-off between speed and accuracy. You can specify different model sizes when running the local transcription to balance processing time with output quality.

What is the best way to transcribe a meeting recording offline?

The best way to transcribe a meeting recording offline is using the local Whisper CLI. It converts your audio files into text documents for easy reference and searching without relying on external APIs.