← 返回 Skills 市场
luoruikun0531

NBA Tracker

作者 luoruikun0531 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
299
总下载
2
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install nba-tracker
功能描述
提供NBA球队和球员赛程、实时比分及关键时刻提醒,支持追踪球员伤病和自动添加比赛到日历,适合观赛辅助。
安全使用建议
This skill appears to be what it claims: an nba_api-based viewer for schedules, scores, injuries and simple alerts. Before installing or running it: 1) review/trim the truncated calendar example — any use of subprocess or system calls to modify calendars can run shell commands on your machine, so only run that part if you trust the code and understand the commands; 2) test the included script in a sandbox or non-production environment (there are some coding inconsistencies/typos that could raise exceptions); 3) since the skill uses live NBA endpoints, expect network requests and rate limits; 4) no credentials are required, which reduces risk, but always inspect third-party example code (especially anything that spawns subprocesses or writes to system calendars) before use.
功能分析
Type: OpenClaw Skill Name: nba-tracker Version: 1.0.3 The skill bundle is classified as suspicious due to the inclusion of code in SKILL.md that uses subprocess.run to execute osascript for macOS Calendar integration. This implementation is vulnerable to AppleScript injection because it embeds unsanitized variables (such as player names and matchups) directly into a script string. While this functionality aligns with the stated purpose of adding games to a calendar, the use of shell-level execution for system automation is a high-risk capability that could be exploited if the agent processes malicious input.
能力评估
Purpose & Capability
Name/description (NBA schedules, scores, injuries, calendar add) match the code and SKILL.md examples which use nba_api and pandas. Declared dependencies (nba_api, pandas) are appropriate and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and code only call the nba_api endpoints and show examples for schedules, player stats, live scores and 'crunch time' alerts. One example (truncated) mentions adding games to Apple Calendar and earlier SKILL.md snippets import subprocess for that task — that could invoke system commands if followed, so review any calendar-related example code before running. Otherwise, examples do not ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec is provided; SKILL.md instructs users to pip install nba_api and pandas which is expected. No downloads from untrusted URLs or archive extraction steps are present.
Credentials
The skill requests no environment variables or credentials. The API usage relies on public nba_api library calls; optional proxy/custom headers are supported by the underlying library (user-supplied), which is reasonable for networking/troubleshooting.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or alter other skills. Model invocation is allowed (platform default) but there are no additional persistent actions in the files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nba-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nba-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Full English documentation
v1.0.2
v1.0.2: English documentation for international users
v1.0.1
v1.0.1: Updated to English documentation, clarified viewing vs prediction market use cases
v1.0.0
NBA Tracker 1.0.0 - Initial release of an NBA game tracking toolkit, tailored for fans watching games. - Provides player/team tracking, game schedule to calendar, real-time scores, and crunch time alerts (last 5 minutes & score difference under 5). - Includes clear examples for player monitoring, schedule lookup, standings querying, and live score notifications. - Emphasizes that the tool is for fan scenarios, not suited for prediction market/betting due to latency and reliability limits.
元数据
Slug nba-tracker
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

NBA Tracker 是什么?

提供NBA球队和球员赛程、实时比分及关键时刻提醒,支持追踪球员伤病和自动添加比赛到日历,适合观赛辅助。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。

如何安装 NBA Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nba-tracker」即可一键安装,无需额外配置。

NBA Tracker 是免费的吗?

是的,NBA Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NBA Tracker 支持哪些平台?

NBA Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NBA Tracker?

由 luoruikun0531(@luoruikun0531)开发并维护,当前版本 v1.0.3。

💬 留言讨论