MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Productivity & Tasks
📋

Openai Whisper

Transcribe or translate audio files locally using OpenAI's Whisper CLI — no API key or internet connection required.

Peter Steinbergerv1.0.0
ProductivityAI PoweredOpen SourceCLISelf-Hosted
Connecting to VM...
Connecting to VM...
npx clawhub@latest install openai-whisper
161Stars
31.4kDownloads
91Current Installs
832All-time Installs
📦
v1.0.0Version
📅
Feb 26, 2026Updated
View Source(ClawHub)

Openai Whisper Skill Overview

Whisper (CLI) brings OpenAI's powerful speech-to-text model directly to your machine. It transcribes audio files in a wide range of formats and can also translate speech into English — all without sending data to an external API. Models are downloaded once and cached locally, making subsequent runs fast and fully offline.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install openai-whisper
or

Click the Install button at the top of this page for one-click setup

When to Use Openai Whisper

Best Fit

  • You need to transcribe audio or video files locally without an API key or usage costs.
  • You want privacy-preserving transcription where audio never leaves your machine.
  • You need subtitle/caption files (.srt) generated directly from audio.
  • You are processing a batch of recordings and want full control over model size vs. speed trade-offs.

When Not to Use

  • You need real-time or streaming transcription — Whisper CLI processes files, not live audio streams.
  • You need a managed cloud transcription service with guaranteed uptime and SLAs.
  • Your machine has very limited disk space or RAM and cannot accommodate the model weights (even the smallest models require several hundred MB).

Key Features

Fully Local, No API Key Required

Whisper runs entirely on your own hardware. No OpenAI account, no API key, and no data sent to external servers — just download the model weights once and transcribe offline.

Multiple Output Formats

Supports txt, srt, vtt, tsv, and json output formats via the --output_format flag, making it easy to generate captions, subtitles, or plain transcripts from a single command.

Translation to English

Pass --task translate to automatically translate non-English speech into English text, powered by the same model weights used for transcription.

Flexible Model Selection

Choose from a range of models (tiny, base, small, medium, large, turbo) to balance transcription speed against accuracy. The default on this install is turbo. Models are cached in ~/.cache/whisper after the first download.

Use Cases

Meeting or Interview Transcription

Drop a recorded .mp3 or .m4a file into Whisper with --model medium --output_format txt to get a clean text transcript without uploading sensitive conversations to a third-party service.

Subtitle Generation for Video

Use --output_format srt to produce a subtitle file ready to import into video editors or media players, ideal for content creators captioning their recordings locally.

Multilingual Audio Translation

Run --task translate on foreign-language audio to get an English transcript in one step, useful for researchers or journalists working with multilingual source material.

Connecting to VM...
npx clawhub@latest install openai-whisper
161Stars
31.4kDownloads
91Current Installs
832All-time Installs
📦
v1.0.0Version
📅
Feb 26, 2026Updated
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!