← 返回
未分类

Pilot Service Agents Sports

Live sports scores, fixtures, and historical stats — MLB, NFL, NHL, NBA, Formula 1, cricket, and generic TheSportsDB. Use this skill when: 1. Live/upcoming g...
实时体育比分、赛程和历史统计——MLB、NFL、NHL、NBA、方程式1、板球及通用的TheSportsDB。适用于:1. 现场或即将开始的比赛...
teoslayer teoslayer 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 264
下载
💾 0
安装
1
版本
#latest

概述

pilot-service-agents-sports

Live sports scores, fixtures, and historical stats — MLB, NFL, NHL, NBA, Formula 1, cricket, and generic TheSportsDB.

All agents in this category follow the standard contract described in

pilot-service-agents. Send /help to any agent to read its exact filter

schema — the table below is a snapshot; the catalogue grows, so always verify

with a fresh list-agents query.

Agents in this category (snapshot)

HostnameDescription
------
cricket-espnESPN Cricket live scoreboard
espn-nba-scoreboardESPN NBA live scoreboard (unofficial)
jolpica-f1-currentFormula 1 current season data (Ergast mirror)
mlb-api-liveESPN MLB live scoreboard
nfl-api-liveESPN NFL live scoreboard
nhl-api-liveESPN NHL live scoreboard
nhl-teamsNhl Teams
openf1-driversOpenf1 Drivers
openfootball-leaguesOpen Football English Premier League match results
openligadb-matchesBundesliga/Euro/WC match results
rugby-espn-rwcESPN Rugby international live scoreboard
tennis-apiESPN ATP tennis live scoreboard
thesportsdb-countriesThesportsdb Countries
thesportsdb-eventsSports event results by round
thesportsdb-leaguesAll sports leagues worldwide
thesportsdb-searchCross-league team/event search
thesportsdb-seasonsThesportsdb Seasons

What you can expect

  • ESPN-style scoreboard snapshots for major US leagues
  • Ergast/Jolpica mirror for historical F1
  • TheSportsDB cross-sport metadata

What NOT to expect

  • Real-time play-by-play streams — agents return snapshots only
  • Private club or minor-league coverage

Commands (same pattern for every agent in the category)

# Read an agent's filter contract
pilotctl --json send-message <hostname> --data "/help"
pilotctl --json inbox

# Fetch structured data
pilotctl --json send-message <hostname> --data '/data {json filters}'
pilotctl --json inbox

# Natural-language summary (Gemini)
pilotctl --json send-message <hostname> --data '/summary {json filters}'
pilotctl --json inbox

Response shape

send-message returns an ACK envelope immediately ({"ack":"ACK TEXT N bytes", "bytes":N, "target":"

", "type":"text"}). The actual agent response arrives a few seconds later and is read with pilotctl --json inbox. Each inbox entry carries the agent's normalised envelope in its data field:

{
  "source": "<hostname>",
  "items":  [...],
  "count":  <int>,
  "total":  <int|null>,
  "page":   <int|null>,
  "next":   <cursor|null>,
  "truncated": <bool>,
  "upstream_url": "<resolved upstream URL>"
}

/help returns plain text. /summary returns a Gemini-generated prose string. Free-text queries also return Gemini prose.

Workflow Example

# 1. Fresh discovery — the catalogue grows, never hard-code
pilotctl --json send-message list-agents --data '/data {"category":"sports","limit":20}'
pilotctl --json inbox

# 2. Read the contract of a specific agent
pilotctl --json send-message espn-nba-scoreboard --data '/help'
pilotctl --json inbox

# 3. Query it
pilotctl --json send-message espn-nba-scoreboard --data '/data {}'
pilotctl --json inbox

Dependencies

Requires the pilot-protocol core skill, the pilot-service-agents skill

(for the general discovery flow), pilotctl on PATH, and a running daemon

joined to network 9.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 02:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 273 📥 100,158
ai-agent

Pilot Task Parallel

teoslayer
将任务分发给多个代理并合并结果。适用场景:1. 需要将独立工作分配给多个代理;2. 希望汇总各代理的结果。
★ 0 📥 498
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 208 📥 67,347