← 返回 Skills 市场
MP3 Tag Cleaner
作者
HaiyangZhang888
· GitHub ↗
· v1.0.0
· MIT-0
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mp3-tag-cleaner
功能描述
Batch remove promotional metadata from MP3 ID3v1 and ID3v2 tags while preserving audio data and file integrity.
安全使用建议
Be aware this package contains C# source but the SKILL.md implies a prebuilt tools/id3clear2.exe; the provided program hard-codes a file-list path (C:\Users\Haiyang\AppData\Local\Temp\mp3files_1_100_utf8.txt) and a temp directory (C:\Temp\MP3Work_ID3) and will recursively delete and recreate that temp directory. Before running anything: (1) review the source yourself or have it reviewed; (2) do not run any untrusted compiled exe — compile from source in a controlled environment if needed; (3) modify the program to accept a folder or file-list argument instead of the hard-coded path (or create the expected file list at the hard-coded path deliberately); (4) backup your MP3 files first (the tool overwrites originals and removes ID3v1 tags permanently); (5) be cautious that Directory.Delete(tempDir, true) will remove the entire temp directory — pick a unique temp path to avoid accidental data loss. These are engineering/incoherence concerns rather than clear signs of exfiltration or malware, but they merit caution.
功能分析
Type: OpenClaw Skill
Name: mp3-tag-cleaner
Version: 1.0.0
The skill contains a C# tool (tools/ClearID3v12.cs) with hardcoded absolute file paths targeting a specific user directory (C:\Users\Haiyang\...) and a root-level temporary folder (C:\Temp\). This implementation is highly irregular for a portable skill and suggests either a poorly authored tool or one designed for a specific target environment. While the logic for stripping ID3 tags appears to match the stated purpose, the use of fixed paths and the direct overwriting of files based on a list from a hardcoded location are risky behaviors that could lead to unintended file modification or failure on most systems.
能力评估
Purpose & Capability
The name/description (remove ID3 tags) match the included C# source which strips ID3v1/v2 frames and preserves audio data. The skill does not request unrelated credentials or system-level access, so capabilities are generally proportionate to purpose.
Instruction Scope
The SKILL.md instructs the user to generate a file list for the folder they want cleaned and run tools/id3clear2.exe. The C# program, however, hard-codes fileListPath = C:\Users\Haiyang\AppData\Local\Temp\mp3files_1_100_utf8.txt and tempDir = C:\Temp\MP3Work_ID3. That mismatch means the instructions do not reflect the actual runtime behavior. The program will delete and recreate the temp directory (Directory.Delete(..., true)), copy files there, overwrite originals, and finally delete the temp dir — which is destructive if the hard-coded path is shared or contains other data.
Install Mechanism
No install spec or binary is included in the registry package (instruction-only). Source code is present (tools/ClearID3v12.cs) and SKILL.md suggests compiling with csc.exe; no remote downloads or obscure installers are used.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only environment-like behavior is hard-coded filesystem paths inside the source (user temp path and C:\Temp), which are unnecessary for a generic tool and reduce portability but are not secret access requests.
Persistence & Privilege
always:false and the skill does not request persistent privileges or modify other skills. It does overwrite files on disk (its stated function) and removes a temp directory, which is expected behavior but should be handled carefully.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mp3-tag-cleaner - 安装完成后,直接呼叫该 Skill 的名称或使用
/mp3-tag-cleaner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Clear MP3 ID3v1 and ID3v2 tags to remove promotion info
元数据
常见问题
MP3 Tag Cleaner 是什么?
Batch remove promotional metadata from MP3 ID3v1 and ID3v2 tags while preserving audio data and file integrity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。
如何安装 MP3 Tag Cleaner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mp3-tag-cleaner」即可一键安装,无需额外配置。
MP3 Tag Cleaner 是免费的吗?
是的,MP3 Tag Cleaner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MP3 Tag Cleaner 支持哪些平台?
MP3 Tag Cleaner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MP3 Tag Cleaner?
由 HaiyangZhang888(@haiyangzhang888)开发并维护,当前版本 v1.0.0。
推荐 Skills