From sundial-org-awesome-openclaw-skills-4
Controls Spotify playback on macOS via shpotify CLI and AppleScript. Includes play/pause, skip tracks, volume, and play by name for artists/albums/playlists.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:spotifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Control Spotify on macOS. No API key required.
Control Spotify on macOS. No API key required.
spotify play # Resume
spotify pause # Pause/toggle
spotify next # Next track
spotify prev # Previous track
spotify stop # Stop
spotify vol up # +10%
spotify vol down # -10%
spotify vol 50 # Set to 50%
spotify status # Current track info
"Daft Punk" site:open.spotify.comopen.spotify.com/artist/4tZwfgrHOc3mvqYlEYSvVi → ID is 4tZwfgrHOc3mvqYlEYSvVi# Artist
osascript -e 'tell application "Spotify" to play track "spotify:artist:4tZwfgrHOc3mvqYlEYSvVi"'
# Album
osascript -e 'tell application "Spotify" to play track "spotify:album:4m2880jivSbbyEGAKfITCa"'
# Track
osascript -e 'tell application "Spotify" to play track "spotify:track:2KHRENHQzTIQ001nlP9Gdc"'
npx claudepluginhub sundial-org/awesome-openclaw-skillsControls the Spotify desktop app on macOS via AppleScript. Play playlists, tracks, albums, episodes, and manage playback without API keys or OAuth.
Controls Spotify playback and manages playlists: play/pause/skip tracks, search songs/albums/artists, create/add tracks, check now playing/library. Requires Premium.
Automate Spotify workflows including playlist management, music search, playback control, and user profile access via Composio MCP integration.