A high-performance utility for generating custom sound effects from text prompts using the ElevenLabs API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sound-fx
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 sound-fx using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Sound FX skill enables AI agents to generate high-quality audio clips—such as applause, laughter, or ambient noise—directly from text descriptions. By leveraging the ElevenLabs SFX API, this Openclaw Skills integration allows developers to programmatically create soundscapes or UI feedback sounds for various applications. It provides a robust interface for text-to-sound conversion, ensuring that AI-driven workflows can include rich auditory elements.
This skill is designed to bridge the gap between AI text generation and multimedia production. It supports custom durations and provides an easy path for converting audio files into formats optimized for mobile platforms like WhatsApp using standard libraries like ffmpeg.
First, configure your API key by exporting it to your environment or adding it to your configuration file:
export ELEVENLABS_API_KEY="your_api_key_here"
Alternatively, you can set it within your global configuration at ~/.clawdbot/clawdbot.json:
{
"skills": {
"sound-fx": {
"env": {
"ELEVENLABS_API_KEY": "your_api_key_here"
}
}
}
}
To generate a sound effect, use the provided script:
scripts/generate_sfx.sh --text "short audience applause" --out "/tmp/applause.mp3" --duration 1.2
The skill manages audio generation through specific command-line flags and outputs structured media paths.
| Parameter | Type | Description |
|---|---|---|
--text |
String | The descriptive prompt for the sound effect (e.g., 'fast whoosh'). |
--out |
Path | The destination file path for the generated .mp3 file. |
--duration |
Float | Optional duration in seconds (ranges from 0.5 to 30s). |
All generated files are stored locally at the path specified by the --out parameter. The script returns a MEDIA: <path> string to the standard output to facilitate automated file handling by Openclaw Skills compatible agents.
Loading
A read-only Reddit scraper for AI agents that allows searching and browsing subreddits via the public JSON API without an API key.

An AI-powered skill to manage DingTalk calendars, attendee status, and meeting room reservations via the mcporter CLI.

A comprehensive implementation guide and toolset for full internationalization (i18n) and localized SEO in Next.js App Router applications.

An AI-powered skill for generating professional presentations and slide decks from text content, documents, or reference images via the 2slides API.

A high-performance, local text-to-speech engine optimized for Spanish voice synthesis and mobile messaging.

A specialized utility designed to automate the rotation and update of Claude Max API tokens across multiple OpenClaw Anthropic profiles.








































