# AGENTS.md - Running Race Results CLI

You are being asked to install or use the Running Race Results CLI from the Printing Press library.

## What it is

running-race-results-pp-cli is an agent-native command line tool for Running Race Results. Look up running race results across NYRR, Mika Timing, Athlinks, and RaceResult by fuzzy race name, bib, runner name, or athlete history.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install running-race-results

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-running-race-results --force

OpenClaw:

    clawhub install printing-press-library/running-race-results

## After install

Call running-race-results-pp-cli from the shell, or use the /pp-running-race-results skill inside an agent.
Run running-race-results-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/running-race-results
- Library page: https://printingpress.dev/library/other/running-race-results
- This file: https://printingpress.dev/documentation/running-race-results/agents.md
