← Back to Skills Marketplace
721
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install soccer-cli
Description
A CLI to check soccer scores, game details, and player stats from your terminal.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install soccer-cli - After installation, invoke the skill by name or use
/soccer-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Soccer Cli?
A CLI to check soccer scores, game details, and player stats from your terminal. It is an AI Agent Skill for Claude Code / OpenClaw, with 721 downloads so far.
How do I install Soccer Cli?
Run "/install soccer-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Soccer Cli free?
Yes, Soccer Cli is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Soccer Cli support?
Soccer Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Soccer Cli?
It is built and maintained by jrojas537 (@jrojas537); the current version is v1.0.1.
More Skills