Extract artists from concert/festival lineups and create playlists to preview their music. Use this skill when: - User shares a concert, festival, or event URL and wants to discover the artists - User asks to create playlists from a lineup (Apple Music, YouTube, Spotify) - User wants to preview music before attending a show - User mentions RA (Resident Advisor), Songkick, Bandsintown, or any event page with artists Triggers: "create playlist from lineup", "extract artists from concert", "make a playlist for [event]", "preview the artists", "who's playing at [event]"
Extract artists from any concert/event page and create playlists on Apple Music, YouTube, and/or Spotify.
Use WebFetch to get the event page content, then extract artist names:
WebFetch: [event URL]
Prompt: "Extract all artist/performer names from this event page. Return as a simple list."
Common sources: RA (ra.co), Songkick, Bandsintown, Eventbrite, festival websites.
Present the extracted lineup and ask which platforms to create playlists on:
Use browser automation (mcp__claude-in-chrome__* tools) for each platform. See platform references:
Parallel execution: Use Task tool with subagent_type to create playlists on multiple platforms simultaneously.
Some underground artists may not be on all platforms. Log which artists couldn't be found and continue with the rest.
1. Navigate to platform
2. Create new playlist with event name
3. For each artist:
a. Search for artist
b. Hover over top result to reveal menu
c. Click "..." or menu button
d. Select "Add to Playlist" → [playlist name]
4. Report final count
hover action to reveal hidden menu buttons