sports-live

Aggiornamenti sportivi in tempo reale tramite TheSportsDB e API-Football.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sports-live" with this command: npx skills add jakah2551/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 <comando> [argomenti]

Comandi disponibili

ComandoDescrizioneEsempio
liveLivescores multi-sport orapython3 ... live
today <sport>Partite di oggi per sportpython3 ... today tennis
next <squadra>Prossime partite di una squadrapython3 ... next Juventus
last <squadra>Ultimi risultati di una squadrapython3 ... last Milan
search <nome>Cerca team o giocatorepython3 ... 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

Workflow

  1. Identifica l'intenzione dell'utente (live / oggi / prossimi / ultimi / ricerca)
  2. Scegli il comando appropriato dalla tabella sopra
  3. Esegui con exec: python3 {baseDir}/scripts/sports_live.py <cmd> [args]
  4. Presenta il risultato in modo chiaro e formattato
  5. 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 <sport>
  • Se l'utente dice "prossima partita del/della [squadra]" → usa next <squadra>
  • Se l'utente dice "come ha giocato / risultati di [squadra]" → usa last <squadra>
  • Se l'utente dice "cerca [nome]" o chiede info su un team → usa search <nome>
  • Se l'utente chiede il calcio live e ha fornito una API key → usa football_live <KEY>
  • Se non è specificato lo sport per "oggi", usa soccer come 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
  • API-Football — free plan, 100 richieste/giorno, nessuna carta di credito

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_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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

抖音自动发布助手

抖音视频自动上传 skill。当用户需要登录抖音、校验账号或上传视频时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。

Registry SourceRecently Updated
General

B 站内容创作分发助手

Bilibili 视频自动上传 skill。当用户需要登录 Bilibili、校验账号或上传视频时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。

Registry SourceRecently Updated
General

MEV五层操作引擎

MEV五层操作引擎 v5.6 — 巴巴塔操作系统的核心任务执行框架。 融合时间感知(date-utils)和迭代研究循环(multi-search),每层标配:做什么+检验标准+异常路径。

Registry SourceRecently Updated
General

Image & Video Generation

AI 图片与视频异步生成技能,调用 AI Artist API 根据文本提示词生成图片或视频,自动轮询直到任务完成。 ⚠️ 使用前必须设置环境变量 AI_ARTIST_TOKEN 为你自己的 API Key! 需要 API Key 授权:已有账号请前往 https://ai.deepsop.com/login?s...

Registry SourceRecently Updated