dsh-landscape
Find DeepSeek Harness plugins, verify what they implement, and identify missing capabilities.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cyanseek/dsh-landscape说明文档
阅读完整 README ↗DSH Landscape
先弄清已有能力,再决定是否新建。
DSH Landscape 回答一个实际问题:面对一项能力需求,DeepSeek Harness 生态里已经有什么、还缺什么,以及应该直接使用、扩展、继续核验还是新建?
它把插件发现、基于证据的成熟度、覆盖感知 verdict 和 fresh 核验组合在一起。仓库名称或 README 自述本身不算“能力已解决”的证据。
你会得到什么
- 原生 DSH 工具:
dsh_landscape。 - 以需求为入口的
analyze、find、briefCLI 工作流。 - 可供 Codex、DSH 和其他兼容宿主使用的可移植 Agent Skill。
- 带来源、成熟度、新鲜度、不确定性和下一步建议的结构化证据。
快速开始:作为 DSH 插件安装
把已验证且可复现的版本安装到 DSH profile:
dsh plugin --profile web add github:cyanseek/dsh-landscape#1ef0e1ebbb5e84e8d2feed31ae71d1b97322f6f9
dsh --profile web --dump-config
bundle 会注册 dsh_landscape。可以直接向 DSH 提出类似需求:
检查 DSH 是否已有原生 Linear 集成,展示证据并告诉我是应该使用、扩展还是新建。
在 DSH 内不需要单独的 Landscape 模型 key。工具负责检索和核验证据,最终语义判断由宿主模型完成。
运行参数
| 参数 | 默认值 | 含义 |
|---|---|---|
need | 必填 | 用自然语言描述的能力或集成需求 |
limit | 10 | 最多返回 1 到 20 个匹配项目 |
fresh | true | 通过 GitHub search 现场核验否定或不确定结果 |
插件没有必填配置。匿名 GitHub search 开箱即用;已有的 GITHUB_TOKEN 可提高 API 限额,其值绝不会进入工具输出。
卸载
dsh plugin --profile web remove dsh-landscape