Install
openclaw skills install @paperandbeyond23-gif/propzapi-oddsLive game odds & fixtures via propzapi.com. Three tools — pull moneyline/spreads/totals grouped by sportsbook, fixtures and live scores, and the list of covered books. Normalized across books so you don't scrape each one.
openclaw skills install @paperandbeyond23-gif/propzapi-oddsLive game odds and fixtures via propzapi.com. Use when the user explicitly asks for the odds/moneyline/spread/total on a game or league, or the schedule/scores — and wants real sourced numbers.
Odds live behind a dozen sportsbook sites, each with its own markup. This skill normalizes moneyline, spreads and totals across books into one JSON shape.
Calls spend propzapi credits (get_odds 1 for a single market / 3 for all game markets; get_events and get_books 1 each), so this activates only when the request is genuinely about live odds.
DO use when the user:
get_oddsget_eventsget_booksDo NOT use for player props (use propzapi-props / propzapi-full), season stats, or a betting pick.
get_odds — game odds grouped by bookMoneyline, spreads and totals for upcoming games. Args: league (e.g. NBA, NFL, MLB, NHL, EPL, MLS), sport, market (h2h | spreads | totals; omit for all game markets), limit (1–100, default 25). Costs 1 credit for a single market, 3 for all.
get_events — fixtures & live scoresGames and live scores, no odds. Args: league, sport, status (upcoming | live | final), limit. Costs 1 credit.
get_books — covered sportsbooksThe sportsbooks currently normalized. No args. Costs 1 credit.
Set PROPZAPI_KEY to your propzapi key (pk_live_...), sent as the X-API-Key header.
export PROPZAPI_KEY="pk_live_..."
Get a free key (500 free credits, no card) at https://propzapi.com/app.
Metered by market; the exact charge is returned in the X-Credits-Cost header. Free 500/mo · Indie $19 (25k) · Pro $49 (100k) · Scale $149 (1M). See https://propzapi.com/pricing.
Each function returns a dict; on failure it has an error key: auth_required, auth_invalid, out_of_credits (with upgrade_url), not_found, rate_limit_exceeded, upstream_unavailable, invalid_argument, network, or HTTP <code>.
propzapi is an independent developer tool that aggregates publicly listed sportsbook odds. It is not a sportsbook, does not accept wagers, and does not provide betting advice. Odds are informational and may be delayed.