← 返回 Skills 市场
721
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install soccer-cli
功能描述
A CLI to check soccer scores, game details, and player stats from your terminal.
安全使用建议
This skill appears to do exactly what it says: build the included Go program and call API‑Football with an API key you store in ~/.config/soccer-cli/config.yaml. Before installing: (1) review the included source (present in the bundle) if you want to confirm there is no unexpected behavior; (2) only supply your API‑Football key (no other credentials are needed); (3) building from source (install.sh) is safer than running a downloaded binary, but run it in a trusted environment; (4) note the small metadata inconsistencies (SKILL.md lists go requirement and an installer while the registry metadata omitted them) — these are likely packaging oversights, not malicious indicators.
功能分析
Type: OpenClaw Skill
Name: soccer-cli
Version: 1.0.1
The skill bundle is a benign command-line interface for checking soccer scores and stats. The `install.sh` script transparently builds a local Go binary and places it in `~/.local/bin`. The Go code correctly reads an API key from `~/.config/soccer-cli/config.yaml` (or environment variables via `viper.AutomaticEnv()`) and uses it to authenticate with the legitimate `v3.football.api-sports.io` API. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. All actions align with the stated purpose.
能力评估
Purpose & Capability
Name and description match the code and runtime instructions: the program queries API‑Football endpoints using an API key stored in ~/.config/soccer-cli/config.yaml. The commands (scores, game, squad) map directly to client methods that call the documented API endpoints.
Instruction Scope
SKILL.md instructs building the local Go program and creating a per‑user config file containing an API key. The runtime code only reads that config file and performs HTTP GETs to the API-Football base URL; it does not reference other system files, unrelated credentials, or external endpoints beyond the service.
Install Mechanism
install.sh builds from local source with 'go build' and moves the binary to ~/.local/bin. No remote downloads, URL shorteners, or archives are used. Building from source reduces but does not eliminate risk—users should still review source before building.
Credentials
The tool only requires an API‑Football key stored in a config file; it does not request unrelated environment variables or secrets. One minor inconsistency: SKILL.md lists Go (>=1.18) as a requirement, but the registry metadata showed 'none'. This is a metadata mismatch, not a functional concern.
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not attempt to modify other skills or system settings. It installs a single user binary to ~/.local/bin, which is a standard, limited privilege operation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install soccer-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/soccer-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1
- No file changes detected in this version.
- No updates or modifications have been made to features or documentation.
v1.0.0
Initial release of soccer-cli.
- Command-line interface to check soccer scores, game details, and player stats.
- Supports retrieving latest scores, match event details, and squad stats using API-Football.
- Provides clear installation and API key configuration instructions.
- Simple commands: scores, game, and squad, all from your terminal.
元数据
常见问题
Soccer Cli 是什么?
A CLI to check soccer scores, game details, and player stats from your terminal. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 721 次。
如何安装 Soccer Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install soccer-cli」即可一键安装,无需额外配置。
Soccer Cli 是免费的吗?
是的,Soccer Cli 完全免费(开源免费),可自由下载、安装和使用。
Soccer Cli 支持哪些平台?
Soccer Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Soccer Cli?
由 jrojas537(@jrojas537)开发并维护,当前版本 v1.0.1。
推荐 Skills