A command-line utility for high-accuracy audio transcription leveraging the OpenAI Whisper API via Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mh-openai-whisper-api
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 mh-openai-whisper-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenAI Whisper API skill is a robust transcription tool designed to interface directly with the OpenAI whisper-1 model. As a featured part of Openclaw Skills, it allows users to process audio files via the /v1/audio/transcriptions endpoint using a simple curl-based wrapper. This tool is ideal for developers who need reliable speech-to-text capabilities without complex library dependencies.
By utilizing this skill within the Openclaw Skills framework, you gain the ability to handle various audio formats and receive structured text or JSON outputs. It bridges the gap between raw audio data and actionable text content, making it an essential component for any AI-driven automation pipeline.
To get started with this component of Openclaw Skills, ensure you have curl installed and an active OpenAI API key. Set your environment variable:
export OPENAI_API_KEY='your_api_key_here'
Or configure it within your local Openclaw Skills configuration file (~/.openclaw/openclaw.json):
{
"skills": {
"openai-whisper-api": {
"apiKey": "YOUR_API_KEY"
}
}
}
Run the transcription command:
./scripts/transcribe.sh /path/to/audio.m4a
This skill generates output files based on the input filename and selected flags. The data organization is as follows:
| Feature | Description |
|---|---|
| Default Output | Saves a .txt file with the same name as the input audio file. |
| JSON Output | Generates a .json file containing full API metadata when the --json flag is used. |
| Custom Path | Allows redirection of output data to a specific directory using the --out parameter. |
| Metadata | Includes model version (whisper-1) and language identifiers if provided. |
Loading
A powerful integration for managing Obsidian vaults, enabling automated note creation, searching, and link-safe refactoring via the command line.

A professional-grade integration for Openclaw Skills to programmatically manage Notion pages, data sources, and content blocks.

A dedicated security auditing and host hardening skill for Openclaw Skills deployments that balances risk tolerance with system usability.

A lightweight CLI utility for tracking and managing updates from blogs and RSS/Atom feeds.

A high-performance local speech-to-text engine that transcribes audio files without requiring an internet connection or API keys.

Empower your AI agent to search, filter, and analyze its own historical conversation logs and usage metrics.








































