← Back to Skills Marketplace
NBA Playoffs
by
bgoodwinstudio
· GitHub ↗
· v1.0.1
· MIT-0
77
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nba-playoffs
Description
Provides NBA Playoffs coverage with schedules, scores, reminders, team stats, bracket visualization, predictions, watch info, and playful flair images.
Usage Guidance
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 configurations, ensure the platform's message tool is trusted — the skill uses your platform's existing channel config rather than requesting new tokens.
Capability Analysis
Type: OpenClaw Skill
Name: nba-playoffs
Version: 1.0.1
The NBA Playoffs skill is a standard sports tracking tool that uses the public ESPN API to provide game updates, reminders, and predictions. The Python script (flair/generate-flair.py) safely generates SVG images using local logic, and the SKILL.md instructions are transparent about file creation (nba-config.md, nba-predictions.md) and cron job management for notifications.
Capability Tags
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nba-playoffs - After installation, invoke the skill by name or use
/nba-playoffs - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Addressed security review: documented credentials handling, cron scope, and all files written. Skill uses existing OpenClaw channel config — no new credentials stored.
v1.0.0
Initial release - full NBA Playoffs coverage with game reminders, scores, bracket tracking, predictions, team flair, and watch/stream info
Metadata
Frequently Asked Questions
What is NBA Playoffs?
Provides NBA Playoffs coverage with schedules, scores, reminders, team stats, bracket visualization, predictions, watch info, and playful flair images. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install NBA Playoffs?
Run "/install nba-playoffs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NBA Playoffs free?
Yes, NBA Playoffs is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NBA Playoffs support?
NBA Playoffs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NBA Playoffs?
It is built and maintained by bgoodwinstudio (@bgoodwinstudio); the current version is v1.0.1.
More Skills