Rename
Skill Verified ActiveRenames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.
To provide a reliable and automated way to rename music albums or tracks, ensuring all associated metadata and file paths are consistently updated.
Features
- Renames albums and tracks
- Updates slugs, titles, and directory paths
- Validates user input and existing names
- Confirms actions with the user before execution
- Reports success or detailed error information
Use Cases
- When needing to change the name of an album or track
- To ensure consistency across all metadata and file system paths after a rename
- For bulk renames where manual path and title updates would be tedious
Non-Goals
- Renaming audio files themselves (they use Suno-generated names)
- Modifying content outside of album/track metadata and paths
- Performing operations unrelated to renaming
Documentation
- info:Configuration & parameter referenceWhile the MCP tool parameters (`old_slug`, `new_slug`, etc.) are mentioned, their default values and specific constraints are not explicitly documented.
Code Execution
- info:ValidationArgument parsing is described, but the use of a schema library for validation and sanitization of inputs like names and paths is not explicitly stated.
Execution
- info:Pinned dependenciesWhile Python 3.10+ is mentioned, specific pinned versions for dependencies or lockfiles for the MCP server scripts are not explicitly detailed in the skill's documentation.
Scope
- info:Dry-run previewThe skill includes a user confirmation step before executing the rename, which serves as a manual dry-run, but an automated `--dry-run` flag is not explicitly mentioned for the MCP tools.
Installation
First, add the marketplace
/plugin marketplace add bitwize-music-studio/claude-ai-music-skills/plugin install claude-ai-music-skills@bitwize-musicQuality Score
VerifiedTrust Signals
Similar Extensions
Import Track
100Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.
Validate Album
100Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.
Tutorial
100Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.
Import Audio
99Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.
Import Art
99Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.
Google Drive Skill
100Interact with Google Drive - search files, find folders, list contents, download files, upload files, create folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive, find a file/folder, list Drive contents, download or upload files, create folders, move files, or organize Drive content. Lightweight integration with standalone OAuth authentication supporting full read/write access.