skills$openclaw/the-sports-db
gumadeiras2.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).

2.8k stars1.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namethe-sports-db
descriptionAccess sports data via TheSportsDB (teams, events, scores). OpenClaw Skills integration.
ownergumadeiras
repositorygumadeiras/the-sports-db
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gumadeiras/the-sports-db
last updatedFeb 7, 2026

Maintainer

gumadeiras

gumadeiras

Maintains the-sports-db in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
282 B
SKILL.md
853 B
SKILL.md

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.

README.md

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.