High-speed audio transcription leveraging Groq specialized ASR models via a streamlined curl interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install groq-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 groq-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 Groq Whisper API skill provides a high-performance interface for transcribing audio files using the Groq inference engine. By utilizing the OpenAI-compatible audio transcriptions endpoint, this skill allows developers to convert speech to text with extreme speed and accuracy, supporting cutting-edge models like whisper-large-v3-turbo. Integrating this into your automated workflow through Openclaw Skills ensures low-latency processing and easy CLI-based integration for various audio formats.
To get started with this skill, ensure you have a valid Groq API key and curl installed on your system. You can set your API key as an environment variable or within your global configuration for Openclaw Skills.
export GROQ_API_KEY='your_api_key_here'
Alternatively, configure it in your configuration file:
{
"skills": {
"groq-whisper-api": {
"apiKey": "GROQ_KEY_HERE"
}
}
}
The skill manages audio input and text-based output. It follows a predictable schema for file generation and metadata handling within Openclaw Skills.
| Feature | Details |
|---|---|
| Input Formats | .m4a, .mp3, .ogg, .wav, .webm |
| Output Formats | .txt (default), .json |
| Default Model | whisper-large-v3-turbo |
| Config Path | ~/.openclaw/openclaw.json |
Loading
A specialized CLI utility that transforms standard Markdown content into fully formatted Notion blocks, supporting tables, callouts, and rich text.

A comprehensive AI-powered assistant for querying Radix DLT blockchain data, including wallets, tokens, and ecosystem news.

A comprehensive AI-powered assistant for querying Radix DLT blockchain data, including wallet balances, DeFi yields, and ecosystem news.

A comprehensive AI assistant for querying real-time Radix DLT blockchain data, DeFi yields, and ecosystem news.

A CLI-based tool for querying public bird song detection data and wildlife trends from BirdWeather stations globally.

A professional-grade CLI integration for full Remember The Milk task lifecycle management within an AI agent environment.








































