← ClaudeAtlas

apple-music-djlisted

Ultimate personalization engine for Apple Music. Analyzes listening history, Apple Music Replay stats, library data, and taste patterns to create intelligent playlists directly in the user's Apple Music library via the MusicKit API. Supports deep cuts discovery, mood/activity playlists, trend scouting, constellation discovery ("surprise me"), playlist refresh/evolution, automated weekly curation via cron, taste DNA cards, compatibility scoring, listening insights, catalog gap analysis, album deep dives, artist rabbit holes, daily song drops, concert prep, and personalized new release radar. Use this skill whenever the user mentions Apple Music, playlists, music recommendations, listening habits, music taste, "what should I listen to", discovering new music, mood playlists, workout playlists, deep cuts, hidden gems, trending music, "surprise me", refreshing a playlist, or anything related to curating their music experience. Also trigger on: "DJ", "mix", "playlist for", "music for", "songs like", "similar to",
and3rn3t/apple-music-dj · ★ 1 · Data & Documents · score 73
Install: claude install-skill and3rn3t/apple-music-dj
# Apple Music DJ 🎧 An intelligent Apple Music personalization engine for OpenClaw. Reads your listening history, Replay stats, ratings, and library to build a deep taste profile — then generates playlists using five strategies, surfaces insights about your listening, and writes everything directly to your Apple Music library. Also includes shareable Taste DNA Cards, compatibility scoring, catalog gap analysis, album deep dives, artist rabbit holes, daily song drops, concert prep playlists, and personalized new release radar. ## Architecture ``` User Request │ ▼ ┌─────────────┐ ┌──────────────────────────────────────────────┐ │ Taste │◄──│ Apple Music API (read) │ │ Profiler │ │ · recently played · library songs/artists│ │ (cached) │ │ · heavy rotation · ratings (loved/hated)│ │ │ │ · recommendations · Replay summaries │ └──────┬───────┘ └──────────────────────────────────────────────┘ │ ▼ ┌─────────────┐ ┌──────────────────────────────────────────────┐ │ Strategy │───▶│ Apple Music API (catalog) │ │ Engine │ │ · search · charts · artist albums/top songs │ │ │ │ · genres · new releases │ └──────┬───────┘ └──────────────────────────────────────────────┘ │ ▼ ┌─────────────┐ ┌─────────────────────────────���────────────────┐ │ Playlist │───▶│ Apple Music API (write)