← Back to Skills Marketplace
alesys

Audio Mastering CLI

by Rolf · GitHub ↗ · v1.0.2
win32 ⚠ suspicious
821
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install audio-mastering-cli
Description
CLI audio mastering without a reference track using ffmpeg; accepts audio or video inputs and outputs mastered WAV/MP3 or remuxed MP4.
README (SKILL.md)

Audio Mastering CLI

Usa este skill cuando el usuario quiera masterizar audio sin referencia, por CLI, sobre archivo de audio o video.

Entradas soportadas

  • Audio: wav, aiff, flac, mp3, m4a
  • Video: mp4, mov, m4v, mkv, webm

Flujo

  1. Verifica que existe el archivo de entrada.
  2. Ejecuta: powershell -ExecutionPolicy Bypass -File "{baseDir}/scripts/master_media.ps1" -InputFile "\x3Cruta-archivo>" -MakeMp3
  3. Entrega salidas:
    • WAV master: \x3Cbase>_master.wav
    • MP3 master: \x3Cbase>_master.mp3 (si -MakeMp3)
    • Si la entrada es video: \x3Cbase>_master.mp4 con video original + audio masterizado AAC 320k
  4. Reporta loudness/true peak del log.

Cadena aplicada

  • highpass + lowpass
  • EQ suave de correccion/mejora
  • acompressor
  • alimiter
  • loudnorm dos pasadas (objetivo conservador multiplaforma)

Verificacion opcional

ffmpeg -hide_banner -i "\x3Carchivo_master.wav>" -af "loudnorm=I=-14:TP=-1:LRA=7:print_format=summary" -f null NUL

Notas

  • Para video: se conserva el stream de video (-c:v copy) y solo se reemplaza audio.
  • Si hay avisos de clipping interno en EQ, bajar input o ganancias de EQ y reexportar.\r
Usage Guidance
Do not run the provided PowerShell command until you have the actual script and have inspected it. The SKILL.md expects a file scripts/master_media.ps1 that is not included in this package; acquiring that script from an external repo (or running it directly) could execute arbitrary commands. Steps to take before installing or running: 1) Obtain the referenced GitHub repo URL from the metadata and clone it yourself; 2) Inspect scripts/master_media.ps1 for any network calls, file operations, or calls to other binaries; 3) Verify that any ffmpeg commands in the script do only local re-encoding/remuxing and do not upload data; 4) Avoid running PowerShell with -ExecutionPolicy Bypass on untrusted scripts — run in a sandboxed VM or isolated environment if possible; 5) Prefer to fetch the code from the official repo and confirm its integrity (commit hash, maintainer) rather than running a missing script from an unspecified source. If the author can provide the missing script in the package or a clear install step that fetches a signed/verified release, re-evaluate; otherwise treat this package as incomplete and potentially risky.
Capability Analysis
Type: OpenClaw Skill Name: audio-mastering-cli Version: 1.0.2 The skill is designed for audio mastering using `ffmpeg` and PowerShell. It is classified as suspicious due to a critical shell injection vulnerability identified in the `SKILL.md` file. The instructions for the OpenClaw agent directly embed user-provided file paths (`<ruta-archivo>`) into `powershell` and `ffmpeg` commands without any explicit sanitization. This flaw could allow a malicious user to inject arbitrary commands, potentially leading to remote code execution if the OpenClaw agent does not robustly sanitize inputs before execution. There is no evidence of intentional malicious behavior such as data exfiltration, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
The name/description (CLI audio mastering) align with the declared requirements (ffmpeg and powershell). However, the SKILL.md explicitly runs a local script at {baseDir}/scripts/master_media.ps1. That script is not present in the package and there is no install spec to obtain it, so the skill cannot perform its claimed function as-is and would require fetching/executing external code.
Instruction Scope
Instructions are narrowly scoped to running a local PowerShell script which in turn is expected to call ffmpeg; there are no declared steps that exfiltrate data or read unrelated system credentials. However the recommended command uses -ExecutionPolicy Bypass and runs an external script file — running PowerShell scripts obtained from outside should be audited because they can perform arbitrary I/O, network activity, or spawn other processes.
Install Mechanism
There is no install spec (instruction-only), which is low-risk in itself. But README and SKILL.md imply a repository with a scripts/ directory; the packaged files do not include the referenced script. The missing script means an operator would need to clone/download code from the referenced GitHub URL (or another source) before use — that download step is not specified or verified in the package and is a potential supply-chain risk.
Credentials
The skill requests no environment variables or credentials and only needs ffmpeg and powershell, which are appropriate for a Windows ffmpeg wrapper. There are no unrelated secrets or config paths requested.
Persistence & Privilege
The skill does not request persistent presence (always:false) and uses default autonomous invocation. It does not attempt to modify other skills or system-wide settings in the provided instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install audio-mastering-cli
  3. After installation, invoke the skill by name or use /audio-mastering-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Updated skill description to English.
v1.0.1
README translated to English; initial public packaging improvements.
Metadata
Slug audio-mastering-cli
Version 1.0.2
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Audio Mastering CLI?

CLI audio mastering without a reference track using ffmpeg; accepts audio or video inputs and outputs mastered WAV/MP3 or remuxed MP4. It is an AI Agent Skill for Claude Code / OpenClaw, with 821 downloads so far.

How do I install Audio Mastering CLI?

Run "/install audio-mastering-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Audio Mastering CLI free?

Yes, Audio Mastering CLI is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Audio Mastering CLI support?

Audio Mastering CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).

Who created Audio Mastering CLI?

It is built and maintained by Rolf (@alesys); the current version is v1.0.2.

💬 Comments