nba-playoff-skill
officialClaude Code skill that renders the current NBA playoff bracket as an ASCII tree with live scores and Beijing-time dates.
Version
1.1.2
Last Updated
2026-04-20
Source
official
nba-playoff-skill
English
A Claude Code skill that draws the current NBA playoff bracket as an ASCII tree — live scores, series records, all dates in Beijing time (UTC+8).
Preview
NBA PLAYOFFS 2025-26 -- 1st Round
─────────────────────────── WESTERN ────────────────────────────
╭────────────────────╮
│1 Thunder │
│8 Suns │─┐
│04-20 03:30 CST │ │ ╭────────────────────╮
╰────────────────────╯ │ │TBD │
├─│TBD │─┐
...
Requirements
- Claude Code
- Python 3.9+ with
requests→pip install requests - PNG mode only:
Pillow→pip install Pillow - Node.js 16+ (npm install method only)
Output modes
- ASCII (default) — text bracket in terminal.
- PNG — image file, for IM bridges (Feishu / Telegram / WeChat) or mobile.
Claude auto-picks mode based on context. Force PNG manually:
python3 ~/.claude/skills/nba-playoffs/scripts/render_bracket.py --png /tmp/bracket.png
Install
Option A — npm (recommended):
npm install -g nba-playoff-skill
Option B — Claude Code plugin marketplace:
/plugin marketplace add jiaweizhang1995/nba-playoff-skill
/plugin install nba-playoff-skill@jimmyzhang-skills
Usage
In any Claude Code session, say any of:
show nba playoff bracketnba playoffs看一下季后赛
Claude auto-runs the skill and prints the bracket.
Uninstall
npm uninstall -g nba-playoff-skill
License
MIT © jimmyzhang95
中文
一个 Claude Code skill — 用 ASCII 树状图显示当前 NBA 季后赛对阵。实时比分、系列赛战况、所有日期都是北京时间 (UTC+8)。
预览
NBA PLAYOFFS 2025-26 -- 1st Round
─────────────────────────── WESTERN ────────────────────────────
╭────────────────────╮
│1 Thunder │
│8 Suns │─┐
│04-20 03:30 CST │ │ ╭────────────────────╮
╰────────────────────╯ │ │TBD │
├─│TBD │─┐
...
依赖
- Claude Code
- Python 3.9+,带
requests包 →pip install requests - 仅 PNG 模式:
Pillow→pip install Pillow - Node.js 16+(仅 npm 安装方式需要)
输出模式
- ASCII(默认)— 终端文本对阵图
- PNG — 图片文件,适合飞书 / Telegram / 微信等 IM 桥接场景
Claude 自动根据上下文选择。手动强制 PNG:
python3 ~/.claude/skills/nba-playoffs/scripts/render_bracket.py --png /tmp/bracket.png
安装
方式 A — npm(推荐):
npm install -g nba-playoff-skill
方式 B — Claude Code 插件市场:
/plugin marketplace add jiaweizhang1995/nba-playoff-skill
/plugin install nba-playoff-skill@jimmyzhang-skills
使用
在任意 Claude Code 会话里,说以下任意一句:
看一下季后赛NBA 对阵图show nba playoff bracket
Claude 自动调用 skill,打印对阵图。
卸载
npm uninstall -g nba-playoff-skill
许可证
MIT © jimmyzhang95