LaunchKit · 2026
Back to Skills

arccos-golf

Analyze Arccos Golf performance data including club distances, strokes gained metrics, scoring patterns.

1
488 downloads
by @pfrederiksen

Setup & Installation

openclaw skills install @pfrederiksen/arccos-golf

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install arccos-golf

Version History

v2.0.2Mar 9, 2026 - Version note by skill developer:

Fix README: removed all incorrect 'no network access' / 'no credentials' claims left over from the static-JSON version. README now accurately describes all network endpoints, credential handling, and the external arccos library dependency.

What This Skill Does

Fetches live data from the Arccos Golf API and generates performance analysis: strokes gained breakdowns, club distance stats, scoring patterns, putting metrics, pace of play, and round-by-round history. Runs locally with credentials cached securely.

When to use it

  • Reviewing strokes gained metrics to find weak areas in your game
  • Checking smart distances for each club in the bag
  • Analyzing scoring patterns across recent rounds
  • Comparing performance trends over time with round history
  • Getting a full performance report in text or JSON format

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: "Show me my strokes gained and club distances"

AGENT
  1. 1Authenticates with the Arccos Golf API using cached credentials
  2. 2Fetches strokes gained data for recent rounds
  3. 3Fetches smart club distances from the /v4/clubs endpoint
  4. 4Formats both into a readable report
OUTPUT

Strokes gained breakdown (tee-to-green +1.2, putting -0.5) and distances for all 14 clubs

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Arccos Golf account (email and password)arccos Python library from github.com/pfrederiksen/arccos-api