openai-whisper

Transcribe and translate local audio files using the Whisper CLI.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Team-Hireal/RealChat --skill openai-whisper-team-hireal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/Team-Hireal/RealChat/tree/main/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/Team-Hireal/RealChat --skill openai-whisper-team-hireal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a local, command-line interface 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.
  • Translation: Translate audio from one language to another.
  • Use Case: You have a recorded meeting in MP3 format and need a quick text transcript for notes. Use this Skill to transcribe the audio file locally.

Quick Start

Transcribe the audio file located at /path/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 an API?

You can transcribe an audio file locally by using the Whisper CLI to process spoken audio into written text directly on your machine without requiring external APIs or API keys.

Can I translate audio from one language to another locally?

Yes, you can translate audio from one language to another locally by using the Whisper CLI to process the audio file and output the translated text directly on your machine.

Do I need an API key to convert speech to text for private recordings?

No, you do not need an API key to convert speech to text for private recordings because this local transcription process runs entirely on your machine without relying on external services.

What is the best way to transcribe an MP3 interview without sending data to the cloud?

The best way to transcribe an MP3 interview without sending data to the cloud is using local speech-to-text transcription via the Whisper CLI to convert the audio file directly into a text file on your machine.

Does local audio processing work for translating voice notes and lectures?

Yes, local audio processing works for translating voice notes and lectures by using the Whisper CLI to directly process these audio files into written text or translated text on your machine.