Overview
- Skill Key
- codeaholicman/spotify-playlist
- Author
- codeaholicman
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/codeaholicman/spotify-playlist
- Latest Commit SHA
- 6f851de38af3cfce271fa59cb8f81b32106e9873
Build and manage Spotify playlists from natural language requests. Search tracks/artists/albums, create playlists, manage tracks, view listening history. Use when the user asks to create a playlist, find music, check what they've been listening to, or any Spotify-related request. Examples - "make me a playlist for a rainy Sunday", "what have I been listening to lately", "find songs like Bonobo".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 spotify-playlist 技能。 若已安装,则直接安装 spotify-playlist 技能。
# Spotify Playlist Builder Build playlists from natural language using the Spotify Web API. Updated for the February 2026 API changes (Dev Mode). ## Prerequisites - Spotify Premium account (required for Dev Mode apps since Feb 2026) - Python 3 with `requests` library ## Setup 1. Create an app at https://developer.spotify.com/dashboard 2. Set redirect URI to `http://127.0.0.1:8765/callback` (must be `127.0.0.1`, not `localhost` - Spotify blocks `localhost`) 3. Run auth: ```bash python3 scripts/auth.py --client-id <ID> --client-secret <SECRET> ``` 4. Open the printed URL in a browser and authorize 5. If the callback page loads automatically, done. Otherwise copy the full redirect URL and run: ```bash python3 scripts/auth.py --client-id <ID> --client-secret <SECRET> --code-url "<FULL_REDIRECT_URL>" ``` Tokens are saved to `~/.openclaw/workspace/config/.spotify-tokens.json` and auto-refresh on 401. ## API Script Reference All commands in `scripts/spotify.py`. All output JSON. ```bash # Search (tracks, artists, or albums) python3 scripts/spotify.py search "bohemian rhapsody" --limit 5 python3 scripts/spotify.py search "Bonobo" --type artist --limit 3 python3 scripts/spotify.py search "Moon Safari" --type album --limit 3 # Create playlist python3 scripts/spotify.py create "Rainy Sunday" --description "Chill vibes" --private # Add/remove tracks (by Spotify URI) python3 scripts/spotify.py add <playlist_id> spotify:track:xxx spotify:track:yyy python3 scripts/spotify.py remove <playlist_id> spotify:track:xxx # List playlists python3 scripts/spotify.py my-playlists --limit 10 # View playlist contents python3 scripts/spotify.py playlist-tracks <playlist_id> --limit 50 # Listening history python3 scripts/spotify.py top-tracks --time-range short --limit 20 python3 scripts/spotify.py recently-played --limit 20 # Profile python3 scripts/spotify.py me ``` ## Playlist Building Workflow When a user asks for a playlist: 1. **Interpret the request** - extract mood,...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.