19 lines
611 B
Markdown
19 lines
611 B
Markdown
# Spotify
|
|
|
|
The Spotify skill adds a local helper for Spotify Web API work from OpenClaw.
|
|
|
|
Current scope:
|
|
|
|
- search Spotify tracks
|
|
- list the current user's playlists
|
|
- create private or public playlists
|
|
- add and remove track URIs
|
|
- search and add tracks
|
|
- import tracks from text lists, M3U/M3U8 playlists, and local folders
|
|
|
|
The skill uses OAuth2 Authorization Code with PKCE. It does not need a Spotify client secret and does not use browser automation for Spotify operations.
|
|
|
|
Implementation is in `skills/spotify/`.
|
|
|
|
Setup and live-smoke details will be completed with the auth and command implementation.
|