An AI-powered music management skill offering intelligent playback control, feedback-aware recommendations, and automated governance for Spotify.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spotify-intelligence
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install spotify-intelligence using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Spotify Intelligence is a high-performance music management module designed to integrate seamlessly with AI agents. It leverages the Spotify API to provide more than just basic playback; it integrates a feedback loop and decision-making engine to curate music based on evolving user preferences. By utilizing Openclaw Skills, developers can empower their agents to handle complex music tasks such as mood-shifting recommendations, playlist governance, and explainable decision-making.
The skill operates through a series of modular Python-based entrypoints, ensuring a robust and extensible framework for music automation. It moves beyond standard API wrappers by maintaining its own local state and logic layers, allowing the agent to understand why specific songs are chosen and how they align with the user's current context or historical feedback.
To get started with this addition to your Openclaw Skills library, follow these steps:
export SPOTIFY_CLIENT_ID='your_client_id'
export SPOTIFY_CLIENT_SECRET='your_client_secret'
export SPOTIFY_REDIRECT_URI='your_callback_url'
python scripts/auth/oauth_auth.py
The skill manages data across JSON and SQLite formats to ensure persistence and performance within the Openclaw Skills ecosystem:
| Data Component | Format | Purpose |
|---|---|---|
| tokens.json | JSON | Stores OAuth access and refresh tokens for persistent sessions. |
| spotify-intelligence.sqlite | SQLite | Manages decision logs, feedback tracking, and derived feature sets. |
| scripts/ | Directory | Contains the functional logic for playback, auth, and recommendation layers. |
| references/ | Markdown | Technical documentation for the read-layer, feedback-loop, and governance modules. |
Loading
A developer-focused tool for querying Indian NPS fund NAVs, historical performance, and scheme metadata through the npsnav.in API.

A powerful tool to query Indian mutual fund NAV data, historical performance, and scheme information through the free MFapi.in REST API.

Automate the extraction of live sports market data and probabilities directly from Kalshi using real-time browser interaction.

A specialized utility for downloading high-quality, watermark-free Douyin videos via URL or ID for local processing.

A sophisticated multi-agent framework for deep A-share market research, industry chain analysis, and automated investment reporting.

An automated transcription tool that converts YouTube videos and audio URLs into text using the Gladia API for LLM summarization and analysis.








































