configure
Installation
SKILL.md
Spotify Ads API Configuration
Set up or update the plugin's local settings file for the active platform.
Modes
Parse the user's argument to determine the configuration mode:
oauth (default if no argument)
Full OAuth 2.0 authorization flow with automatic token refresh.
Prerequisite: The user must have added http://127.0.0.1:8080/callback as a redirect URI in their app settings at developer.spotify.com. Remind the user of this before starting the flow.
- Choose the active settings file:
- Codex: write
.codex/spotify-ads-api.local.md. - Claude: write
.claude/spotify-ads-api.local.md. - Gemini: write
.gemini/spotify-ads-api.local.md. Read that file if it exists. If it does not exist, read another platform's settings file as defaults, but do not overwrite it unless the user asks.
- Codex: write