Cast YouTube videos, Tubi TV show episodes, and TV show episodes from other video streaming apps via ADB to Chromecast with Android TV (Chromecast 4K supported, Google TV Streamer support is unknown)
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install chromecast-with-google-tv或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install chromecast-with-google-tv⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/chromecast-with-google-tv/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: chromecast-with-google-tv description: Cast YouTube videos, Tubi TV show episodes, and TV show episodes from other video streaming apps via ADB to Chromecast with Android TV (Chromecast 4K supported, Google TV Streamer support is unknown) metadata: {"openclaw":{"os":["darwin","linux"],"requires":{"bins":["adb","scrcpy","uv","yt-api"]},"install":[{"id":"brew-adb","kind":"brew","cask":"android-platform-tools","bins":["adb"],"label":"Install adb (android-platform-tools)"},{"id":"brew-scrcpy","kind":"brew","formula":"scrcpy","bins":["scrcpy"],"label":"Install scrcpy"},{"id":"brew-uv","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv"},{"id":"go-yt-api","kind":"go","module":"github.com/nerveband/youtube-api-cli/cmd/yt-api@latest","bins":["yt-api"],"label":"Install yt-api (go)"}]}} ---
Use this skill when I ask to cast YouTube or Tubi video content, play or pause Chromecast media playback, check if the Chromecast is online, launch episodic content in another streaming app via global search fallback, or pair with a Chromecast device for the first time.
This skill runs with uv, adb, yt-api, and scrcpy in the PATH. No venv required.
uv, adb, yt-api, and scrcpy are available in the PATH../run as a convenience wrapper around uv run google_tv_skill.py.Before using this skill, you must pair your Chromecast with ADB wireless debugging:
pair command to pair with the pairing code shown on screen: - ./run pair --show-instructions - Display detailed pairing instructions - ./run pair --pairing-ip - Perform pairing
After pairing once, you can use the connection port shown on the Wireless debugging screen for all other commands.
This skill provides a small CLI wrapper around ADB to control a Google TV device. It exposes the following subcommands:
./run pair --show-instructions
./run pair --pairing-ip 192.168.1.100 --pairing-port 12345 --pairing-code 123456
./run status --device 192.168.4.64 --port 5555
./run play "7m714Ls29ZA" --device 192.168.4.64 --port 5555
./run play "family guy" --app hulu --season 3 --episode 4 --device 192.168.4.64 --port 5555
./run pause --device 192.168.4.64 --port 5555
.last_device.json in the skill folder and will use that cache if no explicit device is provided.yt-api CLI (in the PATH). If ID resolution fails, the skill will report failure.YOUTUBE_PACKAGE (default com.google.android.youtube.tv).TUBI_PACKAGE (default com.tubitv).--app with another provider (for example hulu, max, disney+), the skill uses a Google TV global-search fallback.--app, --season, and --episode.scrcpy must be installed and available in the PATH for this flow.android.search.action.GLOBAL_SEARCH, waits for the Series Overview UI, opens Seasons, picks season/episode, then confirms Open in when available../run pause ./run resume
uv to avoid PEP 668/system package constraints.adb, scrcpy, uv, and yt-api to be installed and available in the PATH..last_device.json in the skill folder.adb connect IP:PORT manually from your host to verify the current port..last_device.json on success. - Verify Wireless debugging is still enabled on the Chromecast - The device may need to be re-paired if it was restarted or Wireless debugging was toggled off - The interactive prompt will offer options to retry with a different port or re-pair - Use ./run pair --show-instructions for detailed setup steps
google_tv_skill.py in this folder. It uses subprocess calls to adb, scrcpy, and yt-api, plus an internal global-search helper for fallback playback.安装 Chromecast With Google Tv 后,可以对 AI 说这些话来触发它
Help me get started with Chromecast With Google Tv
Explains what Chromecast With Google Tv does, walks through the setup, and runs a quick demo based on your current project
Use Chromecast With Google Tv to cast YouTube videos, Tubi TV show episodes, and TV show episodes fr...
Invokes Chromecast With Google Tv with the right parameters and returns the result directly in the conversation
What can I do with Chromecast With Google Tv in my developer & devops workflow?
Lists the top use cases for Chromecast With Google Tv, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/chromecast-with-google-tv/ 目录(个人级,所有项目可用),或 .claude/skills/chromecast-with-google-tv/(项目级)。重启 AI 客户端后,用 /chromecast-with-google-tv 主动调用,或让 AI 根据上下文自动发现并使用。
Chromecast With Google Tv 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Chromecast With Google Tv 可免费安装使用。请查阅仓库了解许可证信息。
Cast YouTube videos, Tubi TV show episodes, and TV show episodes from other video streaming apps via ADB to Chromecast with Android TV (Chromecast 4K supported, Google TV Streamer support is unknown)
Automate my developer & devops tasks using Chromecast With Google Tv
Identifies repetitive steps in your workflow and sets up Chromecast With Google Tv to handle them automatically
Chromecast With Google Tv 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。