SkillAgentSearch skills...

Realreleaseradar

Creates and updates a Release Radar playlist on Spotify with all your new weekly tracks.

Install / Use

/learn @yboyer/Realreleaseradar
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img height="350" src="https://raw.githubusercontent.com/yboyer/realreleaseradar/master/.github/large.jpg"> <p align="center"><i>Real Release Radar</i> Spotify's playlist</p> </p>

Creates and updates, every friday, a Release Radar playlist on Spotify with all your new weekly tracks.

Usage

Setup

  1. Go to https://developer.spotify.com/my-applications/
  2. Create an app
  3. Get the client id and the client secret
  4. Set your redirect url (https://your.base.url/callback -> the /callback is important)
docker run --name releaseradar \
  -e CLIENT_ID=$CLIENT_ID \
  -e CLIENT_SECRET=$CLIENT_SECRET \
  -e REDIRECT_URI=$REDIRECT_URI \
  -v $PWD/releaseradar_data/:/src/users/dbs \
  -p 3000:3000 \
  ghcr.io/yboyer/realreleaseradar
<p align="center"> <img width="800" src="https://raw.githubusercontent.com/yboyer/realreleaseradar/master/.github/screen.png"> </p>

License

MIT © Yoann Boyer

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated3d ago
Forks2

Languages

JavaScript

Security Score

95/100

Audited on Apr 3, 2026

No findings