← Back to Skills Marketplace
haiyangzhang888

MP3 Tag Cleaner

by HaiyangZhang888 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mp3-tag-cleaner
Description
Batch remove promotional metadata from MP3 ID3v1 and ID3v2 tags while preserving audio data and file integrity.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mp3-tag-cleaner
  3. After installation, invoke the skill by name or use /mp3-tag-cleaner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Clear MP3 ID3v1 and ID3v2 tags to remove promotion info
Metadata
Slug mp3-tag-cleaner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MP3 Tag Cleaner?

Batch remove promotional metadata from MP3 ID3v1 and ID3v2 tags while preserving audio data and file integrity. It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install MP3 Tag Cleaner?

Run "/install mp3-tag-cleaner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MP3 Tag Cleaner free?

Yes, MP3 Tag Cleaner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MP3 Tag Cleaner support?

MP3 Tag Cleaner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MP3 Tag Cleaner?

It is built and maintained by HaiyangZhang888 (@haiyangzhang888); the current version is v1.0.0.

💬 Comments