Back to Registry View Author Profile
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-intelligenceOr
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_IDSPOTIFY_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.mdreferences/playback-control.mdreferences/recommendation-layer.mdreferences/feedback-loop.mdreferences/governance-cost.mdreferences/status-handover-2026-02-24.md
Metadata
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.