LaunchKit · 2026
Back to Skills

lyrion-music-skill

Steuere Lyrion Music Server (LMS) über die JSON-RPC API.

0
923 downloads
by @photonixlaser-ux

Setup & Installation

openclaw skills install @photonixlaser-ux/lyrion-music-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install lyrion-music-skill

What This Skill Does

Controls Lyrion Music Server (formerly Logitech Media Server) via its JSON-RPC API. Handles playback, volume, playlist management, player selection, and music database queries. Requires LMS accessible on port 9000.

Enables scripted and agent-driven control of multi-room audio without the LMS web UI or a Squeezebox remote.

When to use it

  • Pause music in a specific room without opening the LMS interface
  • Queue an album on a player by searching the local music library
  • Adjust volume on a zone player from the command line
  • Switch playback to a different room's player
  • Clear and rebuild a playlist programmatically

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Play the album Kind of Blue in the living room

AGENT
  1. 1List all available players to identify the living room player ID
  2. 2Search the music database for the album Kind of Blue
  3. 3Clear the current playlist on the target player
  4. 4Add the album to the playlist using its database ID
  5. 5Start playback on the player
OUTPUT

Kind of Blue begins playing on the living room player

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Lyrion Music Server installed and running on the local networkLYRION_HOST environment variable if the server is not at the default address 192.168.20.40:9000