openai-whisper

Transcribe local audio files to text using Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local speech-to-text transcription with Whisper CLI enables offline, private conversion of audio to text, without needing API keys or network access.

Core Features & Use Cases

  • Local, offline transcription using whisper CLI
  • Supports multiple models and outputs text formats
  • Use cases include transcribing meetings, lectures, podcasts, or audio notes for documentation

Quick Start

Run Whisper on a local audio file to generate a text transcription, selecting a model and an output directory.

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 to text locally without an API key?

Local speech-to-text transcription is achieved by leveraging Whisper CLI to convert audio into text without API keys. It operates entirely offline, ensuring private conversion without needing network access.

What is the best way to transcribe podcasts and lectures offline?

The best way to transcribe podcasts and lectures offline is using Whisper CLI, which supports multiple models to convert audio notes into text formats suitable for documentation and analysis.

Can I select different models for local speech-to-text transcription?

Yes, local speech-to-text transcription supports model selection through Whisper binaries. You can choose different models and specify an output directory to generate text transcriptions.

Does offline speech-to-text work without an internet connection?

Offline speech-to-text works without an internet connection by using local Whisper binaries. It provides private audio conversion without network access, though limitations include output formatting and model selection constraints.

Do I need to install Whisper binaries to convert audio into text?

Yes, you need to install Whisper binaries to convert audio into text. The documentation includes installation notes for setting up the CLI environment locally to perform offline transcription.