Agent skill · software engineering · mvanhorn
pp-whoop
Printing Press CLI for Whoop.
Why this skill is useful
Provides specific commands and workflows for interacting with the Whoop Printing Press CLI that the AI wouldn't reliably generate on its own.
What it needs
Requires whoop-pp-cli installed locally. About 5k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Whoop — Printing Press CLI Prerequisites: Install the CLI This skill drives the whoop-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: whoop-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.6 or newer): 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. Command Reference activity — Manage activity whoop-pp-cli activity get-sleep-by-id — Get the sleep for the specified ID whoop-pp-cli activity get-sleep-collection — Get all sleeps for a user, paginated. Results are sorted by start time in descending order. whoop-pp-cli activity get-workout-by-id — Get the workout for the specified ID whoop-pp-cli activity get-workout-collection — Get all workouts for a user, paginated. Results are sorted by start time in descending order. activity-mapping — Manage activity mapping whoop-pp-cli activity-mapping <activityV1Id> — Lookup the V2 UUID for a given V1 activity ID cycle — Manage cycle whoop-pp-cli cycle get-by-id — Get the cycle for the specified ID whoop-pp-cli cycle get-collection — Get all physiological cycles for a user, paginated. Results are sorted by start time in descending order. partner — Endpoints for trusted WHOOP partner operations whoop-pp-cli partner add-test-data — Generates test user and lab requisition data for partner integration testing. This endpoint is only available in... whoop-pp-cli partner get-lab-requisition-by-id — Retrieves a lab requisition with its associated service requests by its unique identifier. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/whoop