LaunchKit · 2026
Back to Skills

soccer-cli

A CLI to check soccer scores, game details, and player stats from your terminal.

0
421 downloads
by @jrojas537

Setup & Installation

openclaw skills install @jrojas537/soccer-cli

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install soccer-cli

Version History

v1.0.1Feb 17, 2026 - Version note by skill developer:

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.

INPUT

User asks: What happened in Real Madrid's last game?

AGENT
  1. 1Run `soccer-cli scores "Real Madrid"` to get the latest fixture and its ID
  2. 2Note the fixture ID from the output
  3. 3Run `soccer-cli game <fixture_id>` to see goals and cards from the match
  4. 4Run `soccer-cli squad <fixture_id>` to view player ratings and minutes played
OUTPUT

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.

API-Football API key (from api-football.com)Go 1.18 or higher