@steipete

Openai Whisper

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

当前版本
v1.0.0
270 6.8万总安装 1,947

name: openai-whisper description: Local speech-to-text with the Whisper CLI (no API key). homepage: https://openai.com/research/whisper metadata: {"clawdbot":{"emoji":"🎙️","requires":{"bins":["whisper"]},"install":[{"id":"brew","kind":"brew","formula":"openai-whisper","bins":["whisper"],"label":"Install OpenAI Whisper (brew)"}]}}

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.

Security Scan

OpenClaw

gpt-5-mini

clean

OpenClaw 分析

This is an instruction-only skill that coherently wraps the local Whisper CLI: it only asks for the whisper binary (brew install) and doesn't request extra credentials or broad system access.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: openai-whisper Version: 1.0.0 The skill bundle is benign. It provides instructions for using the `openai-whisper` CLI for local speech-to-text transcription. The `SKILL.md` defines the skill, its purpose, and installation via `brew install openai-whisper`, which is a standard and legitimate method. Example commands demonstrate local file processing, and the mention of models downloading to `~/.cache/whisper` is expected behavior for the `whisper` CLI. There is no evidence of malicious intent, data exfiltration, unauthorized execution, prompt injection against the agent, or obfuscation.

元数据

  • 作者: @steipete
  • 创建时间: 2026/01/04
  • 更新时间: 2026/02/26
  • 版本数: 1
  • 评论数: 2
  • 扫描时间: 2026/02/11

运行要求

官方公开数据里暂未列出运行要求。

Openai Whisper | ClawHub 中文站