A robust Go-based CLI for discovering, controlling, and grouping Sonos speakers directly from your terminal or AI environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sonoscli
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 sonoscli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Sonos CLI provides a comprehensive interface for interacting with Sonos audio hardware via the command line. This skill for Openclaw Skills enables users to perform complex actions like speaker discovery, volume adjustments, and playback control with simple commands. It is particularly useful for developers looking to integrate smart home audio into their existing automation scripts or local network management tools.
By utilizing the sonos binary, users can bridge the gap between their developer environment and their physical audio setup. Whether you need to quickly mute a speaker or set up a synchronized party group across multiple rooms, this tool offers the precision and speed of a CLI application.
To use this within your Openclaw Skills workflow, you must have Go installed. Run the following command to install the binary:
go install github.com/steipete/sonoscli/cmd/sonos@latest
After installation, verify connectivity by running:
sonos discover
If speakers are not found automatically, you can target them directly using the --ip flag.
| Command Component | Description |
|---|---|
discover |
Scans the local network for Sonos devices |
--name |
Target speaker identifier string (e.g., "Kitchen") |
--ip |
Direct IP address for manual connection |
favorites |
List or open saved Sonos favorite stations |
smapi search |
Executes music searches via specific service providers |
queue |
Management commands for listing, playing, or clearing the active queue |
SPOTIFY_CLIENT_ID and SECRET for enhanced search capabilities.Loading
Songsee is a high-performance CLI utility designed to transform audio files into detailed spectrograms and multi-panel feature visualizations.

A robust integration for managing Slack workspace interactions, including messaging, reactions, and channel organization via AI agents.

A high-performance CLI for ElevenLabs text-to-speech that brings macOS-style simplicity to professional AI voice generation.

A local search and indexing CLI utilizing BM25 and vector search with MCP support for AI agent integration.

A command-line interface skill for searching and controlling Spotify playback using spogo or spotify_player.

A high-performance CLI utility that uses advanced AI models to generate concise summaries of web pages, local documents, and multimedia content.








































