Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Version 1.0.1 - No file changes detected in this version. - No updates or modifications have been made to features or documentation.
What This Skill Does
A CLI tool for retrieving soccer data from your terminal. Built in Go, it connects to the API-Football service to fetch live scores, match events, and player stats by team name or fixture ID.
Avoids opening a browser or app to check match data when already working in a terminal.
When to use it
- Checking a live score without leaving the terminal
- Looking up goals and cards from a specific match
- Reviewing player ratings after a game
- Tracking squad lineups for a fixture
- Quickly finding a team's latest result
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What happened in Real Madrid's last game?
- 1Run `soccer-cli scores "Real Madrid"` to get the latest fixture and its ID
- 2Note the fixture ID from the output
- 3Run `soccer-cli game <fixture_id>` to see goals and cards from the match
- 4Run `soccer-cli squad <fixture_id>` to view player ratings and minutes played
Terminal displays match events (goals, cards) and full squad stats with ratings
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.