From 2ca836573f6cb64f1f5bd94563a7ac752a8b0bb0 Mon Sep 17 00:00:00 2001 From: zlei9 Date: Sun, 29 Mar 2026 14:25:17 +0800 Subject: [PATCH] Initial commit with translated description --- SKILL.md | 19 +++++++++++++++++++ _meta.json | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 SKILL.md create mode 100644 _meta.json diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..85157e2 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,19 @@ +--- +name: openai-whisper +description: "使用Whisper CLI进行本地语音转文字。" +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. diff --git a/_meta.json b/_meta.json new file mode 100644 index 0000000..d838f25 --- /dev/null +++ b/_meta.json @@ -0,0 +1,6 @@ +{ + "ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26", + "slug": "openai-whisper", + "version": "1.0.0", + "publishedAt": 1767545365755 +} \ No newline at end of file