원클릭으로
music-assistant
Play and control music on speakers via Music Assistant
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Play and control music on speakers via Music Assistant
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Controls smart home devices and reads sensor data via Home Assistant
Lets a Choom queue its OWN future followup. The Choom writes a short prompt to itself; the bridge fires it as a one-shot heartbeat at the scheduled time. Use to self-trigger proactive check-ins, reminders to revisit an unfinished thread, or to wake up after an expected interval.
Scrapes webpages for text and images using a headless browser (JS-rendered) or static HTML. Downloads images and files from the web.
Start a live group conversation with one or more sister Chooms — a real back-and-forth chat (not a task hand-off). Use to check in, think together, plan, or connect. The user can see and join.
Sandboxed file operations in project workspace — create projects, write, read, list, create folders, delete files, and rename projects. Use for saving reports, code, notes, or managing project files.
Generates images using Stable Diffusion with checkpoint switching, LoRA support, and self-portrait mode. Use when the user requests pictures, artwork, selfies, or portraits.
| name | music-assistant |
| description | Play and control music on speakers via Music Assistant |
| version | 1.0.0 |
| author | system |
| tools | ["music_search","music_play","music_control","music_now_playing","music_players"] |
| dependencies | [] |
Use these tools when the user wants to play music, control playback, or check what's playing.
music_play — Play music by name or URI on a speakermusic_control — Pause, resume, skip, volume, shuffle, repeatmusic_search — Find artists, albums, tracks, playlists, radio stationsmusic_now_playing — What's currently playingmusic_players — List available speakersPlay music by name (auto-search):
music_play(media="Tarja Turunen")
music_play(media="chill jazz", player="living room")
Play specific URI from search results:
results = music_search(query="Ave Maria")
music_play(media="library://track/19899")
Control playback:
music_control(action="pause")
music_control(action="volume_set", value=30)
music_control(action="next")
music_control(action="shuffle")
Enqueue options:
play — Replace queue and start playing (default)next — Insert after current trackadd — Append to end of queuereplace — Replace queue but don't startreplace_next — Replace upcoming tracks, keep current