A comprehensive audio processing toolkit for AI agents to analyze, convert, and manipulate media files using industry-standard CLI tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install audio-handler
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 audio-handler using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Audio Handler skill is a robust integration designed for AI coding agents to manage a wide array of audio tasks. By leveraging the power of ffmpeg and ffprobe, this skill allows your agent to perform deep metadata analysis, format transcoding, and precise audio editing. This is a vital component of the Openclaw Skills ecosystem for developers building media-heavy applications or automated content pipelines.
Supporting formats from standard MP3 to specialized Opus and FLAC, the skill provides high-level control over audio properties. It handles everything from simple playback on macOS to complex multi-track mixing and loudness normalization, ensuring that your AI agent can function as a virtual audio engineer.
To use this skill within your Openclaw Skills configuration, ensure that ffmpeg is installed and available in your system path.
# For macOS users
brew install ffmpeg
# For Linux users
sudo apt update && sudo apt install ffmpeg
After installation, ensure the helper scripts have execution permissions:
chmod +x scripts/audio_info.sh scripts/convert_audio.sh scripts/trim_audio.sh scripts/normalize_audio.sh
The Audio Handler organizes data through CLI tool outputs and standardized scripts. Below is the metadata and format taxonomy:
| Feature | Details |
|---|---|
| Supported Formats | MP3, WAV, FLAC, AAC, M4A, OGG, Opus, WMA, AIFF |
| Metadata Format | JSON via ffprobe (streams, duration, bitrate, sample rate) |
| Processing Hooks | Custom shell scripts for info, conversion, trimming, and normalization |
| TTS Output | AIFF (native) or converted MP3/AAC via ffmpeg pipeline |
Loading
A professional-grade portrait segmentation skill for AI agents to perform automatic image matting and contour recognition.

A professional-grade face fusion skill that seamlessly merges user faces with template images using high-performance Tencent Cloud AI.

A professional AI image generation skill leveraging the Tencent Cloud HunYuan large model for high-quality text-to-image and image-to-image synthesis.

A high-performance AI skill to generate high-fidelity 3D models from text or image inputs using Tencent Cloud Hunyuan 3D technology.

A versatile utility for extracting text, metadata, and converting various document formats including PDF, Word, and Excel.

A comprehensive utility for reading, analyzing, and manipulating a wide variety of image formats using native macOS tools and ffmpeg.








































