openai-whisper

Transcribe local audio files to text using the Whisper CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cploveless123/Dex-trading-bot --skill openai-whisper-cploveless123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/cploveless123/Dex-trading-bot/tree/main/workspace-backup/openclaw_skills/openai-whisper
Command: npx skills add https://github.com/cploveless123/Dex-trading-bot --skill openai-whisper-cploveless123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables local, API-free transcription of speech by leveraging the Whisper CLI, helping users convert audio recordings to text without exposing data to external services.

Core Features & Use Cases

  • Offline transcription: transcribes audio locally to preserve privacy and security.
  • Model flexibility: supports different Whisper models and outputs text or subtitles.
  • Use Case: convert meeting recordings to searchable transcripts for archiving or analysis.

Quick Start

Transcribe a local audio file using the Whisper CLI with your preferred model.

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 offline without an API key?

You can transcribe audio offline without an API key by using the Whisper CLI to process local recordings. This approach ensures privacy by keeping data entirely local without exposing it to external services.

Can I transcribe meeting recordings locally for privacy?

Yes, local transcription of meeting recordings is supported to preserve privacy and security. The Whisper CLI converts your local audio files into searchable text transcripts for archiving or analysis.

Do I need to install a Whisper binary and model for local transcription?

Yes, offline transcription requires a Whisper binary and a local model to function. Downloaded models are cached locally at ~/.cache/whisper for subsequent offline speech-to-text processing.

What is the best way to convert podcasts to text without external APIs?

The best way to convert podcasts to text without external APIs is using offline speech-to-text processing. The Whisper CLI supports flexible model selection to output text or subtitles from your local audio files.

Does offline transcription support multiple speech-to-text models?

Yes, offline transcription supports different Whisper models for flexible processing. You can select your preferred local model to output text or subtitles depending on your accuracy and speed requirements.