A cross-platform skill allowing AI agents to control Spotify playback, search tracks, and analyze listening history via the official Web API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spotify-web-api
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-web-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Spotify Web API skill for Openclaw Skills provides a robust interface for managing music and audio content directly from your AI agent environment. By utilizing the official Spotify Web API, this skill bypasses platform-specific limitations, making it compatible with Windows, Linux, and macOS. It empowers users to integrate music management into their automated workflows, allowing for a more immersive and personalized developer experience within the Openclaw Skills ecosystem.
This integration allows an agent to act as a personal DJ and music librarian. Whether you need to identify a current track, skip to the next song during a focus session, or retrieve your top artists for the year, this skill handles the authentication and API communication seamlessly. It represents a significant step in making media control a first-class citizen in the world of Openclaw Skills.
Log in to the Spotify Developer Dashboard and create a new application. Ensure you add http://localhost:8888/callback as a valid Redirect URI in the settings.
Configure your shell with the credentials obtained from the dashboard:
export SPOTIFY_CLIENT_ID="your_client_id"
export SPOTIFY_CLIENT_SECRET="your_client_secret"
Run the built-in authentication routine to link your Spotify account to your Openclaw Skills environment:
python3 scripts/spotify.py auth
Follow the browser prompts to grant permission.
The skill manages data primarily through local caching and API response mapping:
~/.spotify_cache.json.| Command | Action | API Endpoint |
|---|---|---|
| now | Current Track | /v1/me/player/currently-playing |
| top | Analytics | /v1/me/top/{type} |
| play | Playback | /v1/me/player/play |
| devices | Hardware | /v1/me/player/devices |
Loading
Search X is a real-time Twitter search tool powered by Grok-4 that allows AI agents to find tweets, trends, and discussions with verified citations.

A headless video rendering engine for Linux that uses Remotion v5 and Chrome Headless Shell to generate professional videos from React templates.

A comprehensive tool for monitoring odds and executing trades on the world's largest prediction market directly from your AI agent.

An autonomous AI agent skill that browses the web, executes complex tools, and delivers complete work products like reports and code.

A dedicated skill for querying Supabase project analytics, user signups, and database metadata directly through your AI agent.

A high-performance integration for Openclaw Skills that enables interaction with xAI's Grok models for advanced reasoning and real-time information retrieval.








































