Golf Data

🌐Community
by machina-sports · vlatest · Repository

Access historical golf course data, player stats, weather conditions, and tournament results for informed analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add golf-data npx -- -y @trustedskills/golf-data
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "golf-data": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/golf-data"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to historical and current data related to professional golf, covering the PGA (men's), LPGA (women's), and DP World Tour (European) circuits. It allows an AI agent to retrieve leaderboards, schedules, player information, scorecards, news articles, and detailed overviews of individual golfers including season stats and rankings. The skill leverages a command-line interface (CLI) for optimal performance and avoids potential Python import path issues.

When to use it

  • Get the current leaderboard for an ongoing tournament.
  • Find out the schedule of tournaments for a specific tour and year.
  • Retrieve information about a particular golfer, including their stats and recent results.
  • Access hole-by-hole scorecards for individual golfers during a tournament.
  • Stay up-to-date with golf news articles related to the specified tours.

Key capabilities

  • get_leaderboard: Retrieves current leaderboard data for a tournament.
  • get_schedule: Provides a full season schedule of tournaments.
  • get_player_info: Returns information about an individual golfer.
  • get_player_overview: Delivers detailed player statistics, rankings, and recent results.
  • get_scorecard: Accesses hole-by-hole scorecard data for a golfer.
  • get_news: Retrieves golf news articles.

Example prompts

  • "What's the PGA leaderboard right now?"
  • "Show me the LPGA schedule for 2026."
  • "Tell me about Scottie Scheffler."

Tips & gotchas

  • Tour Parameter is Required: Always specify --tour=pga, --tour=lpga, or --tour=eur when making requests. If omitted, the skill defaults to PGA.
  • Player IDs: Player IDs must be obtained from get_leaderboard results or ESPN golf URLs; do not guess them.
  • Python Version: The skill requires Python 3.10 or higher. If you encounter installation errors, ensure your Python version is compatible and install the skill using python3.12 -m pip install sports-skills.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
machina-sports
Installs
46

🌐 Community

Passed automated security scans.