ChengxiuCDP/dsh-plugin-advisor2

dsh-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,得到带质量分、风险提示与安装命令的插件推荐。

AI Analysis

核心用途是让用户通过自然语言向 Agent 寻找到带质量分和风险提示的 DSH 插件。适合需要快速发现、评估并安装新插件的 DSH 用户。

Package
dsh-plugin-advisor
Version
0.1.1
License
MIT
Last updated
Sep 12, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChengxiuCDP/dsh-plugin-advisor

使用

直接在对话里说需求:

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

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