openai-whisper

Transcribe and translate local audio files using the Whisper CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a local, API-key-free solution for converting spoken audio into written text.

Core Features & Use Cases

  • Local Transcription: Transcribe audio files directly on your machine without relying on cloud services.
  • Translation: Translate spoken audio from one language to another.
  • Use Case: You have a recorded meeting and need a quick transcript for notes. Use this Skill to transcribe the audio file directly on your computer.

Quick Start

Use whisper to transcribe the audio file located at /path/to/audio.mp3 using the medium model and output the result as a text file.

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

To transcribe audio files locally without an API key, use the Whisper CLI to process speech-to-text directly on your machine. This approach enables on-device audio processing and ensures data privacy for interviews, lectures, or voice notes.

Can I translate spoken audio from one language to another locally?

Yes, you can translate spoken audio from one language to another locally. The Skill uses the Whisper CLI to perform translation alongside speech-to-text transcription, allowing you to process foreign language audio files directly on your computer.

What is the best way to get a transcript from a recorded meeting for notes?

The best way to get a transcript from a recorded meeting for notes is using local speech-to-text processing. By applying the Whisper CLI to your audio file, you can output the result as a text file without relying on cloud services.

Do I need cloud services or external dependencies for speech-to-text transcription?

No, you do not need cloud services or external dependencies for speech-to-text transcription. This Skill provides an API-key-free solution, allowing you to convert spoken audio into written text entirely on your own machine.

How do I start transcribing an audio file using the medium model?

To start transcribing an audio file using the medium model, apply the Whisper CLI to your audio file located at a specific path. This local speech-to-text process outputs the transcribed result directly as a text file.