Sports Events Query

v1.0.0

Retrieve sports events, results, team info, and league details across multiple sports using TheSportsDB free API without requiring an API key.

0· 375·1 current·1 all-time
byMingo_318@mingo-318
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 promise (sports events, teams, leagues via TheSportsDB) matches the included CLI script and SKILL.md examples. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs running the included Python script and installing the requests package. The script performs only outbound HTTPS requests to TheSportsDB API and prints formatted results; it does not read local sensitive files or environment variables.
Install Mechanism
There is no automated install spec; SKILL.md recommends 'pip install requests' which is appropriate and proportional for a Python script making HTTP requests.
Credentials
The skill requires no environment variables or credentials. The code uses a public API base URL with a hardcoded public key fragment and does not attempt to access external secrets or unrelated services.
Persistence & Privilege
Skill does not request always:true and has no install step that writes persistent agent or system-wide configuration. Autonomous invocation is available by default but presents normal, expected behavior for a skill of this type.
Assessment
This skill appears coherent and implements what it claims: a small CLI wrapper around TheSportsDB. It makes outbound HTTPS calls to a public API and requires only the 'requests' package. If you plan to install, be aware it performs network requests (no credentials are required) and will print API responses; review the included script before running if you have strict network or privacy policies in your environment.

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

latestvk97ebvkx80yw5vyavkq6mgdyxs82bhn6

License

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

Comments