OpenClaw Skillv1.0.0

Openai Whisper

Peter Steinbergerby Peter Steinberger
Deploy on EasyClawdfrom $14.9/mo

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

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Openai Whisper from the skills panel
Get started — from $14.9/mo
210stars
46,141downloads
1,305installs
2comments
1versions

Tags

latest: 1.0.0

Skill Documentation

---
name: openai-whisper
description: Local speech-to-text with the Whisper CLI (no API key).
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.
Security scan, version history, and community comments: view on ClawHub