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 game scores and schedules 2. Player, team, or league metadata across multiple sports 3. Formula 1 season standings and race results Do NOT use this skill when: - Sports-betting odds — not in catalogue - Fantasy-league roster management (read-only agents)

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 "pilot-service-agents-sports" with this command: npx skills add vulture-labs/pilot-service-agents-sports

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":"<address>", "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.

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

Acca Tracker

Track accumulator (acca) betting slips across football, basketball, and tennis — parses slip photo or text, checks live scores every 15 minutes, and reports...

Registry SourceRecently Updated
920Profile unavailable
General

Acca Tracker

Track football accumulator (acca) betting slips — parses slip photo or text, checks live scores every 15 minutes, and reports bet status (WINNING/LOST/PENDIN...

Registry SourceRecently Updated
840Profile unavailable
Automation

Sportsbook Skill

Access real-time Fuku Sportsbook data to get predictions, odds, team/player stats, create AI betting agents, and receive pick notifications across CBB, NBA,...

Registry SourceRecently Updated
8960Profile unavailable
Research

FootyClaw: AI Quant Betting Agent

FootyClaw — 足球投注全流程助手。覆盖赛事信息抓取、足彩玩法规则、赔率获取(需用户提供 The Odds API Key)、基本面分析、EV期望值计算、Kelly公式仓位管理、最终下注方案推荐、 账本记账与资金曲线生成。 触发词:分析今晚比赛、查赔率、找投注机会、今天有什么场、EV分析、Kelly仓位、...

Registry SourceRecently Updated
2641Profile unavailable