Install
openclaw skills install androidtv-netflixSearch and play Netflix content on Android TV. When the user asks to play a specific Netflix title on TV, the agent looks up the title ID and executes ADB co...
openclaw skills install androidtv-netflixThis skill remotely controls an Android TV device to play Netflix content via ADB.
If the user has not set up ADB access before, guide them through these steps:
Enable Developer Options on the Android TV:
Assign a static IP to the Android TV (either method works):
Install ADB on the local machine:
brew install android-platform-toolssudo apt install adbConnect and authorize:
adb connect <ANDROID_TV_IP>:5555
A prompt will appear on the TV asking to allow USB debugging — the user must confirm on the TV (check "Always allow" to skip this next time). Verify with adb devices — it should show device, not unauthorized.
Set the environment variable (optional — defaults to 192.168.125.228):
export ANDROID_TV_IP="192.168.1.200"
web_search to find the Netflix Title ID for the requested content (typically an 8-digit number, search within the user's region).adb is connected to the Android TV device.scripts/play_netflix.sh <TITLE_ID> for precise deep-link playback.scripts/play_netflix.sh <ID>references/adb-keycodes.md for the full list):
adb shell input keyevent 85adb shell input keyevent 24adb shell input keyevent 25adb shell input keyevent 3adb shell input keyevent 66.adb shell input keyevent 23.