ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

openai-whisper

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andy27725/openai-whisper-andy27725
Or

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.

Metadata

Author@andy27725
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-andy27725-openai-whisper-andy27725": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.