A macOS-native skill for controlling Spotify playback, volume, and media selection via CLI and AppleScript.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spotify
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 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 skill for Openclaw Skills provides a robust interface for managing music playback directly through your AI coding agent. Designed specifically for macOS, this skill bridges the gap between your terminal and the Spotify desktop application, allowing for seamless audio management without the overhead of API configuration. It enables users to maintain their flow state by controlling their environment through simple text or voice commands.
By utilizing the shpotify CLI and native AppleScript, this integration offers low-latency control over the Spotify app. Whether you need to toggle playback, skip a track that is breaking your concentration, or play a specific artist's discography, this tool provides the necessary hooks to turn Spotify into a programmable component of your workstation via Openclaw Skills.
To use this skill with Openclaw Skills, ensure you are running macOS and have the Spotify desktop app installed.
# Install the required shpotify CLI via Homebrew
brew install shpotify
# Open the Spotify app and log in
open -a Spotify
The skill interacts with the macOS operating system and the Spotify application using the following structure:
| Feature | Mechanism | Data Type |
|---|---|---|
| Playback Control | shpotify CLI | Command-line arguments |
| Media Selection | AppleScript | Spotify URIs (Artist, Album, Track) |
| Status Retrieval | System Shell | Metadata strings |
| Volume Control | AppleScript | Integer (0-100) |
Loading
A comprehensive LINE messaging integration for AI agents utilizing the Chrome extension gateway for JSON-based API access.

A production-ready, self-hosted RAG infrastructure that provides local long-term memory and hybrid search capabilities for your AI agents.

A comprehensive AI agent skill for managing MikroTik RouterOS devices through API-driven automation and real-time monitoring.

A Python-based skill for integrating Gaode Map (AMap) capabilities like POI search and multi-modal route planning into AI agent workflows.

A powerful command-line interface for managing Todoist tasks, allowing for rapid task creation, filtering, and organization from the terminal.

An automated utility for Openclaw Skills that retrieves recent unread Gmail messages and generates a concise, summarized digest.








































