Overview
- Skill Key
- gumadeiras/roku
- Author
- gumadeiras
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gumadeiras/roku
- Latest Commit SHA
- 849474a56bb5e70ee9e28059479dd848746ac79a
Control Roku devices via CLI. Discovery, remote control, app launching, search, and HTTP bridge mode for real-time control.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 roku 技能。 若已安装,则直接安装 roku 技能。
# Roku CLI
Fast TypeScript CLI for controlling Roku devices via the ECP API.
## Installation
```bash
npm install -g roku-ts-cli@latest
```
## Quick Start
```bash
# Discover devices and save an alias
roku discover --save livingroom --index 1
# Use the alias
roku --host livingroom device-info
roku --host livingroom apps
```
## Commands
| Command | Description |
|---------|-------------|
| `roku discover` | Find Roku devices on network |
| `roku --host <ip> device-info` | Get device info |
| `roku --host <ip> apps` | List installed apps |
| `roku --host <ip> command <key>` | Send remote key |
| `roku --host <ip> literal <text>` | Type text |
| `roku --host <ip> search --title <query>` | Search content |
| `roku --host <ip> launch <app>` | Launch app |
| `roku --host <ip> interactive` | Interactive remote mode |
## Interactive Mode
```bash
roku livingroom # interactive control
roku --host livingroom interactive # same thing
```
Use arrow keys, enter, escape for remote-like control.
## Bridge Service
Run a persistent HTTP bridge as a native OS service:
```bash
# Install and start the service
roku bridge install-service --port 19839 --token secret --host livingroom --user
roku bridge start --user
# Service management
roku bridge status --user
roku bridge stop --user
roku bridge uninstall --user
```
Send commands via HTTP:
```bash
# Send key
curl -X POST http://127.0.0.1:19839/key \
-H "Content-Type: application/json" \
-H "Authorization: Bearer secret" \
-d '{"key":"home"}'
# Type text
curl -X POST http://127.0.0.1:19839/text \
-H "Content-Type: application/json" \
-H "Authorization: Bearer secret" \
-d '{"text":"hello"}'
# Launch app
curl -X POST http://127.0.0.1:19839/launch \
-H "Content-Type: application/json" \
-H "Authorization: Bearer secret" \
-d '{"app":"plex"}'
# Health check
curl http://127.0.0.1:19839/health -H "Authorization: Bearer secret"
```
### Bridge Endpoints
| Endpoint | Body |
|----------|----...
# roku-cli A pure Bash CLI to control your Roku from the terminal. Built on [python-roku](https://github.com/jcarbaugh/python-roku). ## Features - 🔍 **Discover** Roku devices on your network - 🎮 **Control** playback and navigation - ⌨️ **Text entry** for search fields - 📱 **Launch** apps by name or ID - 📊 **Status** monitoring (active app, device info) ## Requirements - Python 3.7+ - `pip3 install roku` - Bash 4+ ## Installation ```bash # Install the python-roku library pip3 install roku # Download and link the CLI git clone https://github.com/gumadeiras/roku-cli.git cd roku-cli chmod +x roku-cli ln -sf $(pwd)/roku-cli ~/.local/bin/roku ``` Or install via [ClawdHub](https://clawdhub.com): ```bash clawdhub install roku ``` ## Quick Start Find your Roku: ```bash roku discover ``` Control it: ```bash roku press home # Go to home screen roku press select # OK button roku press right roku press play roku press back ``` Enter text (e.g., in search): ```bash roku text "netflix" ``` Launch apps: ```bash roku apps # List all apps roku launch Netflix # By name roku launch 12 # By app ID ``` Check status: ```bash roku active # Current app roku info # Device info ``` ## Usage ``` Usage: roku [OPTIONS] COMMAND [ARGS] Options: --ip IP Roku IP address (or set ROKU_IP env var) --help Show this help Commands: discover Find Roku devices on network press BUTTON Send button press text STRING Enter text apps List installed apps launch APP Launch app (name or ID) active Show active app info Show device info ``` ## Buttons `home`, `back`, `left`, `right`, `up`, `down`, `select`, `enter`, `info`, `play`, `forward`, `reverse`, `replay`, `search`, `backspace`, `channel_up`, `channel_down` ## Environment Set `ROKU_IP` to avoid specifying `--ip` each time: ```bash export ROKU_IP="192.168.1.100" ``` ## Roku Settings For external control to...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.