Analyze Arccos Golf performance data including club distances, strokes gained metrics, scoring patterns, and round-by-round performance. Use when the user as...
Security Analysis
high confidenceThe skill is internally consistent: it reads a local Arccos JSON file and performs local analysis with no network, no subprocesses, and no credential access.
Name/description match the included code and docs: the script and README implement local analysis of Arccos JSON data and request no unrelated resources or credentials.
SKILL.md and the Python script restrict behavior to reading a single JSON file and producing text/JSON output. There are no instructions to read other system files, access the network, run shell commands, or exfiltrate data.
No install spec is provided (instruction-only skill with a local Python script). The README references cloning from GitHub or installing via ClawHub, which is normal and expected.
The skill declares no required environment variables, credentials, or config paths, and the code uses only the provided JSON file input—no secrets or additional access are requested.
The skill is not always-enabled, does not modify agent configuration, and does not request persistent privileges; it runs on-demand and operates read-only on a supplied file.
Guidance
This skill appears to do exactly what it says: local analysis of an Arccos-format JSON file. Before installing/running, verify the JSON file you supply contains only data you intend to analyze. If you plan to collect Arccos data via browser automation or other scraping tools (mentioned in the README), do not provide your Arccos credentials to untrusted services; prefer manual export or run any scraping tooling locally under your control. If you want extra assurance, inspect the included scripts (scripts/arccos_golf.py) on your machine before running.
Latest Release
v1.3.0
Remove browser automation code examples to maintain true credential-free design
More by @pfrederiksen
Published by @pfrederiksen on ClawHub