A versatile speech-to-text utility that leverages OpenAI Whisper to transcribe audio and video files into multiple subtitle and text formats.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install whisper-transcribe
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install whisper-transcribe using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Whisper Transcribe is a high-performance transcription skill designed to convert audio and video content into structured text with exceptional accuracy. Built as part of the Openclaw Skills ecosystem, it utilizes OpenAI's Whisper models to provide features like automatic language detection and word-level timestamps. It is an essential tool for developers and content creators who need to process voice recordings, podcasts, or meeting notes into searchable, accessible formats.
This skill offers a flexible interface for different hardware environments, allowing users to choose between various model sizes depending on their RAM and precision requirements. By integrating this into your workflow, you gain the ability to handle a wide array of audio extensions including mp3, wav, m4a, and flac while generating standard outputs like SRT and VTT for immediate video integration.
To get started with Whisper Transcribe from Openclaw Skills, you must install the core dependencies on your system:
# Install the OpenAI Whisper CLI
pip install openai-whisper
# Ensure ffmpeg is installed for audio decoding
# For macOS:
brew install ffmpeg
# For Ubuntu/Debian:
sudo apt update && sudo apt install ffmpeg
After installation, you can run the provided transcription script. Note that the first run will automatically download the required model files (e.g., approximately 150MB for the base model).
Whisper Transcribe manages its output by generating files that share the base name of the source audio. The data can be organized as follows:
| Format | Description |
|---|---|
| .txt | A clean, plain-text transcript of the spoken content. |
| .srt / .vtt | Standard subtitle files with precise start and end timestamps. |
| .json | A detailed data structure containing segments, word-level timing, and model metadata. |
| --output-dir | A configurable directory path where all processed transcripts are centralized. |
Loading
A unified notification script that sends alerts across multiple platforms like Telegram, ntfy, and SMTP through a single interface.

A lightweight diagnostics script to monitor thermal performance, power stability, and resource usage on Raspberry Pi hardware.

A comprehensive interface to programmatically manage Dokploy projects, deployments, and infrastructure through its native API.

Shelv converts complex PDF documents into structured, searchable Markdown filesystems that can be navigated using standard Unix tools.

A comprehensive toolset for managing Microsoft Outlook and Hotmail email and calendar services through the Microsoft Graph API.

A specialized directory for discovering and searching crypto-native, x402-enabled API services designed for autonomous agents.








































