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.

Plugin Advisor — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-plugin-advisor

Plugin Advisor

Quality-aware plugin discovery inside DeepSeek Harness: ask your agent in natural language, get ranked dsh-plugin recommendations with install commands, quality scores and risk flags. 质量感知的 DSH 插件发现:一句话问你的 agent,得到带质量分、风险提示与安装命令的插件推荐。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ChengxiuCDP/dsh-plugin-advisor#8f69294d5fac8b1f81ca4e3323a135b945e8a84a
READMECompatibilityVersions

Compatibility and provenance

Plugin Advisor is published as dsh-plugin-advisor and currently resolves to version 0.1.1. 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/20/2026

Versions

0.1.1stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/20/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-plugin-advisor

质量感知的 DeepSeek Harness 插件发现:在 DSH 里直接用自然语言问你的 agent,得到带质量分、风险徽章与安装命令的插件推荐。

  • 零额外 API 费用:排序是纯规则引擎,推荐理由由 agent 自己那一轮思考完成,不调用任何 LLM 接口
  • 全量覆盖:内置索引是 dsh-plugin topic 全量仓库(4700+)的每日快照,含质量分(可安装声明 / 精选收录 / 星标 / 活跃度 / 许可证)与功能簇
  • 新鲜度兜底:本机有 gh CLI 时,每次查询再叠加一次实时 GitHub 搜索

安装

dsh plugin --profile web add -w github:ChengxiuCDP/dsh-plugin-advisor

(若 pnpm 未报 workspace root 提示,可去掉 -w。)重启 dsh web 后生效。

使用

直接在对话里说需求:

帮我找一个给纯文本模型读图的插件 我想在手机上查看会话进度 有没有 Claude Code 风格的终端界面?

agent 会调用 find_dsh_plugins 工具,给出 Top 匹配、匹配理由、风险提示(NOASSERTION / 无许可证 / 停更)与安装命令。安装前请自行审阅源码——推荐 ≠ 安全审计。

在线体验

想先看看它能推荐出什么?打开公开站点 **https://dsh-plugin-hub-3t7.pages.dev**(同一套数据与排名引擎,浏览器里直接搜)。

数据与更新

  • data/index.json:全量索引快照(每日由 CI 更新,见 dsh-plugin-hub 仓库的数据管道)
  • lib/score.js:排名引擎(功能位别名表 + 质量分 + 星标对数权重),与公开站点 dsh-plugin-hub 共用同一套逻辑

安全声明

安装插件 = 在本机以你的权限运行第三方代码。本工具只做推荐与提示,绝不自动安装。

License

MIT