Pulls live scores, rankings, and tournament calendars from ATP and WTA tours via ESPN's public endpoints. No API keys, no setup. Works via CLI commands that take a tour parameter (atp or wta) and return structured data you can format however you want. Scores update after each set, not point by point, so it's good for recaps and current state but not live commentary. Includes player profiles and full season calendars. The docs are explicit about what doesn't exist (no head to head, no tournament draws), which saves you from guessing at the API surface. If you're building a tennis bot or need match data without dealing with official APIs, this gets you there fast.
npx skills add https://github.com/machina-sports/sports-skills --skill tennis-data