← 返回 Skills 市场
alesys

Audio Mastering CLI

作者 Rolf · GitHub ↗ · v1.0.2
win32 ⚠ suspicious
821
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install audio-mastering-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /audio-mastering-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Updated skill description to English.
v1.0.1
README translated to English; initial public packaging improvements.
元数据
Slug audio-mastering-cli
版本 1.0.2
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 821 次。

如何安装 Audio Mastering CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install audio-mastering-cli」即可一键安装,无需额外配置。

Audio Mastering CLI 是免费的吗?

是的,Audio Mastering CLI 完全免费(开源免费),可自由下载、安装和使用。

Audio Mastering CLI 支持哪些平台?

Audio Mastering CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。

谁开发了 Audio Mastering CLI?

由 Rolf(@alesys)开发并维护,当前版本 v1.0.2。

💬 留言讨论