🔊
Sonos CLI
Smart Home Calendar & LifestyleInstall Command
npx clawhub@latest install sonoscli
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Sonos CLI to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Sonos CLI appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Speaker Control
Multi-Room
Volume Adjustment
Detailed Description
The Sonos CLI skill lets OpenClaw control your Sonos smart speaker system, managing home audio playback through conversation.
Core Features
- Playback Control: Play, pause, skip, and adjust volume
- Multi-Room Management: Control Sonos speakers in different rooms with group playback support
- Music Search: Search and play songs from Sonos-supported music services
- Favorites Playback: Play Sonos favorites lists and playlists
- Status View: View current playback status and volume for each room's speaker
Configuration
Sonos speakers must be on the same local network as the device running OpenClaw.
{
skills: {
sonoscli: {
discoveryTimeout: 5000 // Device discovery timeout (ms)
}
}
}
Use Cases
- "Play some light music in the living room"
- "Set the bedroom volume to 30%"
- "Play the Jazz playlist in all rooms simultaneously"
- "Pause the kitchen speaker"
- "What's playing in each room right now?"