What problem does it solve? The LG webOS development TV drops into standby after a few idle minutes, causing every automation session — deploys, test runs, screen captures, and streams — to fail with SSH timeouts or connection refused errors. This Skill wakes the TV over the network and confirms it is reachable before any work begins. ## Core Features & Use Cases - Wake-on-LAN with SSH polling: Broadcasts a magic packet (via python3, since macOS has no wakeonlan binary), resends it every ~20 seconds, and polls SSH until the TV answers or a configurable timeout expires. - Standby and status modes: Put the TV into clean standby through the webOS power service for testing the wake cycle, or run a single UP/DOWN reachability probe. - Zero-config network resolution: Reads the TV host from environment variables, the .tv-host file, or the Makefile, and learns and caches the MAC address from the ARP table automatically. - Use Case: Before running make deploy or a test suite against the TV, invoke the wake command so the script blocks until SSH answers, then proceed knowing the deploy will not die mid-scp. ## Quick Start Ask the assistant to wake the dev TV and wait until SSH answers before running the deploy.