skills$openclaw/openai-whisper
steipete8.9k

by steipete

openai-whisper – OpenClaw Skill

openai-whisper is an OpenClaw Skills integration for data analytics workflows. Local speech-to-text with the Whisper CLI (no API key).

8.9k stars2.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameopenai-whisper
descriptionLocal speech-to-text with the Whisper CLI (no API key). OpenClaw Skills integration.
ownersteipete
repositorysteipete/openai-whisper
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @steipete/openai-whisper
last updatedFeb 7, 2026

Maintainer

steipete

steipete

Maintains openai-whisper in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
282 B
SKILL.md
725 B
SKILL.md

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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install openai-whisper?

Run openclaw add @steipete/openai-whisper in your terminal. This installs openai-whisper into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/openai-whisper. Review commits and README documentation before installing.