Install
openclaw skills install @paperandbeyond23-gif/propzapi-propsPlayer props & fixtures via propzapi.com. Two tools — pull normalized player props (points, rebounds, passing yards, etc.) for upcoming games, plus fixtures and live scores. The prop markets most odds APIs skip, in one JSON shape across books.
openclaw skills install @paperandbeyond23-gif/propzapi-propsPlayer props and fixtures via propzapi.com. Use when the user explicitly asks for player props on an upcoming game, or the schedule/scores for a league — and wants real sourced numbers.
Player props (a player's points, rebounds, passing yards, strikeouts, and the over/under on each) are the markets most odds APIs cover thinly. This skill is built around them, normalized across sportsbooks into one JSON shape.
Calls spend propzapi credits (get_props costs 5, get_events costs 1), so this activates only when the request is genuinely about props or fixtures — not when a player merely comes up.
DO use when the user:
get_propsget_eventsDo NOT use for season stats, historical results, or a betting pick — return the numbers, not advice.
get_props — player propsPlayer props for upcoming games. Args: league (e.g. NBA, NFL, MLB), sport (e.g. basketball), limit (1–100, default 25). Costs 5 credits.
get_events — fixtures & live scoresGames and live scores, no odds. Args: league, sport, status (upcoming | live | final), limit (1–100, default 25). 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.