Openai Whisper

使用本地 Whisper CLI 进行语音转文字,无需API密钥。

查看来源
分类:内容创作
更新时间:2026-06-22

适用性说明

适合谁
需要离线语音转录的用户、记者、学生、内容创作者
不适合谁
不需要语音处理的人、依赖云端服务或无需本地处理的用户
国内可用性
需网络配置。可能需要网络配置或第三方服务可访问。
安装难度
新手友好(★☆☆)。基于终端操作、依赖、API Key 和本地环境要求的初步判断。

安装与下载

openclaw skills install @steipete/openai-whisper

Skill 说明

命令、参数、文件名以原文为准

Whisper(命令行)

使用 whisper 在本地转录音频。

快速开始

  • whisper /path/audio.mp3 --model medium --output_format txt --output_dir .
  • whisper /path/audio.m4a --task translate --output_format srt

注意

  • 首次运行时,模型会下载到 ~/.cache/whisper
  • 在此安装中,--model 默认值为 turbo
  • 使用较小的模型可提高速度,较大的模型可提高准确性。
S
@steipete

已收录 2 个 Skill

相关推荐