typescript/skills/openai-whisper/SKILL.md
Transcribe audio files locally using OpenAI's Whisper model.
npx skillsauth add kody-w/openrappter openai-whisperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transcribe audio files using the local Whisper model.
whisper audio.mp3 --model base --output_format txt
whisper audio.mp3 --model medium --task transcribe --output_format json
whisper foreign-audio.mp3 --model medium --task translate
| Model | Size | Quality | |--------|--------|----------| | tiny | 39M | Basic | | base | 74M | Good | | small | 244M | Better | | medium | 769M | Great | | large | 1550M | Best |
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.