Agent skill

openai-whisper

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

Stars 355,710
Forks 72,004

Install this agent skill to your Project

npx add-skill https://github.com/openclaw/openclaw/tree/main/skills/openai-whisper

Metadata

Additional technical details for this skill

openclaw
{
    "emoji": "\ud83c\udfa4",
    "install": [
        {
            "id": "brew",
            "bins": [
                "whisper"
            ],
            "kind": "brew",
            "label": "Install OpenAI Whisper (brew)",
            "formula": "openai-whisper"
        }
    ],
    "requires": {
        "bins": [
            "whisper"
        ]
    }
}

SKILL.md

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.

Didn't find tool you were looking for?

Be as detailed as possible for better results