Pulls NFL data from ESPN's public endpoints plus nflverse tables for schedules, rosters, play-by-play, and normalized stats. No API keys, zero config. You get live scores, standings, injury reports, depth charts, box scores, and full play-by-play with EPA and win probability. The nflverse backend gives you clean tabular data if you need to do your own analysis or aggregations. Season detection is built in (it knows the NFL calendar runs September through February), and there's a CLI so you don't fight Python import paths. Honestly feels like the kind of tool someone built because they got tired of scraping ESPN themselves.
npx skills add https://github.com/machina-sports/sports-skills --skill nfl-data