openai-whisper-cli

Transcribes audio and video files into text using OpenAI Whisper CLI.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/adbertram/cli-tools --skill openai-whisper-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-cli
Source: https://github.com/adbertram/cli-tools/tree/main/_repo/skills/openai-whisper-cli
Command: npx skills add https://github.com/adbertram/cli-tools --skill openai-whisper-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual effort of transcribing audio and video files by providing a direct, local interface to the powerful OpenAI Whisper speech-to-text engine.

Core Features & Use Cases

  • Automated Transcription: Convert audio or video files into text with high accuracy using various model sizes.
  • Timestamping: Generate word-level or segment-level timestamps for precise media indexing.
  • Use Case: Use this tool to transcribe a long meeting recording or a video interview into a structured JSON format for easy searching and analysis.

Quick Start

Use the openai-whisper-cli to transcribe the audio file named interview.mp3 using the base model.

Frequently Asked Questions about openai-whisper-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio and video files into text locally?

The skill requires local installation of the openai-whisper CLI and access to your target media files. It acts as a direct interface to the speech-to-text engine, processing various media formats on your machine.

Can I generate timestamps when transcribing speech to text?

Yes, the transcription process supports timestamp generation, allowing you to produce word-level or segment-level timestamps. This enables precise media indexing for your audio and video files.

Do I need to install the openai-whisper CLI to use this transcription tool?

Yes, local installation of the openai-whisper CLI is required before using this skill. The tool acts as an interface to the local speech-to-text engine to execute transcription operations on your media files.

How do I select different models for audio transcription?

The skill supports transcription operations including model selection, allowing you to specify different model sizes when running the CLI. This lets you balance transcription accuracy and processing speed.

What is the best way to transcribe a long meeting recording into a searchable format?

Processing your meeting recording through the Whisper CLI transcribes the audio into a structured JSON format. This output includes timestamps for easy searching and analysis of the transcribed text.