SKILL.md
readonly

openai-whisper

Autor:openclaw
Categoria:
Desenvolvimento
323.6k
62.4k
name: openai-whisper
description: Local speech-to-text with the Whisper CLI (no API key).
homepage: https://openai.com/research/whisper

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.

Ações

install --global skills.sh
npx skills add openclaw/openclaw/skills/openai-whisper

Guia de uso

  1. 1. Executar comando de instalação

    Copie o comando acima e execute-o no terminal para instalar globalmente.

  2. 2. Configurar ambiente

    Adicione as variáveis de ambiente necessárias ao seu cliente MCP conforme a descrição.

  3. 3. Usar no cliente

    Configure e ative esta skill em um app compatível com MCP (ex.: Claude ou Cursor).