Install
openclaw skills install sports-liveAggiornamenti sportivi in tempo reale tramite TheSportsDB e API-Football.
openclaw skills install sports-liveUsa questa skill ogni volta che l'utente chiede informazioni su:
Tutti i comandi si eseguono con exec chiamando lo script Python incluso nella skill:
python3 {baseDir}/scripts/sports_live.py <comando> [argomenti]
| Comando | Descrizione | Esempio |
|---|---|---|
live | Livescores multi-sport ora | python3 ... live |
today <sport> | Partite di oggi per sport | python3 ... today tennis |
next <squadra> | Prossime partite di una squadra | python3 ... next Juventus |
last <squadra> | Ultimi risultati di una squadra | python3 ... last Milan |
search <nome> | Cerca team o giocatore | python3 ... search Sinner |
football_live <KEY> | Calcio live (API-Football) | python3 ... football_live abc123 |
football_today <KEY> | Calcio oggi (API-Football) | python3 ... football_today abc123 |
Sport validi per today: soccer, tennis, basketball, motorsport, f1, hockey, rugby, baseball, calcio, basket
exec: python3 {baseDir}/scripts/sports_live.py <cmd> [args]livetoday <sport>next <squadra>last <squadra>search <nome>football_live <KEY>soccer come defaulthttps://www.thesportsdb.com/api/v1/json/1/football_*football_live e football_today, se non viene fornita la KEY, rispondere con: "Per questa funzione serve una API key gratuita da https://dashboard.api-football.com/register"