skills/blucli/SKILL.md
BluOS CLI (blu) for discovery, playback, grouping, and volume.
npx skillsauth add 0xhoneyjar/loa-beauvoir blucliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use blu to control Bluesound/NAD players.
Quick start
blu devices (pick target)blu --device <id> statusblu play|pause|stopblu volume set 15Target selection (in priority order)
--device <id|name|alias>BLU_DEVICECommon tasks
blu group status|add|removeblu tunein search "query", blu tunein play "query"Prefer --json for scripts. Confirm the target device before changing playback.
tools
Control headless Chrome via Cloudflare Browser Rendering CDP WebSocket. Use for screenshots, page navigation, scraping, and video capture when browser automation is needed in a Cloudflare Workers environment. Requires CDP_SECRET env var and cdpUrl configured in browser.profiles.
testing
# valid-skill Test skill with valid license for unit testing. ## Purpose Used in test_constructs_loader.bats to verify correct handling of valid licenses.
testing
# grace-skill Test skill in license grace period for unit testing. ## Purpose Used in test_constructs_loader.bats to verify correct handling of licenses in grace period.
testing
# expired-skill Test skill with expired license for unit testing. ## Purpose Used in test_constructs_loader.bats to verify correct handling of expired licenses.