Install
openclaw skills install sonos-music-searchSearch for music via Brave Search and play it on your Sonos speakers.
openclaw skills install sonos-music-searchSearch for music on Spotify via Brave Search and play it on your Sonos speakers — right from the command line.
npm install
Set your Brave Search API key:
export BRAVE_API_KEY=your-api-key
node src/index.js play "Living Room" "pink floyd comfortably numb"
node src/index.js current "Living Room"
| Command | Description |
|---|---|
npm start | Run the CLI |
npm run format | Format JS and Markdown files |
npm run format:check | Check formatting without writing |
MIT