openai-whisper

Transcribe audio files locally using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local speech-to-text transcription without relying on external APIs, preserving privacy and giving you full control over your data.

Core Features & Use Cases

  • Local transcription with no API keys needed.
  • Model selection and translation options via the Whisper CLI.
  • Suitable for on-device workflows such as podcasts, lectures, and interviews.

Quick Start

Transcribe an audio file locally using whisper to generate a text transcript.

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 audio transcription without an API key is achieved by running the Whisper CLI directly on your machine. This Skill operates offline, allowing you to generate text transcripts while preserving privacy and maintaining full control over your data.

Can I use Whisper for offline transcription of podcasts and lectures?

Offline transcription for podcasts, lectures, and interviews is fully supported. The Skill processes these audio types locally through the Whisper binary, producing text transcripts without sending your media files to external servers.

Do I need the whisper binary installed to use this for speech-to-text?

Yes, the whisper binary must be installed on your system to use this Skill. It relies on the local Whisper CLI to perform speech-to-text processing rather than calling a cloud-based API.

How do I select different models and languages for audio transcription?

Audio transcription model selection and language options are configured directly via the Whisper CLI. This Skill passes these parameters to the local binary, enabling you to choose specific models and handle different languages for your transcripts.

What is the best way to ensure privacy during speech-to-text processing?

The best way to ensure privacy during speech-to-text processing is to run transcription entirely offline. This Skill executes locally without external APIs, guaranteeing your audio data never leaves your device.

Does local transcription with the Whisper CLI require an internet connection?

Local transcription with the Whisper CLI does not require an internet connection once the binary and models are set up. The Skill operates offline by default, ensuring your audio data remains completely private.