steipete/clawdis4.2k installs
openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
How do I install this agent skill?
npx skills add https://github.com/steipete/clawdis --skill openai-whisperIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides instructions for installing and using the OpenAI Whisper CLI for local audio transcription and translation. It uses standard package managers and official sources for models.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/steipete/clawdis/openai-whisper">View openai-whisper on skillZs</a>