{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arccos-golf",
    "name": "Arccos Golf Performance Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/pfrederiksen/arccos-golf",
    "canonicalUrl": "https://clawhub.ai/pfrederiksen/arccos-golf",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/arccos-golf",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arccos-golf",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/arccos_golf.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arccos-golf"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/arccos-golf",
    "agentPageUrl": "https://openagent3.xyz/skills/arccos-golf/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arccos-golf/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arccos-golf/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Arccos Golf Performance Analyzer",
        "body": "Fetches live data from the Arccos Golf API and generates performance analysis: strokes gained, club distances, scoring, putting, pace of play, and recent rounds."
      },
      {
        "title": "⚠️ Privacy & Security Notice",
        "body": "This skill makes authenticated network requests to Arccos Golf API servers using your account credentials:\n\nCredentials: Your Arccos email and password are used to authenticate. A session token is cached at ~/.arccos_creds.json (mode 0600, readable only by your user).\nNetwork: The script calls authentication.arccosgolf.com (login) and api.arccosgolf.com (data). No other endpoints are contacted.\nNo data leaves your machine beyond the API calls needed to fetch your own golf data.\nExternal dependency: Requires the arccos library from github.com/pfrederiksen/arccos-api (MIT licensed, authored by the same user who published this skill).\n\nReview the arccos library source before installing if you have concerns: https://github.com/pfrederiksen/arccos-api"
      },
      {
        "title": "Prerequisites",
        "body": "# 1. Install the arccos library\ngit clone https://github.com/pfrederiksen/arccos-api\npip install -e arccos-api/\n\n# 2. Authenticate — opens a prompt for email + password\n#    Credentials cached to ~/.arccos_creds.json (0600)\narccos login\n\nAlternatively, pass credentials directly at runtime (see Usage below)."
      },
      {
        "title": "Full report (uses cached credentials)",
        "body": "python3 scripts/arccos_golf.py"
      },
      {
        "title": "Pass credentials explicitly (no cached creds required)",
        "body": "python3 scripts/arccos_golf.py --email you@example.com --password secret"
      },
      {
        "title": "Specific sections",
        "body": "python3 scripts/arccos_golf.py --summary\npython3 scripts/arccos_golf.py --strokes-gained\npython3 scripts/arccos_golf.py --clubs           # all clubs\npython3 scripts/arccos_golf.py --clubs iron       # filter by type\npython3 scripts/arccos_golf.py --pace\npython3 scripts/arccos_golf.py --recent-rounds 10"
      },
      {
        "title": "JSON output",
        "body": "python3 scripts/arccos_golf.py --format json"
      },
      {
        "title": "Offline / no credentials (cached JSON file)",
        "body": "python3 scripts/arccos_golf.py --file /path/to/arccos-data.json"
      },
      {
        "title": "System Access",
        "body": "ResourceDetailsNetworkauthentication.arccosgolf.com — login/token refreshNetworkapi.arccosgolf.com — rounds, handicap, clubs, stats, coursesFile read~/.arccos_creds.json — cached session token (created by arccos login)File readOptional --file path for offline JSON analysisFile write~/.arccos_creds.json — updated on token refreshSubprocessNoneShell execNone"
      },
      {
        "title": "API Calls Made",
        "body": "DataEndpointRounds listGET /users/{userId}/roundsCourse namesGET /courses/{courseId}HandicapGET /users/{userId}/handicaps/latestClub distancesGET /v4/clubs/user/{userId}/smart-distancesStrokes gainedGET /v2/sga/shots/{roundIds}\n\nAll calls are authenticated with a Bearer JWT. The JWT is obtained from and refreshed against authentication.arccosgolf.com using your arccos session credentials."
      },
      {
        "title": "Dependencies",
        "body": "Python ≥ 3.11\narccos library: github.com/pfrederiksen/arccos-api (MIT) — wraps requests, click, rich\nStandard library only in the analysis script itself"
      }
    ],
    "body": "Arccos Golf Performance Analyzer\n\nFetches live data from the Arccos Golf API and generates performance analysis: strokes gained, club distances, scoring, putting, pace of play, and recent rounds.\n\n⚠️ Privacy & Security Notice\n\nThis skill makes authenticated network requests to Arccos Golf API servers using your account credentials:\n\nCredentials: Your Arccos email and password are used to authenticate. A session token is cached at ~/.arccos_creds.json (mode 0600, readable only by your user).\nNetwork: The script calls authentication.arccosgolf.com (login) and api.arccosgolf.com (data). No other endpoints are contacted.\nNo data leaves your machine beyond the API calls needed to fetch your own golf data.\nExternal dependency: Requires the arccos library from github.com/pfrederiksen/arccos-api (MIT licensed, authored by the same user who published this skill).\n\nReview the arccos library source before installing if you have concerns: https://github.com/pfrederiksen/arccos-api\n\nPrerequisites\n# 1. Install the arccos library\ngit clone https://github.com/pfrederiksen/arccos-api\npip install -e arccos-api/\n\n# 2. Authenticate — opens a prompt for email + password\n#    Credentials cached to ~/.arccos_creds.json (0600)\narccos login\n\n\nAlternatively, pass credentials directly at runtime (see Usage below).\n\nUsage\nFull report (uses cached credentials)\npython3 scripts/arccos_golf.py\n\nPass credentials explicitly (no cached creds required)\npython3 scripts/arccos_golf.py --email you@example.com --password secret\n\nSpecific sections\npython3 scripts/arccos_golf.py --summary\npython3 scripts/arccos_golf.py --strokes-gained\npython3 scripts/arccos_golf.py --clubs           # all clubs\npython3 scripts/arccos_golf.py --clubs iron       # filter by type\npython3 scripts/arccos_golf.py --pace\npython3 scripts/arccos_golf.py --recent-rounds 10\n\nJSON output\npython3 scripts/arccos_golf.py --format json\n\nOffline / no credentials (cached JSON file)\npython3 scripts/arccos_golf.py --file /path/to/arccos-data.json\n\nSystem Access\nResource\tDetails\nNetwork\tauthentication.arccosgolf.com — login/token refresh\nNetwork\tapi.arccosgolf.com — rounds, handicap, clubs, stats, courses\nFile read\t~/.arccos_creds.json — cached session token (created by arccos login)\nFile read\tOptional --file path for offline JSON analysis\nFile write\t~/.arccos_creds.json — updated on token refresh\nSubprocess\tNone\nShell exec\tNone\nAPI Calls Made\nData\tEndpoint\nRounds list\tGET /users/{userId}/rounds\nCourse names\tGET /courses/{courseId}\nHandicap\tGET /users/{userId}/handicaps/latest\nClub distances\tGET /v4/clubs/user/{userId}/smart-distances\nStrokes gained\tGET /v2/sga/shots/{roundIds}\n\nAll calls are authenticated with a Bearer JWT. The JWT is obtained from and refreshed against authentication.arccosgolf.com using your arccos session credentials.\n\nDependencies\nPython ≥ 3.11\narccos library: github.com/pfrederiksen/arccos-api (MIT) — wraps requests, click, rich\nStandard library only in the analysis script itself"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pfrederiksen/arccos-golf",
    "publisherUrl": "https://clawhub.ai/pfrederiksen/arccos-golf",
    "owner": "pfrederiksen",
    "version": "2.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arccos-golf",
    "downloadUrl": "https://openagent3.xyz/downloads/arccos-golf",
    "agentUrl": "https://openagent3.xyz/skills/arccos-golf/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arccos-golf/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arccos-golf/agent.md"
  }
}