Import Track Skill
**Why it matters:** Albums are organized by genre. `find_album` resolves the genre automatically.
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: May 17, 2026
Prompt Preview
---
name: import-track
description: Moves 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.
argument-hint: <file-path> <album-name> [track-number]
model: claude-haiku-4-5-20251001
allowed-tools:
- Read
- Bash
- Glob
- bitwize-music-mcp
---
## Your Task
**Input**: $ARGUMENTS
Import a track markdown file (.md) to the correct album location based on config.
---
# Import Track Skill...
Full prompt length: 4952 characters
Tools & Technologies
- go