spotify-web-api
Installation
SKILL.md
Spotify Web API (Cross-Platform)
Control Spotify via Web API. Works from any platform — no Mac required.
Setup
1. Create Spotify App:
- Go to https://developer.spotify.com/dashboard
- Create a new app
- Add redirect URI:
http://localhost:8888/callback - Copy Client ID and Client Secret
2. Set Environment Variables:
export SPOTIFY_CLIENT_ID="your_client_id"
export SPOTIFY_CLIENT_SECRET="your_client_secret"