2.8k★by gumadeiras
the-sports-db – OpenClaw Skill
the-sports-db is an OpenClaw Skills integration for coding workflows. Access sports data via TheSportsDB (teams, events, scores).
Skill Snapshot
| name | the-sports-db |
| description | Access sports data via TheSportsDB (teams, events, scores). OpenClaw Skills integration. |
| owner | gumadeiras |
| repository | gumadeiras/the-sports-db |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @gumadeiras/the-sports-db |
| last updated | Feb 7, 2026 |
Maintainer

name: the-sports-db description: Access sports data via TheSportsDB (teams, events, scores). metadata: {"clawdbot":{"emoji":"🏟️","requires":{"env":["THE_SPORTS_DB_KEY"]}}}
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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
Configuration
Ensure `THE_SPORTS_DB_KEY` is set in `~/.clawdbot/.env`. (Default test key is often `123` or `3`).
FAQ
How do I install the-sports-db?
Run openclaw add @gumadeiras/the-sports-db in your terminal. This installs the-sports-db into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gumadeiras/the-sports-db. Review commits and README documentation before installing.
