golf
v1.0.1Golf 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install golf@agent-plugin-marketplacePaste 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/golfClone 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
├── .claude-plugin/plugin.json├── plugin.json├── skills/golf/SKILL.md└── .mcp.json
Included Skills1
Use Golf Intelligence course search, scorecard, mapped course data, detail, and green slope imagery when building a golf app.
MCP servers1
- 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
{
"$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"
}{
"$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"
]
}For maintainers
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)