用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fingerskier/spotify-claude-plugin --skill spotify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spotify |
| description | Control Spotify playback — play, pause, skip, search, queue, volume, and more. |
Run the Spotify CLI command using the arguments provided by the user.
The Spotify CLI is located at ${CLAUDE_PLUGIN_ROOT}/lib/cli.js.
To execute a command, run:
node "${CLAUDE_PLUGIN_ROOT}/lib/cli.js" <subcommand> [args...]
auth — Authenticate with Spotify (opens browser for OAuth)status — Show current playback (track, progress, device, volume, shuffle, repeat)play [query|spotify_uri] — Resume playback or play something specificpause — Pause playbacknext — Skip to next trackprevious — Go to previous trackvolume [0-100] — Get or set volumeseek <seconds|m:ss> — Seek to positionshuffle [on|off] — Get or toggle shufflerepeat [off|track|context] — Get or set repeatdevices — List available Spotify Connect devicestransfer <device_id> — Transfer playback to devicesearch <query> [--type track|album|artist|playlist] [--limit N] — Search Spotifyqueue [query|spotify_uri] — View queue or add a trackplaylists — List user's playlistsme — Show user profilerecommend [--artist id] [--genre name] [--limit N] — Get recommendationslike — Save current track to libraryunlike — Remove current track from library$ARGUMENTS