DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Xby Nba Stats — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
X

xby-nba-stats

Xby Nba Stats

A Model Context Protocol server providing real-time and historical NBA data, including player statistics, game scores, team information, and advanced analytics.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xby-skill/xby-nba-stats#cf4849af291cb2b9ac480cb44fbeefc85e6f2f4f
READMECompatibilityVersions

Compatibility and provenance

Xby Nba Stats is published as xby-nba-stats and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/28/2026

Versions

1.0.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/28/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessResearch Reportdsh-research-reportVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directoryIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable resear

README

xby-nba-stats

DeepSeek Harness (DSH) 的插件:NBA数据服务

一个提供实时和历史NBA数据的模型上下文协议服务器,包括球员统计、比赛得分、球队信息和高级分析。

功能

  • set_xby_apikey — 在聊天中设置 API 密钥(自动持久化,重启有效)
  • get_server_info — Server version + runtime settings (timeouts, retries, cache, concurrency).
  • resolve_team_id — Resolve team name/city/nickname → team_id.
  • resolve_player_id — Resolve player name → player_id (official stats endpoint).
  • find_game_id — Find game_id by date and matchup. If date omitted, finds most recent matchup via schedule.
  • get_todays_scoreboard — Today's games.
  • get_scoreboard_by_date — Games for a specific date.
  • get_game_details — Detailed game info for a specific game_id.
  • get_box_score — Full box score for a game_id.
  • search_players — Search players by name substring.
  • get_player_info — Player bio/profile info.
  • get_player_season_stats — Player stats for a season.
  • get_player_game_log — Player game log for a season.
  • get_player_career_stats — Player career totals/averages.
  • get_player_hustle_stats — Player hustle stats.
  • get_league_hustle_leaders — League leaders in a hustle stat category.
  • get_player_defense_stats — Opponent FG% when defended by player.
  • get_all_time_leaders — All-time leaders for a stat category.
  • get_all_teams — All teams.
  • get_team_roster — Team roster.
  • get_standings — League standings.
  • get_league_leaders — Current season per-game league leaders for a stat category (Points/Assists/Rebounds/etc.).
  • get_schedule — Team upcoming schedule.
  • get_player_awards — Player awards/accolades.
  • get_season_awards — Major awards for a season.
  • get_shot_chart — Shot chart data summary.
  • get_shooting_splits — Shooting splits summary.
  • get_play_by_play — Play-by-play summary.
  • get_game_rotation — Rotation/substitution summary.
  • get_player_advanced_stats — Player advanced metrics summary.
  • get_team_advanced_stats — Team advanced metrics summary.

安装

方式一:从 GitHub 直接安装(推荐)

# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/xby-nba-stats

方式二:从本地目录安装(开发模式)

# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/xby-nba-stats

方式三:通过 cordis.patch.yml 开发调试

dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml

配置

获取 API 密钥

前往 小笨羊官网 注册并获取 API 密钥。