NBA Playoffs — NBA季后赛
v1.0.1提供NBA季后赛报道,包括赛程、比分、提醒、球队统计、对阵图可视化、预测、观看信息及趣味图片。
0· 70·0 当前·0 累计
安全扫描
OpenClaw
安全
medium confidenceThe skill's code, instructions, and requested resources are coherent with an NBA-playoffs reminder/predictions tool — it uses ESPN's public API, writes local workspace files, and schedules cron reminders; there are no unexpected credential or network demands, though the publisher/source is unknown so exercise normal caution.
评估建议
This skill appears internally consistent with its description. Before installing: 1) Confirm you trust the publisher (no homepage/source is provided). 2) Be aware it will create files in ~/.openclaw/workspace and schedule cron jobs (you can list crons with `openclaw tasks` and remove them with `remove nba`). 3) Review the included flair script (generate-flair.py) and SKILL.md if you want to verify there are no hidden network calls or external endpoints. If you have sensitive channel configuratio...详细分析 ▾
✓ 用途与能力
Name/description (playoff schedules, reminders, bracket, flair images) match the files and instructions. Only one small code file exists (SVG flair generator) which fits the 'flair' feature. Pulling data from ESPN's public scoreboard endpoint is consistent with the stated purpose.
ℹ 指令范围
SKILL.md stays within the stated scope: it fetches ESPN scoreboard data, writes two workspace files (nba-config.md, nba-predictions.md), schedules cron reminders and posts via the platform's existing channel/message tool. The skill does reference reading existing OpenClaw channel configuration and writing to ~/.openclaw/workspace — this is expected but worth noting because it will create files and cron jobs in your environment.
✓ 安装机制
No install spec — instruction-only plus a small local Python script. No external downloads, package installs, or archive extraction are present, so there is minimal installer risk.
✓ 凭证需求
The skill requires no environment variables or external credentials. It explicitly uses the existing OpenClaw channel configuration (no new tokens requested). No unrelated secrets or config paths are requested.
ℹ 持久化与权限
always is false and autonomous invocation remains allowed (platform default). The skill will create cron jobs per game and write local workspace files — these are appropriate for reminders but are persistent artifacts you should monitor and can remove with the documented 'remove nba' command.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install nba-playoffs
镜像加速npx clawhub@latest install nba-playoffs --registry https://cn.longxiaskill.com 镜像可用