openai-whisper

Transcribe and translate audio files locally using the Whisper CLI.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill openai-whisper-jiayuemeng128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/JiayueMeng128/OpenClaw2Androidtrying/tree/main/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill openai-whisper-jiayuemeng128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables local speech-to-text transcription using the Whisper CLI, eliminating the need for an internet connection or API keys.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine.
  • Translation: Translate audio from various languages into English.
  • Use Case: Transcribe a recorded meeting or lecture without sending sensitive audio data to external servers.

Quick Start

Use whisper 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 files locally without using cloud APIs?

You can perform local speech-to-text transcription by using the Whisper CLI to process audio files directly on your machine. This approach eliminates the need for an internet connection or external API keys.

Can I translate spoken audio from another language to English locally?

Yes, local audio translation is supported. The Whisper CLI translates spoken content from various languages into English without relying on cloud-based APIs.

Do I need to install anything specific to run local speech-to-text transcription?

Yes, local speech-to-text transcription requires the whisper executable to be installed and available in your system's PATH before you can process audio files.

What is the best way to transcribe a recorded meeting without sending audio to external servers?

The best way to transcribe meetings securely is using local speech-to-text processing. The Whisper CLI transcribes recorded audio files directly on your machine, ensuring sensitive data never leaves your environment.

How do I output transcription results as a text file from an audio recording?

To output transcription results as a text file, use the Whisper CLI to transcribe your audio file and specify the text format for the output transcription.

Does local transcription work without an internet connection?

Yes, local transcription works entirely offline. By using the Whisper CLI, you can transcribe audio files and translate spoken content without needing an active internet connection.