openai-whisper

Transcribes audio files locally with OpenAI Whisper CLI to text or SRT subtitles without API keys.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MoRen9527/TriMetaverse --skill openai-whisper-moren9527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/MoRen9527/TriMetaverse/tree/main/reference/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/MoRen9527/TriMetaverse --skill openai-whisper-moren9527

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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: Supports various audio input formats and can output transcriptions in plain text or subtitle formats (SRT).
  • Use Case: You need to transcribe a confidential meeting recording without sending the audio to a third-party service. Use this Skill to process the audio file locally.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.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 transcribe audio files locally without an API key by using the OpenAI Whisper CLI to process spoken audio directly on your machine and output written text or subtitle formats.

Can I generate SRT subtitles from an audio recording using Whisper?

Yes, you can generate SRT subtitles from audio recordings using Whisper by running the local CLI to convert supported audio input formats into text or subtitle outputs.

Does local speech-to-text transcription work for confidential meeting recordings?

Local speech-to-text transcription works for confidential meeting recordings by processing the audio entirely on your machine using Whisper, ensuring no audio data is sent to external third-party services.

Do I need to install the Whisper CLI before transcribing audio files?

Yes, you need to install and configure the Whisper CLI on your local system before transcribing audio files, as this Skill relies entirely on the local command-line interface to perform speech-to-text conversion.

What audio formats are supported for local transcription?

Local transcription supports various audio input formats for processing through the Whisper CLI, allowing you to convert spoken audio into plain text or SRT subtitle files.

What is the best way to convert spoken audio to text without relying on external APIs?

The best way to convert spoken audio to text without external APIs is using a local speech-to-text solution like Whisper, which processes audio files directly on your machine and preserves data privacy.