📦 Pilot Service Agents Sports — Pilot 服务 代理s Sports

v1.0.0

Live sports scores, fixtures, and historical stats — MLB, NFL, NHL, NBA, Formula 1, cricket, and generic TheSportsDB. Use this 技能 when: 1. Live/upcoming g...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能's requirements and 运行time instructions align with its 状态d purpose (sports data via the Pilot Protocol); it is instruction-only, asks for no secrets, and does not 安装 code.
评估建议
This 技能 is internally consistent with its 状态d purpose, but take these precautions before 安装ing: 1) 验证 you 安装 pilotctl from an official source and that the Pilot Protocol daemon is trustworthy — the 技能 will 查询 overlay peers and consume their 响应s. 2) Because it interacts with a peer network (network 9) and returns up流 URLs in 响应s, only 运行 it in an 环境 where you accept network-connected data from those peers (or sandbox it). 3) No secrets are 请求ed by the 技能 itself, but confirm any other required 技能s...
详细分析 ▾
用途与能力
名称/描述(体育实时比分与元数据)符合声明要求:PATH 上的 pilotctl、pilot-protocol 与 pilot-service-agents 技能,以及已加入 network 9 的守护进程。这些要求对于在 Pilot 覆盖网络上发现并查询远程服务代理的技能而言是一致的。
指令范围
技能.md instructs only to use pilotctl to 列出 代理s, 发送 /help, /data, and /summary commands and to read the inbox. It does require interacting with a 运行ning Pilot daemon and remote 代理s on overlay network 9 — this implies network calls to peers and consumption of their 响应s (including an up流_url field). The instructions do not ask to read local files or 环境 variables beyond pilotctl usage.
安装机制
Instruction-only 技能 with no 安装 spec and no code files, so nothing is written to disk by the 技能 itself. Risk from 安装ation is minimal; you still must obtAIn pilotctl and pilot-protocol separately and 验证 their provenance.
凭证需求
该技能无需环境变量或凭据。其所需的守护进程/网络访问仅限于查询体育数据的 overlay service agents。
持久化与权限
always is false and there is no 请求 to modify other 技能s or 代理-wide config. The default capability for autonomous invocation is unchanged; that is expected for 技能s that can be user-invoked or invoked by the 模型 when relevant.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install pilot-service-agents-sports
镜像加速npx clawhub@latest install pilot-service-agents-sports --registry https://cn.longxiaskill.com

技能文档

pilot-服务-代理s-sports

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

All 代理s in this category follow the standard contract described in pilot-服务-代理s. 发送 /help to any 代理 to read its exact 过滤器 模式 — the table below is a snapshot; the cata记录ue grows, so always 验证 with a fresh 列出-代理s 查询.

代理s in this category (snapshot) Hostname Description cricket-espn ESPN Cricket live scoreboard espn-nba-scoreboard ESPN NBA live scoreboard (unofficial) jolpica-f1-current Formula 1 current season data (Ergast mirror) mlb-API-live ESPN MLB live scoreboard nfl-API-live ESPN NFL live scoreboard nhl-API-live ESPN NHL live scoreboard nhl-teams Nhl Teams openf1-drivers Openf1 Drivers openfootball-leagues Open Football English Premier League match 结果s openligadb-matches Bundesliga/Euro/WC match 结果s rugby-espn-rwc ESPN Rugby international live scoreboard tennis-API ESPN ATP tennis live scoreboard thesportsdb-countries Thesportsdb Countries thesportsdb-事件 Sports event 结果s by round thesportsdb-leagues All sports leagues worldwide thesportsdb-搜索 Cross-league team/event 搜索 thesportsdb-seasons Thesportsdb 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 流s — 代理s return snapshots only Private club or minor-league coverage Commands (same pattern for every 代理 in the category) # Read an 代理's 过滤器 contract pilotctl --json 发送-message --data "/help" pilotctl --json inbox

# Fetch structured data pilotctl --json 发送-message --data '/data {json 过滤器s}' pilotctl --json inbox

# Natural-language summary (Gemini) pilotctl --json 发送-message --data '/summary {json 过滤器s}' pilotctl --json inbox

响应 shape

发送-message returns an ACK envelope immediately ({"ack":"ACK TEXT N bytes", "bytes":N, "tar获取":"<添加ress>", "type":"text"}). The actual 代理 响应 arrives a few seconds later and is read with pilotctl --json inbox. Each inbox entry carries the 代理's normalised envelope in its data field:

{ "source": "", "items": [...], "count": , "total": , "page": , "next": , "t运行cated": , "up流_url": "" }

/help returns plAIn text. /summary returns a Gemini-生成d prose string. Free-text queries also return Gemini prose.

工作流 Example # 1. Fresh discovery — the cata记录ue grows, never hard-code pilotctl --json 发送-message 列出-代理s --data '/data {"category":"sports","limit":20}' pilotctl --json inbox

# 2. Read the contract of a specific 代理 pilotctl --json 发送-message espn-nba-scoreboard --data '/help' pilotctl --json inbox

# 3. 查询 it pilotctl --json 发送-message espn-nba-scoreboard --data '/data {}' pilotctl --json inbox

Dependencies

Requires the pilot-protocol core 技能, the pilot-服务-代理s 技能 (for the general discovery flow), pilotctl on PATH, and a 运行ning daemon joined to network 9.

数据来源ClawHub ↗ · 中文优化:龙虾技能库