Plugin directory / Developer / dsh-plugin-advisor
dsh-plugin-advisor
Verified · install-tested on dsh ChengxiuCDP
What it does
A plugin in the Developer category for DeepSeek Harness.
Works — verified, early-stage project
A plugin in the Developer category for DeepSeek Harness. It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-plugin-advisor
质量感知的 DeepSeek Harness 插件发现:在 DSH 里直接用自然语言问你的 agent,得到带质量分、风险徽章与安装命令的插件推荐。
- 零额外 API 费用:排序是纯规则引擎,推荐理由由 agent 自己那一轮思考完成,不调用任何 LLM 接口
- 全量覆盖:内置索引是 dsh-plugin topic 全量仓库(4700+)的每日快照,含质量分(可安装声明 / 精选收录 / 星标 / 活跃度 / 许可证)与功能簇
- 新鲜度兜底:本机有
ghCLI 时,每次查询再叠加一次实时 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
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-plugin-advisor for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:ChengxiuCDP/dsh-plugin-advisor Headless (CLI) profile:
dsh plugin --profile headless add github:ChengxiuCDP/dsh-plugin-advisor Test report
Verified: L1 install + L2 load + L3 runtime from GitHub source on dsh 0.1.0-rc.6.