← 返回 Skills 市场
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install football-data-hub
功能描述
足球数据库查询助手。查询积分榜、赛程赛果、球队球员数据、赛前H2H预览。纯信息查询不涉及博彩。触发词:足球积分榜、查赛程、球队信息、球员数据、足球数据、H2H、赛前分析、football standings、查排名、联赛数据。
使用说明 (SKILL.md)
Football Data Hub - 足球数据库
⚽ 零配置足球数据查询技能。立即可用,无需任何 API Key。
数据源策略(三级降级)
- OpenLigaDB(默认,零配置)— 完全免费无需认证,覆盖德甲/德乙/德丙/欧冠/欧联等主要联赛
- API-Football(需配置 RapidAPI Key)— 1200+ 联赛,球员数据,实时比分,H2H
- football-data.org(需配置 Key)— 12 大联赛,射手榜,比赛详情
零配置直接可用
# 积分榜
python scripts/fetch_football_data.py --endpoint standings --league "德甲" --season 2025
# 赛程/赛果
python scripts/fetch_football_data.py --endpoint fixtures --league "德甲" --season 2025
python scripts/fetch_football_data.py --endpoint fixtures --league "德甲" --matchday 1
# 球队搜索
python scripts/fetch_football_data.py --endpoint teams --search "Bayern"
# 球队列表
python scripts/fetch_football_data.py --endpoint teams --league "德甲"
# 联赛列表
python scripts/fetch_football_data.py --endpoint leagues --search "Champions"
支持联赛 (OpenLigaDB)
| 快捷名 | 联赛 | 状态 |
|---|---|---|
bl1 / 德甲 |
德甲 2025/26 | ✅ 积分榜+赛程完整 |
bl2 |
德乙 | ✅ |
bl3 |
德丙 | ✅ |
dfb |
德国杯 | ✅ |
ucl / 欧冠 |
欧冠 | ✅ |
el / 欧联 |
欧联 | ✅ |
💡 用 --endpoint leagues 查看完整列表
升级到 API-Football(可选)
配置 config.yaml 后可解锁:
- ✅ 球员数据(射手、助攻统计)
- ✅ H2H 历史交锋分析
- ✅ 英超、西甲、意甲、法甲等全球 1200+ 联赛
- ✅ 实时比分
cp config.example.yaml config.yaml
# 编辑 config.yaml 填入 RapidAPI Key
核心原则
- 纯信息查询,不涉及博彩预测 — 与 soccer-lottery 明确区分
- 零配置优先 — OpenLigaDB 无需任何 Key,开箱即用
- 中文友好 — 支持
德甲欧冠欧联等中文名直接查询
触发词
查积分榜、查赛程、球队信息、球员数据、H2H、赛前分析、足球数据、查排名、联赛数据、football standings
安全使用建议
Install only if you are comfortable with the skill querying external football APIs and, if configured, storing API keys in a local config.yaml. For safer use, pin reviewed dependency versions and do not rely on the H2H preview for decisions until its import and win-counting bugs are fixed.
能力标签
能力评估
Purpose & Capability
The artifacts consistently describe football standings, fixtures, teams, player data, and H2H lookup. The main script performs fixed-host HTTP queries to OpenLigaDB and optional football APIs; the H2H preview script appears broken and has an accuracy bug, but that is a reliability issue rather than malicious behavior.
Instruction Scope
Runtime instructions are mostly scoped to running the included Python scripts and optionally creating a local config.yaml. The allowed tools include Write/Edit/Bash/WebFetch/WebSearch, which is broader than the current implementation needs, but the skill text does not instruct hidden mutation or unrelated access.
Install Mechanism
Installation is ordinary Python dependency installation with requests and pyyaml. The requirements use lower-bound ranges rather than exact pins, so installs are less reproducible, but this is not enough by itself to require Review.
Credentials
Network access to football-data providers is expected for the stated purpose. The code uses fixed API hosts and does not show arbitrary URL fetching, broad local indexing, destructive actions, or unrelated file access.
Persistence & Privilege
The only expected persistence is an optional local config.yaml containing user-provided API keys. API keys are sent to their intended providers via request headers; no background workers, credential harvesting, privilege escalation, or hidden persistence were found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install football-data-hub - 安装完成后,直接呼叫该 Skill 的名称或使用
/football-data-hub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: zero-config football data query. Standings, fixtures, teams via OpenLigaDB. No API key needed.
元数据
常见问题
Football Data Hub 是什么?
足球数据库查询助手。查询积分榜、赛程赛果、球队球员数据、赛前H2H预览。纯信息查询不涉及博彩。触发词:足球积分榜、查赛程、球队信息、球员数据、足球数据、H2H、赛前分析、football standings、查排名、联赛数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 Football Data Hub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install football-data-hub」即可一键安装,无需额外配置。
Football Data Hub 是免费的吗?
是的,Football Data Hub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Football Data Hub 支持哪些平台?
Football Data Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Football Data Hub?
由 bettermen(@bettermen)开发并维护,当前版本 v1.0.0。
推荐 Skills