Control 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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install spotify或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install spotify⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/spotify/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: spotify description: Control 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. metadata: {"clawdbot":{"emoji":"🎵","requires":{"bins":["spotify"],"os":"darwin"},"install":[{"id":"brew","kind":"brew","packages":["shpotify"],"bins":["spotify"],"label":"Install spotify CLI (brew)"}]}} ---
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"'
安装 Spotify 后,可以对 AI 说这些话来触发它
Help me get started with Spotify
Explains what Spotify does, walks through the setup, and runs a quick demo based on your current project
Use Spotify to control Spotify playback on macOS
Invokes Spotify with the right parameters and returns the result directly in the conversation
What can I do with Spotify in my design & creative workflow?
Lists the top use cases for Spotify, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/spotify/ 目录(个人级,所有项目可用),或 .claude/skills/spotify/(项目级)。重启 AI 客户端后,用 /spotify 主动调用,或让 AI 根据上下文自动发现并使用。
Spotify 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Spotify 可免费安装使用。请查阅仓库了解许可证信息。
Control 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.
Spotify 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Spotify
Identifies repetitive steps in your workflow and sets up Spotify to handle them automatically