Agent skill · mvanhorn

pp-bookmakersreview

Every sportsbook's price, BMR's own sharp consensus, and full line history — for free, from the terminal, no API key required. Trigger phrases: `check NFL odds`, `best moneyline price`, `line movement`, `steam move`, `closing line value`, `sportsbook consensus`, `use bookmakersreview`, `run bookmakersreview`.

What it needs

About 11k tokens when loaded.

What this skill does

<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/media-and-entertainment/bookmakersreview/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". --> BookmakersReview — Printing Press CLI Prerequisites: Install the CLI This skill drives the bookmakersreview-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: bookmakersreview-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. BookmakersReview runs a free, unauthenticated GraphQL feed behind its odds-comparison tool that already includes consensus, opening/current/historical lines, injuries, and weather in one graph. This CLI wraps it, adds a local SQLite history no paid odds API gives you by default, and layers on vig-free value finding, steam detection, and closing-line-value grading that no sportsbook data API — paid or free — ships out of the box. When to Use This CLI Use this CLI when you need current or historical sports-betting odds, sharp consensus, line movement, or closing-line-value analysis for U.S.-facing sportsbooks, and want it scriptable/offline instead of manually comparing books in a browser. …

How to use it

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

@skills mvanhorn/pp-bookmakersreview

View the source on GitHub

Browse the @skills marketplace