spotify
Installation
SKILL.md
Spotify Mac Skill
This skill provides commands to control Spotify on macOS via AppleScript.
Available Scripts
All scripts are in the ./scripts/ directory (relative to this file). Execute them via bash from the plugin root.
Playback Control
| Script | Purpose | Arguments |
|---|---|---|
play.sh |
Resume playback | none |
pause.sh |
Pause playback | none |
toggle-playback.sh |
Toggle play/pause | none |
next-track.sh |
Skip to next track | none |
previous-track.sh |
Go to previous track | none |
play-uri.sh |
Play specific URI | <spotify_uri> [context_uri] |