pitchfork-best-tracks

Create a Spotify playlist from Pitchfork's 10 newest Best New Tracks.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill pitchfork-best-tracks-uniquecrete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pitchfork-best-tracks
Source: https://github.com/Uniquecrete/ThinkFasterv1/tree/main/Skills/pitchfork-best-tracks
Command: npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill pitchfork-best-tracks-uniquecrete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It saves you the time and effort of manually finding Pitchfork’s newest “Best New Tracks” and turning them into a Spotify playlist.

Core Features & Use Cases

  • Latest track discovery: Retrieves Pitchfork’s Best New Tracks page and extracts the 10 most recent tracks with titles and artists.
  • Spotify matching & playlist building: Searches Spotify sequentially for each track, creates a new playlist, and adds matched tracks by Spotify track IDs.
  • Results reporting: Summarizes how many tracks were added, which ones matched, which weren’t found, and the final playlist name.

Quick Start

Create a Spotify playlist from the latest Pitchfork Best New Tracks using my connected Spotify account.

Frequently Asked Questions about pitchfork-best-tracks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically create a Spotify playlist from Pitchfork Best New Tracks?

You can automatically create a Spotify playlist from Pitchfork Best New Tracks by fetching the web page, extracting track titles and artists, matching them to Spotify records, and inserting the track URIs into a new playlist.

What happens if Spotify rate limiting blocks the track matching process?

Spotify rate limiting is handled during deterministic sequential track lookups to ensure the matching process retrieves track records without exceeding API limits, allowing the playlist creation workflow to complete the track insertion successfully.

Can I see which Pitchfork tracks were not found on Spotify?

Yes, the results reporting summarizes matched tracks and misses, detailing exactly which Pitchfork Best New Tracks were not found on Spotify alongside the total number of tracks successfully added to the final playlist.

Do I need a connected Spotify account to automate playlist creation from music discovery websites?

Yes, a connected Spotify account is required to automate playlist creation from music discovery websites, as the workflow needs authenticated access to search Spotify tracks, create a new playlist, and insert matched track URIs.

What is the best way to turn web scraping results into a listening-ready Spotify playlist?

The best way to turn web scraping results into a listening-ready Spotify playlist is to extract track and artist data from the target page, perform sequential Spotify lookups with rate-limit handling, and use URI-based track insertion to populate a new playlist.