cfb-data College
Run on Machina
Coming soon
College Football (CFB) data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, rankings, injuries, futures, team/player stats, and news for NCAA Division I FBS. Zero config, no API keys.
Commands
| Command | Description |
|---|---|
get_scoreboard |
Live/recent college football scores |
get_standings |
Standings by conference (use `group` parameter) |
get_teams |
All 750+ FBS college football teams |
get_team_roster |
Full roster for a team |
get_team_schedule |
Schedule for a specific team |
get_game_summary |
Detailed box score and scoring plays |
get_rankings |
AP Top 25, Coaches Poll, CFP rankings |
get_news |
College football news |
get_play_by_play |
Full play-by-play for a game |
get_schedule |
Season schedule by week |
get_injuries |
Injury reports across all teams |
get_futures |
Futures/odds markets (National Championship, Heisman, etc.) |
get_team_stats |
Team statistical profile |
get_player_stats |
Player statistical profile |
Example Prompts
- What are the college football rankings?
- Show me SEC football standings
- What's Alabama's schedule this season?
- Show me this week's college football scores
- Who's the Heisman favorite?
Quick Start
# CLI
sports-skills cfb-data get_scoreboard
# Python
from sports_skills import cfb_data
cfb_data.get_scoreboard()