openai-whisper

Transcribe local audio files into text using Whisper CLI without API keys.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribe audio locally into text using Whisper CLI without needing an API key.

Core Features & Use Cases

  • Local, on-device speech-to-text transcription with Whisper.
  • Supports model selection and offline operation, preserving privacy.
  • Works with common audio formats and outputs plain text transcripts.

Quick Start

Run whisper on a local audio file 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?

You can transcribe audio locally without an API key by running the Whisper CLI on a local audio file to generate a plain text transcript directly on your device.

What audio formats can I use for offline speech-to-text transcription?

Offline speech-to-text transcription supports common audio formats, allowing you to process interviews, lectures, podcasts, and meetings locally through the Whisper CLI.

How do I select a model for local audio transcription?

Local audio transcription supports model selection through the Whisper CLI, letting you choose the appropriate model for your on-device processing needs.

Can I use local transcription for private meetings and lectures?

Local transcription is ideal for private meetings and lectures because it operates offline and on-device, ensuring data privacy without needing external API connections.

Does offline transcription work without an internet connection?

Offline transcription works completely without an internet connection by executing Whisper CLI locally, ensuring privacy and operation in environments without network access.

What text output options are available for audio transcription?

Audio transcription provides plain text output options through the Whisper CLI, converting local audio files into readable text transcripts for various workflows.