the-sports-db

v1.0.1

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

1· 2.6k·3 current·4 all-time
byGustavo Madeira Santana@gumadeiras
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say 'TheSportsDB' and the only required environment variable is THE_SPORTS_DB_KEY; that matches the documented curl-based API usage in SKILL.md.
Instruction Scope
SKILL.md contains only examples of curl calls to thesportsdb.com using $THE_SPORTS_DB_KEY and a note about storing the key in ~/.clawdbot/.env. It does not instruct the agent to read unrelated files, access additional credentials, or transmit data to third-party endpoints other than TheSportsDB.
Install Mechanism
There is no install spec and no code files—this is an instruction-only skill, so nothing is downloaded or written to disk by an installer.
Credentials
Only one env var (THE_SPORTS_DB_KEY) is required, which is proportional and necessary for the API calls shown. The SKILL.md suggestion to keep the key in ~/.clawdbot/.env is a local storage recommendation (not declared in requires.config) but not inherently excessive.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/config; normal autonomous invocation is allowed (platform default).
Assessment
This is an instruction-only skill that issues curl requests to https://www.thesportsdb.com using THE_SPORTS_DB_KEY. Before installing: (1) confirm you trust the skill owner (source unknown); (2) provide only a TheSportsDB API key and avoid putting sensitive credentials into shared plaintext files—use a secure secrets mechanism if possible; (3) be aware the skill may make network calls when invoked (rate limit ~30 req/min); and (4) avoid using the public/test keys for private or high-volume use. There are no other red flags in the skill's instructions or requirements.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cgw5cmhgp1am1y524hd1j4h7zjara

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏟️ Clawdis
EnvTHE_SPORTS_DB_KEY

Comments