Agent Skills
› linuxhsj/openclaw-zero-token
› spotify-player
spotify-player
GitHub提供终端 Spotify 播放与搜索的 CLI 操作指南,推荐使用 spogo,备选 spotify_player。涵盖认证、搜索、播放控制及设备连接等常用命令及配置说明。
Trigger Scenarios
用户需要在终端中控制 Spotify 播放
用户需要查询或搜索 Spotify 歌曲
用户询问 spogo 或 spotify_player 的使用方法
Install
npx skills add linuxhsj/openclaw-zero-token --skill spotify-player -g -y
SKILL.md
Frontmatter
{
"name": "spotify-player",
"homepage": "https:\/\/www.spotify.com",
"metadata": {
"openclaw": {
"emoji": "🎵",
"install": [
{
"id": "brew",
"tap": "steipete\/tap",
"bins": [
"spogo"
],
"kind": "brew",
"label": "Install spogo (brew)",
"formula": "spogo"
},
{
"id": "brew",
"bins": [
"spotify_player"
],
"kind": "brew",
"label": "Install spotify_player (brew)",
"formula": "spotify_player"
}
],
"requires": {
"anyBins": [
"spogo",
"spotify_player"
]
}
}
},
"description": "Terminal Spotify playback\/search via spogo (preferred) or spotify_player."
}
spogo / spotify_player
Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed.
Requirements
- Spotify Premium account.
- Either
spogoorspotify_playerinstalled.
spogo setup
- Import cookies:
spogo auth import --browser chrome
Common CLI commands
- Search:
spogo search track "query" - Playback:
spogo play|pause|next|prev - Devices:
spogo device list,spogo device set "<name|id>" - Status:
spogo status
spotify_player commands (fallback)
- Search:
spotify_player search "query" - Playback:
spotify_player playback play|pause|next|previous - Connect device:
spotify_player connect - Like track:
spotify_player like
Notes
- Config folder:
~/.config/spotify-player(e.g.,app.toml). - For Spotify Connect integration, set a user
client_idin config. - TUI shortcuts are available via
?in the app.
Version History
- a654bcf Current 2026-07-25 07:14


