golf-data Golf

Run on Machina Coming soon

PGA Tour, LPGA, and DP World Tour golf data via ESPN public endpoints — tournament leaderboards, scorecards, season schedules, golfer profiles/overviews, and news. Zero config, no API keys.

Commands

Command Description
get_leaderboard Current tournament leaderboard with all golfer scores
get_schedule Full season tournament schedule
get_player_info Individual golfer profile
get_player_overview Detailed overview with season stats, rankings, recent results
get_scorecard Hole-by-hole scorecard for a golfer
get_news Golf news articles

Example Prompts

  • What's the PGA leaderboard right now?
  • Show me the LPGA schedule for 2026
  • Tell me about Scottie Scheffler
  • When is the Masters this year?
  • Show me Scottie Scheffler's scorecard

Quick Start

# CLI
sports-skills golf-data get_leaderboard
# Python
from sports_skills import golf_data
golf_data.get_leaderboard()