LaunchKit · 2026
Back to Skills

sports-odds

Get live sports betting odds and compare lines across sportsbooks.

0
684 downloads
by @ianalloway

Setup & Installation

openclaw skills install @ianalloway/sports-odds

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install sports-odds

What This Skill Does

Fetches live betting odds from multiple sportsbooks via The Odds API. Covers NFL, NBA, MLB, NHL, EPL, MLS, and other leagues. Supports moneyline, spread, and over/under markets across US, UK, EU, and AU regions.

Aggregates odds from multiple sportsbooks in a single query instead of manually checking each platform.

When to use it

  • Check NFL moneyline odds before placing a bet
  • Compare point spreads across DraftKings and FanDuel for an NBA game
  • Find the best available over/under line for an MLB matchup
  • Pull current NHL odds into a personal betting tracker
  • Monitor API usage remaining in the free monthly quota

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What are the best moneyline odds for tonight's NBA games?

AGENT
  1. 1Calls The Odds API with sport key basketball_nba and market h2h
  2. 2Parses JSON response to extract all bookmakers and their outcome prices
  3. 3Finds the maximum price for each team across all bookmakers using jq
  4. 4Formats results as a ranked list per game showing best available odds and which book offers them
OUTPUT

A list of tonight's NBA matchups with the best available moneyline price for each team and the sportsbook offering it

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

ODDS_API_KEY environment variable (free API key from https://the-odds-api.com/)