From sundial-org-awesome-openclaw-skills-4
Access sports data from TheSportsDB API including team search, past scores, and upcoming fixtures. Useful for sports-related queries and data retrieval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:the-sports-dbThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Free sports database.
Free 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.
npx claudepluginhub sundial-org/awesome-openclaw-skillsRetrieves sports metadata (team logos, player photos, stadium info) from TheSportsDB free API across 100+ leagues. No API key required, zero config.
Provides football/soccer data across 13 leagues including standings, schedules, match stats, xG, transfers, and player profiles. Zero config, no API keys.
Syncs live Fantasy Premier League data, analyzes players, teams, and fixtures, manages squads, and generates HTML reports for gameweek strategy, transfers, and captain picks.