Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

baseballbaseball 搜索

Agent Skill

baseball 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,606

周安装

1,014

GitHub Stars

2

下载量

8,274
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:baseball(baseball 搜索)
来源仓库:https://github.com/khaney64/baseball
安装命令:
openclaw skills install baseball
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install baseball

简介

通过 MLB Stats API 获取棒球比赛时间表、实时比分与球员统计数据。

  • 适合在 OpenClaw 中查询 MLB 赛事信息、赛程安排或赛季数据分析。
  • 通过 clawhub 安装并使用 openclaw skills install baseball 命令部署。
  • 使用前请确认权限范围、维护状态及是否涉及联网请求,确保合规使用。
  • baseball 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
baseball
description
>
metadata
{"openclaw":{"emoji":"⚾","requires":{"bins":["python3"]}}}

Baseball — MLB Game Tracker

Fetch real-time MLB game schedules, live game status, box scores, player search, and season statistics via the MLB Stats API.

Quick Start

# List today's games
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py games

# Live game status for the Phillies
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py live PHI

# Box score for a specific game
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py score 718415

# Box score for last Tuesday's Phillies game
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py score PHI --date 02/15/2026

# Search for a player
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py player Judge

# Search with team filter
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py player Wheeler --team PHI

# Player season stats by ID
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py stats 592450

# Player season stats by name
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py stats Aaron Judge --season 2025

Usage

List Teams

# Show all team abbreviations
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py teams

List Games

# Today's games
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py games

# Games on a specific date
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py games --date 09/15/2025

# Next 7 days of games
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py games --days 7

# Upcoming week for a specific team
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py games --team PHI --days 7

# Filter by team
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py games --team PHI

# JSON output
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py games --format json

Live Game Status

Show live count, runners, batter/pitcher matchup, and line score for an in-progress game.

# By team abbreviation (finds today's game)
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py live PHI

# By game PK
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py live 718415

# Game status from a specific date
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py live NYY --date 02/10/2026

# JSON output
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py live PHI --format json

Box Score

Show the line score for any game (in-progress or final).

# By team abbreviation (today's game)
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py score PHI

# By game PK (works for any game, past or present)
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py score 718415

# By team abbreviation for a past date
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py score PHI --date 02/15/2026

# JSON output
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py score PHI --format json

Search Players

# Search by last name
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py player Judge

# Search by full name
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py player Aaron Judge

# Filter by team
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py player Wheeler --team PHI

# JSON output
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py player Judge --format json

Player Stats

# By player ID (from player search results)
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py stats 592450

# By player name (auto-resolves if unique match)
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py stats Aaron Judge

# Specific season
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py stats Aaron Judge --season 2024

# JSON output
python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py stats 592450 --format json

Output Format

Text (Default)

games:

MLB Games - 09/15/2025
Away              Record     Home              Record     Time       Status               Game ID
-----------------------------------------------------------------------------------------------
PHI Phillies      85-62      NYM Mets          80-67      7:10 PM    In Progress          718415
BOS Red Sox       72-75      TB Rays           78-69      6:40 PM    Final (5-3)          718420

live:

PHI Phillies 3  @  NYM Mets 5
  Top 6th  |  1 out  |  2-1 count
  Bases: 1B [X]  2B [ ]  3B [X]
  AB: Kyle Schwarber  vs  P: Sean Manaea
  Last: Trea Turner singled on a line drive to left field.

       1  2  3  4  5  6  7  8  9    R  H  E
PHI    0  1  0  2  0  0  -  -  -    3  7  1
NYM    2  0  0  1  2  0  -  -  -    5  9  0

score:

Final: PHI Phillies 6  @  NYM Mets 4

       1  2  3  4  5  6  7  8  9    R  H  E
PHI    0  1  0  2  0  0  2  0  1    6  11  0
NYM    2  0  0  1  2  0  0  0  0    4   9  1

player:

Player Search: "Judge"
ID         Name                      Pos   Team                 #     B/T   Age
--------------------------------------------------------------------------------
592450     Aaron Judge               RF    NYY Yankees          99    R/R   33

stats (batting):

Aaron Judge  #99  RF  |  New York Yankees  |  R/R  |  Age 33
2025 Season Batting Statistics
  G     AB    R     H    2B   3B   HR   RBI   SB   BB    K    AVG    OBP    SLG    OPS
  152   541   137   179  30   2    53   114   12   124   160  .331   .457   .688   1.145

stats (pitching):

Zack Wheeler  #45  P  |  Philadelphia Phillies  |  L/R  |  Age 35
2025 Season Pitching Statistics
  G    GS   W    L    ERA    IP      H    R    ER   HR   SO   BB   SV   HLD  WHIP   K/9    BB/9
  30   30   14   6    2.85   198.1   155  68   63   18   210  42   0    0    0.99   9.55   1.91

JSON

{
  "date": "09/15/2025",
  "games": [
    {
      "game_pk": 718415,
      "status": "In Progress",
      "away_team": {"id": 143, "name": "Philadelphia Phillies", "abbreviation": "PHI"},
      "home_team": {"id": 121, "name": "New York Mets", "abbreviation": "NYM"},
      "away_record": "85-62",
      "home_record": "80-67",
      "away_score": 3,
      "home_score": 5,
      "venue": "Citi Field",
      "start_time": "2025-09-15T19:10:00-04:00"
    }
  ]
}

player search (JSON):

{
  "query": "Judge",
  "players": [
    {
      "id": 592450,
      "full_name": "Aaron Judge",
      "position": "RF",
      "position_name": "Right Fielder",
      "primary_number": "99",
      "bats": "R",
      "throws": "R",
      "age": 33,
      "team": "New York Yankees",
      "team_abbreviation": "NYY",
      "active": true
    }
  ]
}

Output Fields

  • game_pk — Unique MLB game identifier
  • status — Game state: Scheduled, Pre-Game, Warmup, In Progress, Final, Postponed, etc.
  • away_team / home_team — Team id, full name, and abbreviation
  • away_record / home_record — Win-loss record (schedule only)
  • away_score / home_score — Current or final score
  • inning / inning_half — Current inning number and half (Top/Bottom)
  • balls / strikes / outs — Current count
  • runners — Base occupancy: first, second, third (true/false)
  • matchup — Current batter and pitcher names
  • last_play — Description of the last completed play
  • line_score — Inning-by-inning runs with R/H/E totals
  • venue — Ballpark name
  • start_time — Scheduled start in local time (ISO 8601)
  • id — MLB player identifier (use with stats command)
  • full_name — Player's full name
  • position — Position abbreviation (RF, P, C, SS, etc.)
  • primary_number — Jersey number
  • bats / throws — Batting side and throwing hand (R, L, S)
  • batting — Season batting stats (avg, obp, slg, ops, hr, rbi, etc.)
  • pitching — Season pitching stats (era, wins, losses, whip, strikeouts, etc.)

Team Abbreviations

Run python3 /home/claw/.openclaw/workspace/skills/baseball/scripts/baseball.py teams to list all abbreviations. Partial team names also work (e.g., "Phillies", "Dodgers", "Red Sox").

ARI, ATL, BAL, BOS, CHC, CWS, CIN, CLE, COL, DET, HOU, KC, LAA, LAD, MIA, MIL, MIN, NYM, NYY, OAK, PHI, PIT, SD, SF, SEA, STL, TB, TEX, TOR, WSH

Notes

  • Data is sourced from the MLB Stats API. See copyright.
  • The MLB Stats API is free and open — no API key or authentication is required. Please don't abuse it. Excessive requests (rapid polling, bulk scraping, etc.) may result in your IP being blocked. When checking live games, poll no more than once every 15 seconds.
  • The live and score commands accept either a numeric game PK or a team abbreviation. When using an abbreviation, the script looks up today's schedule to find the team's game. Use --date MM/DD/YYYY to look up a game on a different date.
  • The games text output includes a Game ID column. Use this ID with score or live to drill into a specific game — especially useful for doubleheaders where team abbreviation alone is ambiguous.
  • The player command searches active MLB players. Use stats <ID> with the player ID from search results to view season statistics.
  • The stats command accepts either a numeric player ID or a player name. If a name matches multiple players, you'll be prompted to use a specific ID.
  • During the offseason, use --season to view stats from a previous year (e.g., --season 2025).

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.29%
按下载量换算7,719

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills