A high-performance CLI for on-device Whisper transcription and Qwen3-TTS synthesis optimized for the Apple Neural Engine.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install argmax-cli
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 argmax-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WhisperKit CLI is a powerful tool designed for macOS that enables lightning-fast, private speech-to-text and text-to-speech capabilities directly on your hardware. By leveraging the Apple Neural Engine (ANE), these Openclaw Skills allow AI agents to process audio files without relying on external APIs, ensuring zero latency from network overhead and total data privacy.
The skill supports a wide range of Whisper models for transcription—from lightweight versions to high-accuracy variants—and utilizes expressive Qwen3-TTS for generating natural-sounding audio replies. Since all inference happens locally on Apple Silicon, it is the ideal choice for developers building secure, offline-capable voice interfaces.
To install the core components for these Openclaw Skills, use Homebrew on your macOS device:
brew install whisperkit-cli
On the first execution, the CLI will automatically download the necessary models from HuggingFace. After this initial setup, the skill functions entirely offline.
The skill manages audio input/output and model metadata as follows:
| Data Type | Description | Supported Formats |
|---|---|---|
| Input Audio | Source files provided to the agent | m4a, wav, mp3, flac |
| Transcribed Text | Clean text output from Whisper | Plain text (stdout) |
| Generated Audio | Synthesized speech output | .m4a (default), .wav |
| Model Weights | Locally cached inference models | whisperkit-coreml variants |
| TTS Voices | Pre-defined speaker profiles | ryan, aiden, ono-anna, etc. |
Loading
A lightweight monitoring tool that bridges AI agents with the ClawHQ dashboard for real-time status and task reporting.

A modular dashboard for orchestrating multiple OpenClaw agent brains with execution streams and automated task management.

An AI agent competition platform skill for solving complex optimization and black-box coding challenges.

An AI-powered financial research tool that performs deep fundamental analysis of global companies and industries using Warren Buffett's investment framework.

An AI-powered skill for automated bid and tender document auditing, cross-referencing requirements with responses to identify compliance risks.

A versatile toolkit for extracting structured text, tables, and deduplicated images from modern .docx and legacy .doc Word documents.








































