← ClaudeAtlas

sports-scores-researchlisted

Pulls live scores, standings, rosters, player/team stats, and betting odds via the Crawlora API — ESPN (most sports/leagues), SofaScore (global soccer + more), MLB's own stats API, Strava (routes, clubs, challenges), and DraftKings Sportsbook (moneyline/spread/total odds, futures, live events) — returning clean JSON. Use when the user wants a live scoreboard, a team or player's stats, league standings, a game's boxscore/play-by-play, head-to-head history, sportsbook odds, or an endurance-sport route/club.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Sports & athletics research Pull live scoreboards, standings, rosters, player/team stats, sportsbook odds, and endurance-sport routes/clubs across five sports-data sources as normalized JSON from the Crawlora API — no scraping scoreboard widgets or stat pages. ## When to use this skill - "What's the score / status of <game> right now?" - "Show me <team>'s roster / season stats / standing." - "What's <player>'s stats this season?" - "Give me the boxscore / play-by-play for <game>." - "Head-to-head history between <team A> and <team B>." - League news, rankings/polls, or betting-odds snapshots (where exposed). - "What are the odds / spread / total for <game>?" or "what are the futures odds to win <league>?" (DraftKings Sportsbook). - "Find running/biking/hiking routes in <region>" or "look up this Strava club." ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - `export CRAWLORA_API_KEY=sk_your_key_here` - All requests: `x-api-key: $CRAWLORA_API_KEY` against `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **ESPN (most sports/leagues)** — `/espn/scoreboard` for today's/a date's games (sport+league params); `/espn/teams` / `/espn/team` for team lists and detail; `/espn/team-roster` for rosters; `/espn/standings`; `/espn/athlete` for a player; `/espn/game-summary` for one game's m