Quality-aware in-agent plugin discovery: a find_dsh_plugins tool that ranks the whole dsh-plugin topic through a daily quality-scored index (installable manifest, curated listing, license, activity) merged with a live gh search — zero LLM API cost, risk flags and exact install commands in every result.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:ChengxiuCDP/dsh-plugin-advisor
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
质量感知的 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
Links
More in this category
zhu1090093659/dsh-web#packages/dsh-plugin-manager★ 6553
Plugin manager tab in DSH Settings → Plugins: install from npm or git with progress, enable/disable switches effective at next startup, conflict reconciliation with undo, and one-click hand-off to a fix session.
dsh-market/dsh-market★ 2894
Browse, search and install community plugins from inside DeepSeek Harness settings, with category filters, one-click updates, enable/disable, theme switching and configuration backup.
bradeGithub/DSH-Plugins-Marketplace★ 152
GitHub-topic-driven plugin & skill marketplace: a Settings page that browses the auto-collected registry (the whole dsh-plugin topic plus the skills index, CI-refreshed every 2 hours) with one-click install, type detection, install-script and host-shadow-dependency safety confirmations, env-key management, and the STANDARD.md recognition spec.
kingOfSoySauce/dsh-skin-market★ 111
Native skin marketplace and lifecycle manager that discovers community skins, displays previews and compatibility status, and provides verified one-click or manual installation paths.
awesome-dsh-plugin/dsh-find-plugin★ 107
Find plugins without leaving the agent: search this curated registry by keyword or category, with ready-to-run install commands.
Sanqi-normal/dsh-webui-market-plugin★ 103
In-harness plugin market for the dsh web GUI: browse the awesome-dsh-plugin.com catalog and install/uninstall plugins into a profile from Settings → Plugins → Plugin Market.
Community comments
Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.