A robust command-line interface for controlling Spotify playback across your devices from a Linux or Raspberry Pi environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spotify-cli
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-cli 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 CLI is a specialized tool designed for developers and power users who want to manage their music without leaving the terminal. By utilizing the official Spotify Web API and the Spotipy Python library, this skill enables full control over playback on any active Spotify session, whether it is running on a phone, computer, or web player. As part of the Openclaw Skills ecosystem, it provides a high-performance interface for headless systems like the Raspberry Pi.
This tool is particularly valuable for creating automated environments where music is a core component of the user experience. It allows for searching tracks, managing queues, and monitoring playback status through simple bash commands, making it a perfect addition for those building custom dashboard or smart home integrations.
pip3 install spotipy --break-system-packages
Register an application at the Spotify Developer Dashboard, setting the Redirect URI to http://127.0.0.1:8888/callback.
mkdir -p ~/.config/spotify-cli
cat << EOF > ~/.config/spotify-cli/config
SPOTIPY_CLIENT_ID=your_client_id
SPOTIPY_CLIENT_SECRET=your_client_secret
SPOTIPY_REDIRECT_URI=http://127.0.0.1:8888/callback
EOF
sudo cp spotify /usr/local/bin/spotify
sudo chmod +x /usr/local/bin/spotify
The skill manages configuration and session data locally to ensure fast execution and security.
| File Path | Purpose |
|---|---|
~/.config/spotify-cli/config |
Stores environment variables for API authentication. |
~/.cache-* |
Stores temporary OAuth tokens for session persistence. |
| API Metadata | Tracks results from searches including Track Names, Artist IDs, and URIs. |
Loading
A powerful integration for managing Tencent Cloud Object Storage (COS) and AI-powered Cloud Infinite (CI) media processing services.

A bridge to sync voice recordings, AI-generated transcripts, and summaries from Voicenotes.com into your local developer workspace.

A specialized AI tool designed to excavate and preserve oral history from older generations through structured interviews and automated script generation.

A robust command-line interface for programmatically interacting with Obsidian vaults via Inter-Process Communication.

An automated vetting tool that generates comprehensive brand safety and content quality reports for influencers using advanced video intelligence.

An AI-powered diagnostic tool that analyzes video ad transcripts and pacing to provide actionable coaching feedback for high-ROI content.








































