Overview
- Skill Key
- brackyt/playlistable
- Author
- brackyt
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/brackyt/playlistable
- Latest Commit SHA
- 256569694b544698f97ad58514e0b1fd2bde5a85
Create AI-powered Spotify playlists and discover music via Playlistable MCP. Use when the user wants to generate playlists from a mood/prompt, search songs or artists, get personalized playlist suggestions, or manage their playlists. Requires OAuth authentication via https://mcp.playlistable.io/authorize. Supports PLAYLISTABLE_API_KEY env var or config/auth.json.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 playlistable-mcp 技能。 若已安装,则直接安装 playlistable-mcp 技能。
# Playlistable MCP
Create AI-powered Spotify playlists and discover music using the Playlistable MCP server.
## Authentication
Needs a Playlistable API key (`PLAYLISTABLE_API_KEY` env var or `config/auth.json`).
To get one:
```bash
node {baseDir}/scripts/auth.mjs
```
Fully automatic — starts a local HTTP server, opens browser for Spotify OAuth, catches the redirect, exchanges the code for an API key via PKCE, and saves it to `{baseDir}/config/auth.json`. No manual copy-paste needed.
If the key is already saved, scripts read it automatically from `config/auth.json`.
## How it works
The MCP server at `https://mcp.playlistable.io` exposes tools via Streamable HTTP transport. The `mcp-call.mjs` script sends JSON-RPC requests directly — no MCP SDK needed.
### Common workflows
**Generate a playlist:** User describes a mood → `generate_playlist` creates an async Spotify playlist → returns playlist URL immediately. Tracks appear in the background.
**Browse playlists:** `get_playlists` lists all user playlists. `get_playlist` gets details + tracks for a specific one.
**Edit a playlist:** `edit_playlist` adds or removes songs by Spotify track ID.
**Search music:** `search_songs` and `search_artists` search Spotify directly.
**Get suggestions:** `playlist_suggestions` returns 6 AI-generated mood suggestions based on the user's listening history and time of day.
## Scripts
### Authenticate
```bash
node {baseDir}/scripts/auth.mjs
```
### Call MCP tools
```bash
node {baseDir}/scripts/mcp-call.mjs <tool> [json-params]
node {baseDir}/scripts/mcp-call.mjs --list-tools
```
**Examples:**
```bash
# Generate a playlist
node {baseDir}/scripts/mcp-call.mjs generate_playlist '{"mood": "chill lo-fi for studying"}'
# Get personalized suggestions
node {baseDir}/scripts/mcp-call.mjs playlist_suggestions '{"userHour": 22}'
# List playlists
node {baseDir}/scripts/mcp-call.mjs get_playlists
# Get playlist details
node {baseDir}/scripts/mcp-call.mjs get_playlist '{"id": "P...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.