Install
openclaw skills install the-sports-dbAccess sports data via TheSportsDB (teams, events, scores).
openclaw skills install the-sports-dbFree sports database.
Ensure THE_SPORTS_DB_KEY is set in ~/.clawdbot/.env. (Default test key is often 123 or 3).
curl -s "https://www.thesportsdb.com/api/v1/json/$THE_SPORTS_DB_KEY/searchteams.php?t=Palmeiras"
Get last 5 events for a team ID:
curl -s "https://www.thesportsdb.com/api/v1/json/$THE_SPORTS_DB_KEY/eventslast.php?id=134465"
Get next 5 events for a team ID:
curl -s "https://www.thesportsdb.com/api/v1/json/$THE_SPORTS_DB_KEY/eventsnext.php?id=134465"
Note: Rate limit is 30 requests/minute.