com um clique
music-assistant
Play and control music on speakers via Music Assistant
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Play and control music on speakers via Music Assistant
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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