DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Client Ui Community Plugins — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@linxin666/dsh-client-ui-community-plugins

Client Ui Community Plugins

dsh Web 生态系统的社区插件索引数据源:community.json 是 Workshop 商店插件列表和 dsh-market.com 插件清单的唯一数据源。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @linxin666/dsh-client-ui-community-plugins@0.4.2
README兼容性版本

兼容性与来源证明

Client Ui Community Plugins 以 @linxin666/dsh-client-ui-community-plugins 发布,当前版本为 0.4.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/24

版本

0.4.2stable
2026/9/24
0.3.25stable
2026/9/23
0.3.24stable
2026/9/23
最新版
0.4.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
109.2 kB
文件数
9
Surface
any
许可证
BSD-3-Clause
发布源
npm
GitHub
★ 0
周下载
0
最近提交
2026/9/25
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

@linxin666/dsh-client-ui-community-plugins

English | 中文

The community plugin index data source of the dsh web ecosystem: community.json is the single source of the Workshop store plugin catalog and the dsh-market.com plugin manifest (manifest/plugins.json). Entries only carry links and metadata pointing at each third-party plugin author's own repository — this repository never vendors their code.

What it does

  • Index data: community.json is merged by maintainer review (see the "社区插件索引登记" section of docs/plugins.md); every entry requires id / name / nameEn / author / repo plus optional description / descriptionEn / npm / category / subcategory (subcategory is the second-level classification under category; see the enums in scripts/community-index, and it is accepted only when category is set).
  • Consumers: scripts/market-build derives the Workshop store and dsh-market.com plugin manifests from this file.
  • Validation: node scripts/community-index checks the index contract (the pnpm community:check CI gate runs the same check).
  • No settings surface: this package no longer ships any UI (the community plugin card was replaced by the Workshop store's plugin catalog); the inert cordis row only keeps existing profiles and the aggregate resolving it — it contributes no UI after install.

Install

This package does not need a direct install; it ships with the repository as the index data source.

Profiles that still mount the old card (for example through the aggregate) can uninstall @linxin666/dsh-client-ui-community-plugins from the plugin manager tab in the official Plugins section (effective on next start).

Known limitations

  • The index only carries links; it does not validate third-party code quality or security, and each entry belongs to its original author.
  • Making a new entry reach the Workshop site and the store requires running node scripts/market-build and committing the generated market/dist (the market:check gate).