TopRank Skills

Home / Claw Skills / 其他 / openai-whisper
Official OpenClaw rules 15%

openai-whisper

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openai-whisper 技能。 若已安装,则直接安装 openai-whisper 技能。

Overview

Skill Key
czubi1928/openai-whisper-1-0-0
Author
czubi1928
Source Repo
openclaw/skills
Version
-
Source Path
skills/czubi1928/openai-whisper-1-0-0
Latest Commit SHA
190c244c400914d04715f7e66093c1a0f5cf54b8

Extracted Content

SKILL.md excerpt

# 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.

Related Claw Skills