Agent skill · mvanhorn

pp-catapult-openfield-connect

Every Catapult GPS metric — ACWR, velocity benchmarks, load reports — from one command, with a local SQLite mirror for offline analysis. Trigger phrases: `check ACWR for the squad`, `what is the player load from today's session`, `compare the last two matches`, `who is at injury risk`, `generate a weekly load report`, `sync Catapult data`, `use catapult-openfield-connect`, `run catapult CLI`.

What it needs

About 10k tokens when loaded.

What this skill does

Catapult OpenField — Printing Press CLI Prerequisites: Install the CLI This skill drives the catapult-openfield-connect-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: catapult-openfield-connect-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.5 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. catapult-openfield-connect-pp-cli syncs your OpenField data into a local SQLite store and unlocks computations the API cannot do alone: 28-day ACWR dashboards, personal velocity bests, session diffs, and positional benchmarks — all scriptable, pipeable, and agent-native. What used to require a custom R script now takes one command. When to Use This CLI Use this CLI for any Catapult OpenField data task: pulling session stats, checking squad ACWR, comparing matches, generating load reports, or giving an agent access to athlete GPS data without manual OpenField exports. It is the only CLI surface for OpenField; the alternative is the catapultR R package or the web UI. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/catapult-openfield-connect

View the source on GitHub

Browse the @skills marketplace