A smart home automation skill that changes Philips Hue light colors in real-time based on live sports score leads.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install game-light-tracker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install game-light-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Game Light Tracker is a dynamic automation tool designed for sports fans who want to bring the stadium atmosphere into their homes. By integrating with Openclaw Skills, this tool monitors live game data from the ESPN API across four major professional leagues: NFL, NBA, NHL, and MLB. It provides an immediate visual representation of game momentum by updating your smart lighting whenever a lead change occurs.
This skill is built to work seamlessly with Home Assistant, allowing users to map specific RGB colors to their favorite teams. Whether you are watching the game intently or just want a passive way to stay updated on the score while moving around the house, this skill transforms your environment into a responsive scoreboard.
To get started with this addition to your Openclaw Skills, follow these steps:
.homeassistant-config.json in the skill directory containing your Home Assistant URL and Long-Lived Access Token..\game-tracker.ps1 -Sport "nba" -Team1 "LAL" -Team2 "BOS" -Light "light.living_room" -Color1 "128,0,128" -Color2 "0,255,0"
.\keeper.ps1 -TrackerScript "game-tracker.ps1" -RestartInterval 25
The skill manages configuration and real-time data through the following structures:
| Data Component | Format | Description |
|---|---|---|
| Connection Config | JSON | Stores token and url for Home Assistant API access. |
| Team Colors | RGB String | Comma-separated values (e.g., "255,0,0") mapped to specific teams. |
| Sports Metadata | String Enum | Supports "nfl", "nba", "nhl", and "mlb" sport types. |
| API Feed | External | Real-time score and play-by-play data fetched via ESPN endpoints. |
| Entity Mapping | String | Links the script logic to specific Home Assistant light entity IDs. |
Loading
A comprehensive API integration for managing LLMs, RAG workflows, and Ollama operations through an Open WebUI instance.

A complete API integration for Kimai to manage timesheets, projects, customers, and invoices directly through your AI agent.

A comprehensive Python-based tool for managing Coda documents, tables, rows, and automations via the REST API v1.

A specialized tool for managing Coda Pack shells and metadata through the official Coda REST API v1.

A professional-grade skill set for managing cloud-native infrastructure, Kubernetes orchestration, and immutable system design.

A visualization skill that enables AI agents to programmatically create, render, and share editable Excalidraw diagrams as PNG images.








































