Whishper Self-Hosted Speech-to-Text and Audio Workflow Skill

Whishper is an open source self-hosted web app for speech-to-text, translation, and subtitle workflows built around Whisper models. This skill covers running Whishper with Docker, handling uploads and transcripts, and wiring the output into broader automation flows.

Whishper Self-Hosted Speech-to-Text and Audio Workflow Skill

Whishper is an open source self-hosted web app for speech-to-text, translation, and subtitle workflows built around Whisper models. This skill covers running Whishper with Docker, handling uploads and transcripts, and wiring the output into broader automation flows.

Installation

Method 1, Agent Skill Exchange

Method 2, Git clone

git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/whishper-self-hosted-speech-to-text-audio-workflow-skill

Method 3, Download ZIP

  • Download the repository ZIP and extract skills/whishper-self-hosted-speech-to-text-audio-workflow-skill.

Method 4, Manual copy

  • Copy this skill folder into your local skills directory, then reload your agent tooling.

Method 5, Fork and sync

  • Fork the repository if you want to maintain local edits while syncing upstream changes.

Source