Openai Whisper 1.0.0

v1.0.0

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

0· 829·40 current·51 all-time
byPatryk Czubiński@czubi1928
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (local Whisper CLI) matches the declared requirement (whisper binary) and examples in SKILL.md. No unrelated credentials, services, or paths are requested.
Instruction Scope
SKILL.md only instructs running the whisper CLI on local audio files and notes that models download to ~/.cache/whisper on first run. That behavior is expected for local transcription, but it means the tool will download and store model files to disk and perform network activity to fetch models — users should expect large downloads and local storage use.
Install Mechanism
Install uses a Homebrew formula (openai-whisper) which is a common and low-risk mechanism. The SKILL metadata does not specify the tap or formula source; users should verify the brew formula origin to ensure it's from a trusted repository before installing.
Credentials
No environment variables, credentials, or config paths are required. This is proportionate for a local CLI wrapper.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system-wide settings.
Assessment
This skill is coherent: it simply expects a local 'whisper' binary and gives examples for local transcription. Before installing, verify the Homebrew formula source (confirm it comes from a trusted tap), be prepared for potentially large model downloads which will be stored under ~/.cache/whisper, and only run the CLI on audio files you trust. Also note a minor documentation oddity: the SKILL.md mentions a default model name 'turbo' which is atypical for Whisper — you may want to check the installed formula's defaults. If you need extra assurance, inspect the brew formula and run the tool in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk971bnk4vk7248dz3rwczj5sfh81ev78

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎙️ Clawdis
Binswhisper

Install

Install OpenAI Whisper (brew)
Bins: whisper
brew install openai-whisper

Comments