SKILL·9E5445

faster-whisper

danstrem2
Updated 1 month ago
8 views
1
1
View on GitHub
Documentsaudiotranscriptionwhisperspeech-to-textmlcudagpu

About

This skill provides local speech-to-text transcription using the faster-whisper implementation, offering 4-6x faster performance than OpenAI's Whisper with identical accuracy. It's ideal for transcribing audio/video files like meetings or podcasts, supporting GPU acceleration for ~20x realtime speeds and word-level timestamps. Developers should use it when needing efficient, offline-capable transcription without API dependencies.

Quick Install

Claude Code

Recommended
Primary
npx skills add danstrem2/clawdbot-skill-master-pack -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/danstrem2/clawdbot-skill-master-pack
Git CloneAlternative
git clone https://github.com/danstrem2/clawdbot-skill-master-pack.git ~/.claude/skills/faster-whisper

Copy and paste this command in Claude Code to install this skill

GitHub Repository

danstrem2/clawdbot-skill-master-pack
Path: skills/faster-whisper
0
FAQ

Frequently asked questions

What is the faster-whisper skill?

faster-whisper is a Claude Skill by danstrem2. Skills package instructions and resources that Claude loads on demand, so Claude can perform faster-whisper-related tasks without extra prompting.

How do I install faster-whisper?

Use the install commands on this page: add faster-whisper to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does faster-whisper belong to?

faster-whisper is in the Documents category, tagged audio, transcription, whisper, speech-to-text, ml and cuda.

Is faster-whisper free to use?

Yes. faster-whisper is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills