Agent Plugins Marketplace
All plugins

golf

v1.0.1

Golf Intelligence, by Stracka. The highest-quality proprietary golf course dataset for developers building a golf app. Continuously updated mapped course data — not a scrape. Search is free. Scorecards, GPS, and 3D greens via API.

Claude CodeAgent Plugins1 Skill1 MCP serverstdio

By Golf Intelligence, by StrackaLicense: MIT2 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install golf for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install golf@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/golf-data/golf

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

golf/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/golf/SKILL.md
└── .mcp.json

Included Skills1

golfskills/golf/SKILL.md

Use Golf Intelligence course search, scorecard, mapped course data, detail, and green slope imagery when building a golf app.

MCP servers1

golfstdio
command
node
args
${CURSOR_PLUGIN_ROOT}/dist/index.js
env.GI_CLIENT_ID
${GI_CLIENT_ID}
env.GI_ACTIVE_TOKEN
${GI_ACTIVE_TOKEN}

Plugin manifests2

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "golf",
  "version": "1.0.1",
  "description": "Golf Intelligence, by Stracka. The highest-quality proprietary golf course dataset for developers building a golf app. Continuously updated mapped course data — not a scrape. Search is free. Scorecards, GPS, and 3D greens via API.",
  "author": {
    "name": "Golf Intelligence, by Stracka",
    "email": "[email protected]",
    "url": "https://golfintelligence.com/"
  },
  "homepage": "https://golfintelligence.com/",
  "repository": "https://github.com/golf-data/golf",
  "license": "MIT",
  "keywords": [
    "golf",
    "golf-course-data",
    "mapping",
    "mcp"
  ],
  "mcpServers": "./mcp.json"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "golf",
  "version": "1.0.1",
  "description": "Golf Intelligence, by Stracka. The highest-quality proprietary golf course dataset for developers building a golf app. Continuously updated mapped course data — not a scrape. Search is free. Scorecards, GPS, and 3D greens via API.",
  "author": {
    "name": "Golf Intelligence, by Stracka",
    "email": "[email protected]",
    "url": "https://golfintelligence.com/"
  },
  "homepage": "https://golfintelligence.com/",
  "repository": "https://github.com/golf-data/golf",
  "license": "MIT",
  "keywords": [
    "golf",
    "golf-course-data",
    "mapping",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[golf on Agent Plugins Marketplace](https://pluginsmp.com/plugins/golf)