openai-whisper

Transcribe local audio files to text using the Whisper CLI.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill openai-whisper-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/skills/openai-whisper
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill openai-whisper-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for paid cloud speech-to-text services, letting you transcribe audio files entirely on your local machine without sending sensitive audio data to external servers or incurring recurring API costs.

Core Features & Use Cases

  • Local, no-API transcription: Uses the open-source Whisper CLI to convert audio to text without requiring an API key or internet connection for processing.
  • Multi-format and multi-task support: Handles common audio formats including MP3 and M4A, and supports both transcription and translation tasks.
  • Real-world use case: Quickly transcribe meeting recordings, podcast episodes, or voice memos for note-taking, content creation, or accessibility purposes.

Quick Start

Use the openai-whisper skill to transcribe the audio file 'team-meeting.mp3' to a text file saved in your current working 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 using a paid API?

You can transcribe audio to text locally by using the open-source Whisper CLI, which processes MP3 and M4A files entirely on your machine without requiring an API key or internet connection.

Does local speech-to-text transcription work for offline voice memos and meeting recordings?

Offline speech-to-text transcription works for voice memos and meeting recordings by processing common audio formats locally, eliminating the need to expose sensitive audio data to external cloud servers.

Can I translate foreign language audio files without sending data to the cloud?

Yes, you can translate foreign language audio files without cloud services by running the Whisper CLI locally, which supports both transcription and translation tasks while keeping your data private.

Do I need an internet connection or API key to convert audio files to text?

No, you do not need an internet connection or API key to convert audio files to text, provided you have the local Whisper CLI binary installed on your system to run offline transcription.

What is the best way to transcribe podcast episodes without recurring API costs?

The best way to transcribe podcast episodes without recurring API costs is using local offline transcription, which processes audio files on your machine with selectable model accuracy tiers via the Whisper CLI.

Are there limitations when using offline transcription for audio processing?

Offline transcription requires the Whisper CLI binary pre-installed on your system, and processing speed depends on your local hardware resources when handling large audio files or selecting higher model accuracy tiers.