What problem does it solve?
Transcribing long audio/video into readable text is slow and error-prone when done manually, especially for podcasts, lectures, and YouTube content.
Core Features & Use Cases
- YouTube to transcript: Download a YouTube media file on the whisper server and then transcribe it into plain text, suitable for creating summaries or searchable notes.
- Local file transcription: Transcribe audio/video files available on the whisper server filesystem using WhisperX models.
- Async job handling + GPU orchestration: Submit transcription as an async job, poll for completion, and rely on the llm-compose stack GPU swap behavior to avoid GPU contention.
Quick Start
Use the whisper skill to transcribe a YouTube link by first downloading it via the whisper HTTP API, then submitting the returned server-side file path to the transcribe endpoint and waiting for the job to finish.