A comprehensive audio manipulation toolkit for transcribing, generating, and transforming audio files with AI-powered precision.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install iyeque-audio-processing
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 iyeque-audio-processing using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive suite for audio handling within an AI agent environment. By integrating industry-standard libraries like Whisper for transcription and gTTS for speech generation, it enables seamless audio-to-text and text-to-audio workflows. It is built to be a core part of the Openclaw Skills ecosystem, offering robust features for developers needing to process media files programmatically.
Beyond basic conversion, the skill includes advanced utilities for feature extraction and voice activity detection (VAD). It ensures high performance and security by validating file paths and managing resource-intensive tasks like model loading efficiently. Whether you are building a voice assistant or a media analysis pipeline, this skill provides the necessary primitives for sophisticated audio handling.
First, ensure you have the system dependencies installed on your machine:
brew install ffmpeg
Next, install the required Python packages to enable the full functionality of these Openclaw Skills:
pip install openai-whisper gTTS librosa pydub soundfile numpy webrtcvad-wheels
The skill is then ready to be invoked via the audio_tool using the command line.
The skill uses standard JSON outputs and works with common audio formats like WAV and MP3. Below is the typical structure for transcription and feature extraction results:
| Data Type | Description | Key Fields |
|---|---|---|
| Transcription | Whisper output | text, segments (start, end, text) |
| TTS Result | Metadata for generated audio | file_path, status |
| Audio Features | Technical analysis data | duration, sample_rate, mfcc_mean, rms_mean |
| VAD Segments | Voice detection timestamps | segments (list of start/end pairs) |
All output files are saved to resolved absolute paths provided by the user or auto-generated defaults.
Loading
A comprehensive toolset for audio ingestion, analysis, transformation, and generation using Whisper and Librosa.

A sophisticated computational implementation of the traditional Mei Hua Yi Shu divination system based on hour and minute parameters.

A Node.js-powered tool for performing traditional Chinese Xiao Liu Ren divination based on the current lunar calendar.

WorthClip is an AI-driven tool that evaluates YouTube videos against your personal learning goals to provide scores, summaries, and curated feeds.

A lightweight monitoring tool for retrieving real-time system metrics including CPU, memory, disk usage, and active processes.

A Python-powered utility for extracting plain text and comprehensive metadata from PDF documents using PyMuPDF.








































