openai-whisper

Transcribes local audio files using the Whisper CLI without external APIs.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill openai-whisper-sugamdeol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/Sugamdeol/moltbot-with-pollinations.ai/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill openai-whisper-sugamdeol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local transcription enables turning audio content into searchable, editable text without dependencies on external APIs or paid services.

Core Features & Use Cases

  • Local, offline transcription using the Whisper CLI.
  • Supports multiple models and formats, including translation when needed.
  • Use cases: transcribing meetings, podcasts, interviews, or archival audio for documentation.

Quick Start

Transcribe a local audio file using whisper with a selected model and optional translation or output format.

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 using the Whisper CLI. This approach processes speech-to-text entirely offline on your machine, eliminating dependencies on external services or paid APIs for generating text transcripts.

What audio formats does local speech-to-text transcription support?

Local speech-to-text transcription supports common audio formats for meetings, podcasts, and interviews. Using the Whisper CLI, you can process these standard formats to generate text or translate the spoken content as needed for your archival tasks.

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

Yes, you need to install and configure the Whisper binary before transcribing audio files. This local processing environment replaces external APIs, allowing you to run speech-to-text transcription directly on your machine with optional model selection.

Can I translate audio to text while transcribing offline?

Yes, you can translate audio to text while transcribing offline. The local Whisper CLI includes optional translation features, allowing you to convert spoken content from supported languages into text without relying on external APIs.

When should I use local transcription instead of an external API?

Use local transcription instead of an external API when you need offline access, want to avoid paid services, or require privacy for sensitive audio. The Whisper CLI handles personal note-taking and podcast transcripts directly on your hardware.

How do I choose a model for local audio transcription?

You choose a model for local audio transcription during setup with the Whisper CLI. Selecting different models allows you to balance processing speed and accuracy based on your hardware capabilities and specific transcription requirements.