Roku CLI Skill
Purpose: Provide concise guidance for using the Roku CLI and bridge.
Core Commands
- •
roku discover --save <alias> --index <n>: find devices and save an alias - •
roku <host|alias>: interactive mode (fast, no SSDP) - •
roku --host <host|alias> command <name>: send a key - •
roku --host <host|alias> search --app <name>: search installed apps - •
roku --host <host|alias> launch <appId|alias>: launch an app
Bridge
- •Start:
roku --host <host|alias> bridge --listen 19839 --token secret - •Send:
POST /key,POST /text,POST /search,POST /launch,GET /health - •Auth:
Authorization: Bearer <token>orx-roku-token: <token> - •Service:
roku bridge install-service --port 19839 --token secret --host <host|alias> --user - •Control:
roku bridge start|stop|restart --user - •Status:
roku bridge status --user(adds PID/logs; add--port/--tokenfor health probe) - •Diagnose:
roku bridge diagnose --user - •Uninstall:
roku bridge uninstall --user