Pulls NHL data from ESPN's public endpoints without any API keys or config. Covers everything you'd expect: live scores, standings, rosters, schedules, box scores, play-by-play, injuries, transactions, futures, and stats for both teams and players. The skill handles season year logic automatically based on the NHL's October to June calendar, which is nice because you don't have to think about whether February 2026 means the 2025 or 2026 season. Works through a CLI to avoid Python path issues. If you need other sports, the same author has parallel skills for NFL, NBA, MLB, and several others. Zero friction for hockey data.
npx skills add https://github.com/machina-sports/sports-skills --skill nhl-data