← 返回 Skills 市场
goog

NBA game schedule today, scores and standings rank.

作者 Jay · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install nba
功能描述
Get today's NBA game schedule, live scores, final results, and current season standings. Use when the user asks about NBA games today, live NBA scores, game...
安全使用建议
This skill appears coherent and low-risk: it simply makes HTTP requests to public NBA and StatMuse pages and prints results. Before installing, consider: (1) outbound network calls will be made to cdn.nba.com and statmuse.com (these may be logged by corporate networks or proxies); (2) StatMuse scraping uses regex/HTML parsing and may break when the site changes or season-year URLs must be updated; (3) no credentials are requested, and the code is short and readable — you can inspect the included script yourself to confirm behavior. If you need more robust/authorized data access, prefer an API with an official key rather than HTML scraping.
功能分析
Type: OpenClaw Skill Name: nba Version: 1.0.2 The NBA skill bundle is a legitimate tool for fetching basketball scores and standings from official and reputable sources (nba.com and statmuse.com). The Python script (scripts/nba_data.py) uses only standard libraries to perform HTTP requests and parse JSON/HTML, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description match the actual behavior: the script fetches today's scoreboard from the NBA CDN and scrapes StatMuse for standings. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md and the script are focused on fetching and presenting scoreboard/standings data. The script issues HTTP(S) requests to two public endpoints and parses returned JSON/HTML. It does not read local files or environment variables beyond normal runtime. Note: scraping StatMuse HTML is brittle and the code includes simple regex-based HTML parsing which can break if StatMuse changes markup.
Install Mechanism
No install spec is present (instruction-only with an included Python script). Nothing is downloaded or installed by the skill itself; the included script uses only Python stdlib. This is low-risk from an install perspective.
Credentials
The skill requests no credentials or environment variables and the script does not access secrets. Its outbound network calls to cdn.nba.com and statmuse.com are appropriate for the described purpose.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges or modify other skills/configuration. It runs on-demand and only performs network fetches when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nba
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nba 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added instructions to detect user's local timezone for accurate time display. - Updated workflow to convert NBA game times from UTC to the user's local timezone. - No changes to code files; documentation improvements only.
v1.0.1
- No functional changes; documentation formatting tweaks only. - Minor adjustments to SKILL.md for improved formatting and readability. - No changes to code or user-visible behavior.
v1.0.0
- Initial release: Fetch live NBA scores, today’s game schedule, final results, and current season standings. - Supports commands for scoreboard (live games), standings, or both combined. - Uses official NBA CDN for real-time data and StatMuse for conference standings. - No API key required; pure standard library dependencies. - Designed to trigger on queries about NBA games, scores, standings, and recent results.
元数据
Slug nba
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 3
常见问题

NBA game schedule today, scores and standings rank. 是什么?

Get today's NBA game schedule, live scores, final results, and current season standings. Use when the user asks about NBA games today, live NBA scores, game... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 NBA game schedule today, scores and standings rank.?

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

NBA game schedule today, scores and standings rank. 是免费的吗?

是的,NBA game schedule today, scores and standings rank. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NBA game schedule today, scores and standings rank. 支持哪些平台?

NBA game schedule today, scores and standings rank. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NBA game schedule today, scores and standings rank.?

由 Jay(@goog)开发并维护,当前版本 v1.0.2。

💬 留言讨论