whisper-extract

Installation
SKILL.md

Whisper Extract

Transcribe audio or video with Whisper, then produce a .md file containing an AI summary followed by the complete literal transcript.

Prerequisite check

Before doing anything else, verify that Whisper is installed:

whisper --help > /dev/null 2>&1 && echo "OK" || echo "NOT FOUND"

If not found, tell the user to run:

pipx install openai-whisper
brew install ffmpeg   # if ffmpeg is missing
Installs
12
First Seen
Apr 14, 2026
whisper-extract — andresnator/agents-orchestrator