spotifyControl Spotify playback on macOS. Play/pause, skip tracks, control volume, play artists/albums/playlists. Use when a user asks to play music, control Spotify, change songs, or adjust Spotify volume.
Install via ClawdBot CLI:
clawdbot install 2mawi2/spotifyInstall spotify CLI (brew):
Install spotify CLI (brew)Requires:
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"'
Generated Mar 1, 2026
Users can control Spotify playback on their macOS devices for personal entertainment, such as playing, pausing, skipping tracks, and adjusting volume. This is ideal for individuals listening to music while working, relaxing, or exercising at home, enhancing their daily routines with hands-free or voice-activated commands.
In a small office or coworking space, this skill allows employees to manage Spotify playback for background music, improving ambiance and productivity. It supports quick adjustments like volume control or changing playlists without interrupting work, fostering a pleasant and collaborative environment.
Integrated with smart home systems on macOS, this skill enables users to control Spotify playback as part of automated routines, such as playing music in the morning or during parties. It works with Spotify Connect for devices like Sonos, offering seamless audio management across connected speakers.
Therapists or caregivers can use this skill to control Spotify playback during music therapy sessions on macOS, allowing easy management of playlists tailored to patient needs. It supports playing specific artists or albums to create calming or stimulating environments, enhancing therapeutic outcomes.
Offer a basic version of the skill for free with limited features, such as basic playback controls, and charge a subscription fee for advanced capabilities like custom playlist integration or multi-device support. This model targets casual users and professionals, generating recurring revenue from premium upgrades.
License the skill to businesses, such as offices, cafes, or healthcare facilities, for use in their macOS environments to manage background music or therapeutic playlists. Provide tailored support and integration services, charging a one-time or annual licensing fee based on the number of devices or users.
Integrate the skill with Spotify's affiliate program to earn commissions by promoting Spotify Premium subscriptions or specific playlists through usage. Encourage users to upgrade or discover new music via the skill, generating revenue based on referrals or conversions without direct charges to end-users.
π¬ Integration Tip
Ensure Spotify desktop app is running on macOS and use AppleScript for playback commands; test with Spotify Connect for compatibility with devices like Sonos.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "δΈθ½½θ§ι’", "download video", "yt-dlp", "YouTube", "Bη«", "ζι³", "ζει³ι’", "extract audio".
Search and add movies to Radarr. Supports collections, search-on-add option.
Search and add TV shows to Sonarr. Supports monitor options, search-on-add.
A robust CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and thousands of other sites. Supports format selection, quality control, metadata embedding, and cookie authentication.