数据与 AI #2 GitHub Stars 380,125 原文已核对

openai-whisper

用本地 Whisper CLI 把音频直接转成文字,无需 API Key,适合离线记录和快速整理语音内容。

适合本地语音转写与音频整理。

安装这个 Skill

原文暂未提供标准安装命令。

为什么值得装

推荐它,是因为它在「数据与 AI」分类里热度靠前(GitHub Stars 380,125),同时原始文档信息密度足够高。原文列出的执行要点包括:whisper /path/audio.mp3 --model medium --output_format txt --output_dir .;whisper /path/audio.m4a --task translate --output_format srt。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。

原文里最有价值的点

  • 适合把音频转写接入 OpenAI Whisper 相关流程。
  • 原文有效说明不足,需结合 skills/openai-whisper/SKILL.md 再确认。

适合用在

  • 围绕「数据与 AI」任务给 Agent 增加可复用的领域流程