← Back to Skills Marketplace
5971
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install audio
Description
Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.
Usage Guidance
Install this if you want an audio workflow helper. Work in a dedicated folder, keep backups of source recordings, review generated file lists before using concat commands, and avoid sending sensitive recordings to cloud transcription services unless you have approval and understand the provider's privacy and retention terms. Use environment variables for real API tokens instead of pasting secrets into commands or shared files.
Capability Analysis
Type: OpenClaw Skill
Name: audio
Version: 1.0.1
The skill bundle is classified as suspicious due to significant shell injection vulnerabilities. Specifically, the use of `ffmpeg -f concat -safe 0` in `commands.md` and `podcast.md` allows arbitrary file paths in the concatenation list, posing a risk if the agent constructs this list from unsanitized user input. Additionally, other shell commands involving command substitution and arithmetic (`$()`, `bc`) in `commands.md` and `podcast.md` could lead to arbitrary code execution if user-provided input is not properly sanitized by the OpenClaw agent before being passed to the shell.
Capability Assessment
Purpose & Capability
The skill's capabilities match its stated purpose: converting, cleaning, normalizing, transcribing, and preparing audio files using documented audio tools.
Instruction Scope
The instructions are scoped to user-provided audio files and user-requested commands; optional API transcription is visible, though the privacy implications could be clearer.
Install Mechanism
There is no executable installer or payload, but optional transcription tools are installed through ordinary pip or conda examples without pinning.
Credentials
Local shell commands, FFmpeg processing, batch conversion, and output file creation are proportionate for audio work; users should still review filenames and paths before running batch or concat examples.
Persistence & Privilege
No persistence, background execution, privilege escalation, or credential harvesting is declared; API keys and Hugging Face tokens appear only as placeholders for optional external transcription workflows.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install audio - After installation, invoke the skill by name or use
/audio - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Declare required binaries (ffmpeg, ffprobe), add requirements section with optional deps, add explicit scope
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Audio?
Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 5971 downloads so far.
How do I install Audio?
Run "/install audio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Audio free?
Yes, Audio is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Audio support?
Audio is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Audio?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills