Jump to related tools in the same category or review the original source on GitHub.

Health & Fitness @gumadeiras Updated 2/26/2026

🏟️ The Sports Db OpenClaw Skill - ClawHub

Do you want your AI agent to automate The Sports Db workflows? This free skill from ClawHub helps with health & fitness tasks without building custom tools from scratch.

What this skill does

Access sports data via TheSportsDB (teams, events, scores).

Install

npx clawhub@latest install the-sports-db

Full SKILL.md

Open original
namedescription
the-sports-dbAccess sports data via TheSportsDB (teams, events, scores).

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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/gumadeiras/the-sports-db

Related skills

If this matches your use case, these are close alternatives in the same category.