the-sports-db
/install the-sports-db
TheSportsDB
Free sports database.
Configuration
Ensure THE_SPORTS_DB_KEY is set in ~/.clawdbot/.env. (Default test key is often 123 or 3).
Usage
Search Team
curl -s "https://www.thesportsdb.com/api/v1/json/$THE_SPORTS_DB_KEY/searchteams.php?t=Palmeiras"
Last Events (Scores)
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"
Next Events (Fixtures)
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install the-sports-db - After installation, invoke the skill by name or use
/the-sports-db - Provide required inputs per the skill's parameter spec and get structured output
What is the-sports-db?
Access sports data via TheSportsDB (teams, events, scores). It is an AI Agent Skill for Claude Code / OpenClaw, with 2779 downloads so far.
How do I install the-sports-db?
Run "/install the-sports-db" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is the-sports-db free?
Yes, the-sports-db is completely free (open-source). You can download, install and use it at no cost.
Which platforms does the-sports-db support?
the-sports-db is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created the-sports-db?
It is built and maintained by Gustavo Madeira Santana (@gumadeiras); the current version is v1.0.1.