ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

game-light-tracker

Track live NFL, NBA, NHL, or MLB games and automatically change Hue light colors based on which team is leading. Use when user wants to sync smart lights with live sports scores for visual game tracking. Supports NFL, NBA, NHL, and MLB games with customizable team colors.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xadamsu/game-light-tracker
Or

What This Skill Does

The Game Light Tracker is an advanced automation skill designed to synchronize your physical home environment with real-time sporting events. By leveraging live data feeds from ESPN, this agent monitors NFL, NBA, NHL, and MLB matchups every 20 seconds. When a lead change occurs, the skill communicates with your Home Assistant-integrated Hue smart lights to instantly shift their color to match the leading team's branding. It provides an immersive viewing experience, turning any room into a responsive sports dashboard without the need for manual check-ins.

Installation

To begin, ensure you have Home Assistant active with your Hue lighting platform configured and your API token accessible in the designated .homeassistant-config.json file. Installation is streamlined via the OpenClaw command-line interface: clawhub install openclaw/skills/skills/0xadamsu/game-light-tracker. Once installed, you will utilize the game-tracker.ps1 script for monitoring and the keeper.ps1 supervisor to ensure the monitoring loop remains active, preventing standard 30-minute system timeouts.

Use Cases

This skill is perfect for dedicated sports fans hosting watch parties, users wanting passive notification systems while doing household chores, or anyone looking to enhance their home theater atmosphere. It eliminates the need to constantly glance at your phone or a secondary screen to monitor game flow. Because it supports color customization, you can tailor your lighting to match team colors perfectly, such as setting specific RGB values for iconic team schemes like Lakers purple and gold or Yankees pinstripe blue.

Example Prompts

  1. "Track the Lakers vs Celtics game and set my office light to purple when the Lakers lead and green when the Celtics are winning."
  2. "Monitor the Rams vs Seahawks NFL game, make my backlight blue for Rams and green for Seahawks, and set it to red if the game is tied."
  3. "Keep an eye on the Rangers vs Devils game, updating my living room Hue lights to show the current leader."

Tips & Limitations

For optimal results, ensure your Home Assistant entity IDs are correct before executing the tracker script. Note that the script requires a stable network connection to fetch live updates from the ESPN API. While the keeper.ps1 script effectively mitigates timeout risks, ensure your system's power settings allow for background processes to remain active for extended periods during long-duration games. Always use precise team abbreviations as defined by the ESPN database to ensure the tracking accuracy remains high throughout the game duration.

Metadata

Author@0xadamsu
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xadamsu-game-light-tracker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#smart-home#sports#automation#hue-lights#real-time
Safety Score: 4/5

Flags: network-access, file-read, external-api, code-execution