From media-management
Import MP3 files into Apple Music via auto-import folder. Use when importing music to Apple Music library.
How this skill is triggered — by the user, by Claude, or both
Slash command
/media-management:import-to-apple-musicThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Check environment variable: MEDIA_MGMT_LIBRARY_IMPORT
Scripts are in scripts/ relative to this skill directory.
import-mp3s.sh <source_folder> <import_folder> — Validate source and import folders, copy all MP3s, output JSON with results. Run --help for details.Run the import script with the resolved paths:
bash scripts/import-mp3s.sh "$SOURCE_FOLDER" "$LIBRARY_IMPORT"
The script validates both folders exist, copies all MP3 files, and reports the count and file list as JSON.
Apple Music picks up files from the auto-import folder automatically. This may take a few seconds.
Tell the user:
Files have been copied to the Apple Music auto-import folder. Please open Apple Music and verify the album appears correctly:
- All tracks show as a single album (not individual items)
- Artist and album names are correct
- Track order is correct
Confirm when the import looks good, or tell me what needs fixing.
If the user reports problems:
npx claudepluginhub eyelock/assistants --plugin media-managementMoves audio files (WAV, MP3, etc.) to the correct album folder with proper path structure. Handles single files and stems zip extraction into per-track subfolders.
Generates personalized music playlists by scanning Apple Music play data and Spotify exports, using mmx CLI for AI songs and album covers. Handles multilingual user prompts.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.