ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

spotify-intelligence

Spotify intelligence skill with Python runners for auth, playback control, recommendations, feedback loop, governance, and explainable playlist decisions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kanazumie/spotify-intelligence
Or

Spotify Intelligence (ClawHub Edition)

This edition is ClawHub-validator compatible (text + python-focused).
The full local Windows edition may include additional PowerShell wrappers.

Required env

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET
  • optional SPOTIFY_REDIRECT_URI

Core Python entrypoints

  • Auth token exchange: scripts/auth/oauth_auth.py
  • Playback control: scripts/playback/playback_control.py
  • Recommendations: scripts/recommend/recommend-now.py
  • Recommendation helper: scripts/recommend/recommend_commands.py
  • Derived features: scripts/decision/rebuild-derived-features.py

Key capabilities

  • Playback (play/pause/next/previous/volume/device/queue)
  • Song search with own-playlist preference + global fallback
  • Recommendation modes: passend, mood-shift, explore
  • Feedback-aware scoring (like/dislike/skip/keep)
  • Governance and decision logging (DB-backed)

References

  • references/read-layer.md
  • references/playback-control.md
  • references/recommendation-layer.md
  • references/feedback-loop.md
  • references/governance-cost.md
  • references/status-handover-2026-02-24.md

Metadata

Author@kanazumie
Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kanazumie-spotify-intelligence": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.