Whisper (CLI)
SkillMediaLocal speech-to-text with the Whisper CLI (no API key).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Whisper (CLI) skill
What this skill tells your AI
The instructions your AI receives, as published by openxjarvis/openclaw-python in skills/openai-whisper/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 67
- Forks
- 23
- Last commit
- May 2026
ahel review
S4info
community integration — published by openxjarvis, not openai
Automated review, not a security audit. Ruleset v1.
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
openai-whisper-openxjarvis- Source
- github.com/openxjarvis/openclaw-python