← 返回 Skills 市场
the-sports-db
作者
Gustavo Madeira Santana
· GitHub ↗
· v1.0.1
2779
总下载
2
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install the-sports-db
功能描述
Access sports data via TheSportsDB (teams, events, scores).
使用说明 (SKILL.md)
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.
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: the-sports-db
Version: 1.0.1
The skill bundle is benign. It provides `curl` commands in `SKILL.md` to interact with the legitimate TheSportsDB API (`https://www.thesportsdb.com`) for retrieving sports data. It properly requires the `THE_SPORTS_DB_KEY` environment variable for authentication and does not exhibit any signs of data exfiltration, malicious execution, persistence, prompt injection, or obfuscation.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install the-sports-db - 安装完成后,直接呼叫该 Skill 的名称或使用
/the-sports-db触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update examples to Palmeiras and clarify rate limit
v1.0.0
Initial release
元数据
常见问题
the-sports-db 是什么?
Access sports data via TheSportsDB (teams, events, scores). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2779 次。
如何安装 the-sports-db?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install the-sports-db」即可一键安装,无需额外配置。
the-sports-db 是免费的吗?
是的,the-sports-db 完全免费(开源免费),可自由下载、安装和使用。
the-sports-db 支持哪些平台?
the-sports-db 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 the-sports-db?
由 Gustavo Madeira Santana(@gumadeiras)开发并维护,当前版本 v1.0.1。
推荐 Skills