← 返回
内容创作 中文

Android TV Netflix

Search 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...
在Android TV上搜索播放Netflix内容。用户要求播放特定Netflix节目时,代理查找节目ID并执行ADB命令。
jiayun
内容创作 clawhub v1.0.0 1 版本 99872 Key: 无需
★ 0
Stars
📥 780
下载
💾 33
安装
1
版本
#latest

概述

Android TV Netflix Skill

This skill remotely controls an Android TV device to play Netflix content via ADB.

Prerequisites

If the user has not set up ADB access before, guide them through these steps:

  1. Enable Developer Options on the Android TV:
    • Go to Settings → Device Preferences → About and tap Build 7 times.
    • Go back to Settings → Device Preferences → Developer options and enable USB debugging (also called "Network debugging" on some devices).
  1. Assign a static IP to the Android TV (either method works):
    • Router-side (recommended): In the router's admin page, find DHCP reservation / static lease settings and bind a fixed IP to the Android TV's MAC address. This requires no changes on the TV itself.
    • TV-side: Go to Settings → Network & Internet → (your Wi-Fi network) → IP settings → Static and assign an address outside the DHCP range.
  1. Install ADB on the local machine:
    • macOS: brew install android-platform-tools
    • Linux (Debian/Ubuntu): sudo apt install adb
  1. Connect and authorize:

```bash

adb connect :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.

  1. Set the environment variable (optional — defaults to 192.168.125.228):

```bash

export ANDROID_TV_IP="192.168.1.200"

```

Core Workflow

  1. Look up the title ID: Use web_search to find the Netflix Title ID for the requested content (typically an 8-digit number, search within the user's region).
  2. Ensure ADB connectivity: Verify that adb is connected to the Android TV device.
  3. Execute playback: Run scripts/play_netflix.sh for precise deep-link playback.

Tools

  • Direct playback script: scripts/play_netflix.sh
  • ADB basic controls (see references/adb-keycodes.md for the full list):
  • Pause / Play: adb shell input keyevent 85
  • Volume up: adb shell input keyevent 24
  • Volume down: adb shell input keyevent 25
  • Home: adb shell input keyevent 3

Troubleshooting

  • If Netflix is stuck on the profile selection screen, press Enter to confirm: adb shell input keyevent 66.
  • If the video does not auto-play, send a D-pad Center press: adb shell input keyevent 23.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 07:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,509
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,215
content-creation

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,084