CtrlK
BlogDocsLog inGet started
Tessl Logo

openai-whisper

Local speech-to-text with the Whisper CLI (no API key).

Install with Tessl CLI

npx tessl i github:qsimeon/openclaw-engaging --skill openai-whisper
What are skills?

76

0.91x

Does it follow best practices?

Evaluation91%

0.91x

Agent success when using this skill

Validation for skill structure

SKILL.md
Review
Evals

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.
Repository
qsimeon/openclaw-engaging
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.