BeClaude

whisper

New
Community RegistryCode Reviewby Orchestra Research

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/whisper.md https://raw.githubusercontent.com/zechenzhangAGI/AI-research-SKILLs/main/SKILL.md
3
Invoke in Claude Code
/whisper

Frequently Asked Questions

What is whisper?

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing.

How to install whisper?

To install whisper, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /whisper.

What is whisper best for?

whisper is a community categorized under Code Review. Created by Orchestra Research.