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:

  1. Go to https://developer.spotify.com/dashboard
  2. Create a new app
  3. Add redirect URI: http://localhost:8888/callback
  4. Copy Client ID and Client Secret

2. Set Environment Variables:

export SPOTIFY_CLIENT_ID="your_client_id"
export SPOTIFY_CLIENT_SECRET="your_client_secret"
Installs
Repository
clawdbot/skills
GitHub Stars
4.3K
First Seen
spotify-web-api — clawdbot/skills