Install
openclaw skills install spotify-controlmacOS Spotify control skill for OpenClaw. Supports playback, volume, position, and metadata retrieval via AppleScript.
openclaw skills install spotify-controlControl Spotify on macOS using AppleScript. This skill provides a set of commands to manage playback, volume, and track information.
Agents should use the scripts/spotify-control.py wrapper for all commands.
# Toggle play/pause
scripts/spotify-control.py playpause
# Get current track info
scripts/spotify-control.py get-info
# Set volume to 80%
scripts/spotify-control.py set-volume 80
# Seek to 1 minute (60s)
scripts/spotify-control.py set-position 60