NBA game schedule today, scores and standings rank.
v1.0.2Get 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...
⭐ 0· 78·0 current·0 all-time
byJay@goog
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97est24hx37r065dsadw3jwbd83y2km
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
