plumbeer-music-producer-playlist

Build YouTube Music playlists from Genius producer credits or full album tracklists.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/marioplumbeer/skills --skill plumbeer-music-producer-playlist-marioplumbeer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plumbeer-music-producer-playlist
Source: https://github.com/marioplumbeer/skills/tree/main/.agents/skills/plumbeer-music-producer-playlist
Command: npx skills add https://github.com/marioplumbeer/skills --skill plumbeer-music-producer-playlist-marioplumbeer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, google-auth-oauthlib, and includes scripts (resource) and references (resource) components.

What problem does it solve? YouTube has no concept of producer credits, so it cannot answer "make me a playlist of songs produced by X" — it can only show a producer's own uploads, missing every track they produced for other artists. This Skill uses Genius as the source of truth for producer credits and album tracklists, matches each song to its YouTube video, and creates the playlist in your YouTube Music account only after you approve the exact track list. ## Core Features & Use Cases - Producer flow: Resolve one or more producers (e.g. Pharrell, Timbaland) to confirmed Genius artist credits, pull songs they actually produced — including tracks released under other artists — and build a playlist sorted by recency or popularity. - Album flow: List an artist's full Genius discography (including deluxe editions and mixtapes), let you pick albums, and build a playlist of complete tracklists in album order. - Safe writes: Every run presents a plan for explicit approval before creating, merging into, or replacing a playlist, with deduplication by video ID and per-song failure reporting. - Use Case: Ask for "a playlist of the producers behind Kendrick Lamar's biggest songs" — the Skill derives the producer list, optionally excludes Kendrick's own tracks, and builds a crate-dig playlist of their work for other artists. ## Quick Start Ask the assistant to make a YouTube Music playlist of songs produced by Pharrell and Timbaland, three tracks each, sorted by most recent.

Frequently Asked Questions about plumbeer-music-producer-playlist

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

FAQPage Schema
How do I make a YouTube Music playlist of songs produced by a specific producer?▼

Provide the producer's name and the Skill resolves them to a Genius artist, confirms real producer credits via Genius song details, matches each song to YouTube, and shows you the track list for approval before creating the playlist.

How do I build a playlist from full albums by an artist?▼

Name the artist and the Skill lists their full Genius discography, including deluxe editions and mixtapes. You pick which albums to include, and it builds a playlist of complete tracklists in original album order.

What credentials does the YouTube playlist creation require?▼

You need a Genius API client access token for credit discovery and a Google Cloud OAuth client authorized for the YouTube Data API v3. A one-time browser auth caches a refresh token that is reused silently afterward.

Why are some songs skipped when building the playlist?▼

Matching relies solely on the YouTube link Genius provides in a song's media field; the script never calls YouTube search. Songs without a Genius-linked video, or with failed lookups, are skipped and recorded with reasons in tracks_skipped.

Can I add tracks to an existing YouTube playlist instead of creating a new one?▼

Yes. The list-playlists command shows your existing playlists, and execute supports merge mode to add tracks on top or replace mode to clear the playlist first. Replace is destructive and always requires your explicit choice.