{
  "schemaVersion": "1.0",
  "item": {
    "slug": "playlistable",
    "name": "Playlistable",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Brackyt/playlistable",
    "canonicalUrl": "https://clawhub.ai/Brackyt/playlistable",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/playlistable",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=playlistable",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api_reference.md",
      "scripts/auth.mjs",
      "scripts/mcp-call.mjs"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/playlistable"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/playlistable",
    "agentPageUrl": "https://openagent3.xyz/skills/playlistable/agent",
    "manifestUrl": "https://openagent3.xyz/skills/playlistable/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/playlistable/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Playlistable MCP",
        "body": "Create AI-powered Spotify playlists and discover music using the Playlistable MCP server."
      },
      {
        "title": "Authentication",
        "body": "Needs a Playlistable API key (PLAYLISTABLE_API_KEY env var or config/auth.json).\n\nTo get one:\n\nnode {baseDir}/scripts/auth.mjs\n\nFully 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.\n\nIf the key is already saved, scripts read it automatically from config/auth.json."
      },
      {
        "title": "How it works",
        "body": "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."
      },
      {
        "title": "Common workflows",
        "body": "Generate a playlist: User describes a mood → generate_playlist creates an async Spotify playlist → returns playlist URL immediately. Tracks appear in the background.\n\nBrowse playlists: get_playlists lists all user playlists. get_playlist gets details + tracks for a specific one.\n\nEdit a playlist: edit_playlist adds or removes songs by Spotify track ID.\n\nSearch music: search_songs and search_artists search Spotify directly.\n\nGet suggestions: playlist_suggestions returns 6 AI-generated mood suggestions based on the user's listening history and time of day."
      },
      {
        "title": "Authenticate",
        "body": "node {baseDir}/scripts/auth.mjs"
      },
      {
        "title": "Call MCP tools",
        "body": "node {baseDir}/scripts/mcp-call.mjs <tool> [json-params]\nnode {baseDir}/scripts/mcp-call.mjs --list-tools\n\nExamples:\n\n# Generate a playlist\nnode {baseDir}/scripts/mcp-call.mjs generate_playlist '{\"mood\": \"chill lo-fi for studying\"}'\n\n# Get personalized suggestions\nnode {baseDir}/scripts/mcp-call.mjs playlist_suggestions '{\"userHour\": 22}'\n\n# List playlists\nnode {baseDir}/scripts/mcp-call.mjs get_playlists\n\n# Get playlist details\nnode {baseDir}/scripts/mcp-call.mjs get_playlist '{\"id\": \"PLAYLIST_ID\"}'\n\n# Edit playlist songs\nnode {baseDir}/scripts/mcp-call.mjs edit_playlist '{\"id\": \"PLAYLIST_ID\", \"addedSongs\": [\"4iV5W9uYEdYUVa79Axb7Rh\"], \"removedSongs\": []}'\n\n# Delete playlist\nnode {baseDir}/scripts/mcp-call.mjs delete_playlist '{\"id\": \"PLAYLIST_ID\"}'\n\n# Search songs\nnode {baseDir}/scripts/mcp-call.mjs search_songs '{\"query\": \"Blinding Lights\", \"limit\": 5}'\n\n# Search artists\nnode {baseDir}/scripts/mcp-call.mjs search_artists '{\"query\": \"The Weeknd\", \"limit\": 5}'\n\n# List all available tools\nnode {baseDir}/scripts/mcp-call.mjs --list-tools"
      },
      {
        "title": "Available MCP Tools",
        "body": "ToolDescriptionKey paramsgenerate_playlistCreate a playlist from a mood/promptmood (string, required)get_playlistGet playlist details + tracksid (string, required)get_playlistsList user's playlists (paginated)lastDocId (string, optional)edit_playlistAdd/remove songs by Spotify track IDid, addedSongs, removedSongsdelete_playlistDelete a playlistid (string, required)playlist_suggestionsGet 6 AI mood suggestionsuserHour (0-23, optional)search_songsSearch Spotify tracksquery, limit (1-10)search_artistsSearch Spotify artistsquery, limit (1-10)\n\nSee references/api_reference.md for full parameter details, response formats, and error handling."
      },
      {
        "title": "Playlist Generation Flow (important)",
        "body": "Playlist generation takes ~30 seconds. Always follow this flow:\n\nCall generate_playlist → returns immediately with id and Spotify URL\nShare the Spotify URL with the user right away so they have it\nWait ~15s, then poll get_playlist every 10 seconds until status === \"ready\"\nOnce ready, display the track list to the user\n\nUse the --wait flag to handle this automatically:\n\nnode {baseDir}/scripts/mcp-call.mjs generate_playlist '{\"mood\": \"...\"}' --wait\n\nThis generates, polls until ready (~30s), then prints the full playlist with tracks."
      },
      {
        "title": "Notes",
        "body": "Free users get a limited \"teaser\" playlist. Paid users get full playlists.\nplaylist_suggestions is time-aware — pass userHour for better results (morning workout vs late-night chill).\nSongs are identified by Spotify track IDs (e.g., 4iV5W9uYEdYUVa79Axb7Rh). Use search_songs to find IDs."
      }
    ],
    "body": "Playlistable MCP\n\nCreate AI-powered Spotify playlists and discover music using the Playlistable MCP server.\n\nAuthentication\n\nNeeds a Playlistable API key (PLAYLISTABLE_API_KEY env var or config/auth.json).\n\nTo get one:\n\nnode {baseDir}/scripts/auth.mjs\n\n\nFully 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.\n\nIf the key is already saved, scripts read it automatically from config/auth.json.\n\nHow it works\n\nThe 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.\n\nCommon workflows\n\nGenerate a playlist: User describes a mood → generate_playlist creates an async Spotify playlist → returns playlist URL immediately. Tracks appear in the background.\n\nBrowse playlists: get_playlists lists all user playlists. get_playlist gets details + tracks for a specific one.\n\nEdit a playlist: edit_playlist adds or removes songs by Spotify track ID.\n\nSearch music: search_songs and search_artists search Spotify directly.\n\nGet suggestions: playlist_suggestions returns 6 AI-generated mood suggestions based on the user's listening history and time of day.\n\nScripts\nAuthenticate\nnode {baseDir}/scripts/auth.mjs\n\nCall MCP tools\nnode {baseDir}/scripts/mcp-call.mjs <tool> [json-params]\nnode {baseDir}/scripts/mcp-call.mjs --list-tools\n\n\nExamples:\n\n# Generate a playlist\nnode {baseDir}/scripts/mcp-call.mjs generate_playlist '{\"mood\": \"chill lo-fi for studying\"}'\n\n# Get personalized suggestions\nnode {baseDir}/scripts/mcp-call.mjs playlist_suggestions '{\"userHour\": 22}'\n\n# List playlists\nnode {baseDir}/scripts/mcp-call.mjs get_playlists\n\n# Get playlist details\nnode {baseDir}/scripts/mcp-call.mjs get_playlist '{\"id\": \"PLAYLIST_ID\"}'\n\n# Edit playlist songs\nnode {baseDir}/scripts/mcp-call.mjs edit_playlist '{\"id\": \"PLAYLIST_ID\", \"addedSongs\": [\"4iV5W9uYEdYUVa79Axb7Rh\"], \"removedSongs\": []}'\n\n# Delete playlist\nnode {baseDir}/scripts/mcp-call.mjs delete_playlist '{\"id\": \"PLAYLIST_ID\"}'\n\n# Search songs\nnode {baseDir}/scripts/mcp-call.mjs search_songs '{\"query\": \"Blinding Lights\", \"limit\": 5}'\n\n# Search artists\nnode {baseDir}/scripts/mcp-call.mjs search_artists '{\"query\": \"The Weeknd\", \"limit\": 5}'\n\n# List all available tools\nnode {baseDir}/scripts/mcp-call.mjs --list-tools\n\nAvailable MCP Tools\nTool\tDescription\tKey params\ngenerate_playlist\tCreate a playlist from a mood/prompt\tmood (string, required)\nget_playlist\tGet playlist details + tracks\tid (string, required)\nget_playlists\tList user's playlists (paginated)\tlastDocId (string, optional)\nedit_playlist\tAdd/remove songs by Spotify track ID\tid, addedSongs, removedSongs\ndelete_playlist\tDelete a playlist\tid (string, required)\nplaylist_suggestions\tGet 6 AI mood suggestions\tuserHour (0-23, optional)\nsearch_songs\tSearch Spotify tracks\tquery, limit (1-10)\nsearch_artists\tSearch Spotify artists\tquery, limit (1-10)\n\nSee references/api_reference.md for full parameter details, response formats, and error handling.\n\nPlaylist Generation Flow (important)\n\nPlaylist generation takes ~30 seconds. Always follow this flow:\n\nCall generate_playlist → returns immediately with id and Spotify URL\nShare the Spotify URL with the user right away so they have it\nWait ~15s, then poll get_playlist every 10 seconds until status === \"ready\"\nOnce ready, display the track list to the user\n\nUse the --wait flag to handle this automatically:\n\nnode {baseDir}/scripts/mcp-call.mjs generate_playlist '{\"mood\": \"...\"}' --wait\n\n\nThis generates, polls until ready (~30s), then prints the full playlist with tracks.\n\nNotes\nFree users get a limited \"teaser\" playlist. Paid users get full playlists.\nplaylist_suggestions is time-aware — pass userHour for better results (morning workout vs late-night chill).\nSongs are identified by Spotify track IDs (e.g., 4iV5W9uYEdYUVa79Axb7Rh). Use search_songs to find IDs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Brackyt/playlistable",
    "publisherUrl": "https://clawhub.ai/Brackyt/playlistable",
    "owner": "Brackyt",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/playlistable",
    "downloadUrl": "https://openagent3.xyz/downloads/playlistable",
    "agentUrl": "https://openagent3.xyz/skills/playlistable/agent",
    "manifestUrl": "https://openagent3.xyz/skills/playlistable/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/playlistable/agent.md"
  }
}