DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Tui Market — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
T

dsh-tui-market

Tui Market

dsh-TUI 的 TUI 内插件市场:通过 /market 命令浏览、搜索、安装和移除 dsh 插件。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:FUSU123fusu/dsh-tui-market#6bf30b9980eb5faad5e512e88aed6c13f0cc6453
README兼容性版本

兼容性与来源证明

Tui Market 以 dsh-tui-market 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/28

版本

0.2.0stable
2026/8/28

相关插件

正在加载相关插件…

最新版
0.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/28
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序

README

dsh-tui-market

English below

dsh-TUI 的插件市场插件:在 TUI 里用 /market 浏览、搜索、安装、移除 dsh 插件,不用离开终端。

功能

  • /market — 浏览生态精选列表(分页,多选安装,可直接进搜索)
  • /market search <关键词> — 按 GitHub topic:dsh-plugin 搜索全网插件
  • /market all(或 /market search 不带关键词)— 浏览全网插件总榜(纯 topic 按 star 排序)
  • /market install <名称> — 直接安装(有 npm 包名的走 npm,否则走 github:owner/repo)
  • /market list — 查看当前 profile 已装的第三方插件
  • /market remove <名称> — 移除插件

浏览与选择走 dsh-TUI 的问答浮层(/provider 向导同款通道);安装/移除通过子进程执行 dsh plugin --profile <当前 profile> add/remove,完成后重启 TUI 生效。

安装

暂未发布到 npm,从源码打包安装:

git clone https://github.com/FUSU123fusu/dsh-tui-market.git
cd dsh-tui-market
npm pack
dsh plugin --profile <你的 profile> add file:dsh-tui-market-0.2.0.tgz

要求:dsh --profile <名称> 方式启动的 dsh-TUI(命令需要知道往哪个 profile 装)。

开发

纯 ESM JavaScript(lib/ 即源码),零运行时依赖,Node ≥ 22.19。

npm test   # node --test

English

A plugin market for dsh-TUI: browse, search, install and remove dsh plugins from inside the TUI with /market — no need to leave the terminal.

Features

  • /market — browse the curated ecosystem list (paged, multi-select install, jump to search)
  • /market search <keywords> — search all of GitHub by topic:dsh-plugin
  • /market all (or /market search without keywords) — browse the all-GitHub star chart (bare topic, sorted by stars)
  • /market install <name> — direct install (npm package name when known, otherwise github:owner/repo)
  • /market list — show third-party plugins installed in the current profile
  • /market remove <name> — remove a plugin

Browsing uses dsh-TUI's question overlay (the same channel as the /provider wizard); install/remove run dsh plugin --profile <current profile> add/remove in a child process. Restart the TUI for changes to take effect.

Install

dsh plugin --profile <your profile> add dsh-tui-market

Requires dsh-TUI launched via dsh --profile <name> (the command needs to know which profile to act on).

Development

Plain ESM JavaScript (lib/ is the source), zero runtime dependencies, Node ≥ 22.19.

npm test   # node --test