Openai whisper
Skill ahostbr/LiteCLI/packages/litecli-pack/skills/openai-whisper
Universal CLI compiler for MCP servers and agent skills — built by Lite Suite
npx -y skills add ahostbr/LiteCLI --skill openai-whisperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Local speech-to-text with the Whisper CLI (no API key).
SKILL.md
0.9 KB, 104 tokens by cl100k_base, as published. Nobody here has run it
Whisper (CLI)
Use whisper to transcribe audio locally.
Quick start
whisper /path/audio.mp3 --model medium --output_format txt --output_dir .whisper /path/audio.m4a --task translate --output_format srt
Notes
- Models download to
~/.cache/whisperon first run. --modeldefaults toturboon this install.- Use smaller models for speed, larger for accuracy.