YTMusic Librarian This skill uses the Python library to interact with YouTube Music. Prerequisites - Python 3.x - package: - Authentication file ( or ) in the skill folder. Setup Instructions 1. Install the library: 2. Generate Authentication (The "cURL Handshake"): - Open Microsoft Edge and visit music.youtube.com (ensure you are logged in). - Press to open DevTools, go to the Network tab. - Click your Profile Icon - Library on the page. - Look for a request named in the network list. - Right-click the request - Copy - Copy as cURL (bash) . - Paste that cURL command into a file named in the…