← Back to list

roku
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 Jan 24, 2026
SKILL.md
name: roku description: CLI interface to control Roku devices via python-roku. homepage: https://github.com/gumadeiras/roku-cli metadata: {"clawdbot":{"emoji":"📺","requires":{"bins":["roku"]},"install":[{"id":"python","kind":"pip","package":"roku","bins":["roku"],"label":"Install roku (pip)"}]}}
roku CLI
Control your Roku from the command line using python-roku.
Setup
- CLI available at: https://github.com/gumadeiras/roku-cli
- Install:
pip3 install roku - Find your Roku IP:
roku discoveror check Roku settings > Network - Use
--ip 192.168.x.xor set default in commands
You may need to change the remote control setting on the Roku:
Settings → System → Advanced System Settings → Control by Mobile Apps → Enable
Common commands
- Discover:
roku discover - Navigation:
roku press home|back|left|right|up|down|select - Text entry:
roku text "search query" - Apps:
roku apps(list),roku launch Netflix(launch by name or ID) - Status:
roku active(current app),roku info(device info)
Key options
--ip 192.168.x.x- Specify Roku IP (auto-discovers if omitted)roku press --event keydown|keyup- Key hold/release events
Examples
# Find your Roku
roku discover
# Control playback
roku press play
roku press pause
roku press forward
roku press reverse
# Navigate menus
roku press right
roku press select
roku press back
roku press home
# Enter text (e.g., in search)
roku text "netflix"
# List and launch apps
roku apps
roku launch Hulu
roku launch 12 # by app ID
# Check what's playing
roku active
Notes
- Auto-discovery works on local network; may need
--timeout 10for slow networks - App names are case-insensitive
- Use app ID (from
roku apps) if name lookup fails
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

