Agent skill · bighardperson
openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
What it needs
About 1k tokens when loaded.
What this skill does
Whisper (CLI) Use whisper to transcribe audio locally. Quick start whisper /path/audio.mp3 --model medium --outputformat txt --outputdir . whisper /path/audio.m4a --task translate --outputformat srt Notes Models download to ~/.cache/whisper on first run. --model defaults to turbo on this install. Use smaller models for speed, larger for accuracy.
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bighardperson/本地语音转文字