agentsclimarketplace

Openai whisper

Skill ahostbr/LiteCLI/packages/litecli-pack/skills/openai-whisper

Universal CLI compiler for MCP servers and agent skills — built by Lite Suite

Install
npx -y skills add ahostbr/LiteCLI --skill openai-whisper

Assembled 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/whisper on first run.
  • --model defaults to turbo on this install.
  • Use smaller models for speed, larger for accuracy.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.