LLM Skills
~/catalog/audio & voice//SKILL
Audio & voiceGitHub source

Whisper (CLI)

/SKILL

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

openclawopenclaw
★386.5k
June 5, 2026
NOASSERTION
// skill content

--- name: openai-whisper description: "Local speech-to-text using the Whisper CLI (API-key)." homepage: https://openai.com/research/whisper metadata: { "openclaw": { "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 are downloaded to ~/.cache/whisper on first run. - --model defaults to turbo in this installation. - Use smaller models for speed, larger ones for accuracy.

// original public source
openclaw/openclaw
/skills/openai-whisper/SKILL.md
License: NOASSERTION. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/openclaw/openclaw/main/skills/openai-whisper/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoropenclaw
Stars★ 386.5k
LicenseNOASSERTION
UpdatedJune 5, 2026
Format.md
AccessFree
// similar

Skills Audio & voice

View allarrow_forward