game-day-dashboard

📁 buildkit-ai/game-day-dashboard 📅 3 days ago
2
总安装量
2
周安装量
#66095
全站排名
安装命令
npx skills add https://github.com/buildkit-ai/game-day-dashboard --skill game-day-dashboard

Agent 安装分布

mcpjam 2
iflow-cli 2
claude-code 2
junie 2
windsurf 2
zencoder 2

Skill 文档

Game Day Dashboard

A full-screen, auto-refreshing sports scoreboard that tracks every game happening right now across NBA, MLB, and Soccer. Built for sports bars, watch parties, and anyone who wants a dedicated game day display.

What It Does

  • Displays live scores for all active games across three sports
  • Shows game clock (NBA), inning + count (MLB), and match minute (Soccer)
  • Streams key plays as they happen: baskets, goals, strikeouts, cards
  • Handles multiple simultaneous games in a clean terminal grid
  • Auto-refreshes every 10 seconds with zero duplicate events

How It Works

The dashboard creates persistent data connections for each active sport, then polls for new events using cursor-based pagination. Each poll returns only new events since the last check, keeping bandwidth low and data fresh. All scores and play-by-play are rendered in a rich terminal UI that fits any screen size.

Supported Sports

Sport Score Display Play-by-Play Events
NBA Quarter + game clock Baskets, fouls, timeouts, runs
MLB Inning + outs At-bats, hits, runs, pitching
Soccer Half + match minute Goals, cards, substitutions

Requirements

  • Python 3.9+
  • rich library for terminal rendering
  • A data API key (see README for setup)

Related Skills

  • For injury updates during games, also install injury-report-monitor
  • For betting context alongside scores, try betting-odds-tracker
  • For deeper matchup breakdowns, install matchup-analyzer