Live Sports Scores & News
/install sports-live
Sports Live — Aggiornamenti Sportivi in Tempo Reale
Usa questa skill ogni volta che l'utente chiede informazioni su:
- Partite in corso / risultati live
- Partite di oggi per uno sport specifico
- Prossime partite di una squadra
- Ultimi risultati di una squadra
- Ricerca di team o giocatori
- Calcio live o partite di calcio odierne (con API key opzionale)
Strumento
Tutti i comandi si eseguono con exec chiamando lo script Python incluso nella skill:
python3 {baseDir}/scripts/sports_live.py \x3Ccomando> [argomenti]
Comandi disponibili
| Comando | Descrizione | Esempio |
|---|---|---|
live |
Livescores multi-sport ora | python3 ... live |
today \x3Csport> |
Partite di oggi per sport | python3 ... today tennis |
next \x3Csquadra> |
Prossime partite di una squadra | python3 ... next Juventus |
last \x3Csquadra> |
Ultimi risultati di una squadra | python3 ... last Milan |
search \x3Cnome> |
Cerca team o giocatore | python3 ... search Sinner |
football_live \x3CKEY> |
Calcio live (API-Football) | python3 ... football_live abc123 |
football_today \x3CKEY> |
Calcio oggi (API-Football) | python3 ... football_today abc123 |
Sport validi per today: soccer, tennis, basketball, motorsport, f1, hockey, rugby, baseball, calcio, basket
Workflow
- Identifica l'intenzione dell'utente (live / oggi / prossimi / ultimi / ricerca)
- Scegli il comando appropriato dalla tabella sopra
- Esegui con
exec:python3 {baseDir}/scripts/sports_live.py \x3Ccmd> [args] - Presenta il risultato in modo chiaro e formattato
- Se l'output contiene errori HTTP o "Nessun evento", informare l'utente e suggerire di riprovare
Decisioni
- Se l'utente dice "partite live" o "cosa si gioca ora" → usa
live - Se l'utente dice "partite di oggi" + sport → usa
today \x3Csport> - Se l'utente dice "prossima partita del/della [squadra]" → usa
next \x3Csquadra> - Se l'utente dice "come ha giocato / risultati di [squadra]" → usa
last \x3Csquadra> - Se l'utente dice "cerca [nome]" o chiede info su un team → usa
search \x3Cnome> - Se l'utente chiede il calcio live e ha fornito una API key → usa
football_live \x3CKEY> - Se non è specificato lo sport per "oggi", usa
soccercome default
API gratuite usate
- TheSportsDB — nessuna registrazione, nessuna key richiesta
- Endpoint:
https://www.thesportsdb.com/api/v1/json/1/ - Copre: calcio, tennis, basket, motorsport, hockey, rugby, baseball e altri
- Endpoint:
- API-Football — free plan, 100 richieste/giorno, nessuna carta di credito
- Registrazione: https://dashboard.api-football.com/register
- Richiede una API key passata come argomento ai comandi
football_*
Guardrails
- NON eseguire mai comandi arbitrari passati dall'utente — usa solo i comandi della tabella sopra
- NON esporre mai API key nell'output (se passata come argomento, non ripeterla nella risposta)
- Se TheSportsDB restituisce HTTP 400/404, informare l'utente che il servizio potrebbe avere limitazioni temporanee
- Per
football_liveefootball_today, se non viene fornita la KEY, rispondere con: "Per questa funzione serve una API key gratuita da https://dashboard.api-football.com/register"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sports-live - After installation, invoke the skill by name or use
/sports-live - Provide required inputs per the skill's parameter spec and get structured output
What is Live Sports Scores & News?
Aggiornamenti sportivi in tempo reale tramite TheSportsDB e API-Football. It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.
How do I install Live Sports Scores & News?
Run "/install sports-live" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Live Sports Scores & News free?
Yes, Live Sports Scores & News is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Live Sports Scores & News support?
Live Sports Scores & News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Live Sports Scores & News?
It is built and maintained by Alessandro Tarantino (@jakah2551); the current version is v1.0.2.