This pulls WNBA data straight from ESPN's public endpoints with zero configuration. You get scores, standings, rosters, schedules, play-by-play, win probability charts, injury reports, transactions, futures odds, and statistical leaders. No API keys, no auth dance. The skill handles season logic automatically (May through October is current season, otherwise it rolls back a year), and it ships with a CLI that sidesteps Python import issues. Worth noting: there's no get_odds command despite what you might expect, and the docs explicitly tell you to resolve team names to IDs via get_teams before hitting team-specific endpoints. Clean for building WNBA dashboards or chat interfaces during the season.
npx skills add https://github.com/machina-sports/sports-skills --skill wnba-data