Install
openclaw skills install @crawlora-org/sports-betting-researchResearches public sportsbook markets, event schedules, live status, and game context using DraftKings Sportsbook, ESPN, and SofaScore through the Crawlora API. Use for odds snapshots and event comparisons, not wagering, account actions, or financial advice.
openclaw skills install @crawlora-org/sports-betting-researchCompare public sportsbook markets with independent event context. Keep odds, lines, game status, and schedules timestamped and separate from predictions.
scripts/crawlora.sh /draftkings/sportsbook/leagues | jq '.'
scripts/crawlora.sh /draftkings/sportsbook/featured-leagues | jq '.'
scripts/crawlora.sh /draftkings/sportsbook/league-events league_id=<id> | jq '.'
scripts/crawlora.sh /draftkings/sportsbook/event-markets event_id=<id> | jq '.'
scripts/crawlora.sh /espn/scoreboard sport=football league=nfl | jq '.'
See reference/endpoints.md for the complete generated endpoint list.