deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:SUJIElearning/dsh-free-search-builder
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
给 DeepSeek Harness (DSH) 装上免费、无需 API key 的联网搜索。 搜网页、搜新闻、搜资料,不花一分钱。
DeepSeek Harness(简称 DSH)的官方联网搜索功能依赖官方 API key:
key 缺失或失效时,web_search 工具就完全用不了(报 api key invalid)。
这个项目提供一个替代搜索插件(dsh-web-search-bing):
抓取公开的 Bing 搜索页面,解析出规范的搜索结果。
在 DSH 对话里复制粘贴这条命令:
dsh plugin --profile web add 'github:SUJIElearning/dsh-free-search-builder&path:/scripts/dsh-web-search-bing'
装完重启 DSH,搜索就能用了。不用手动复制文件、不用手改配置——插件自带 bundle patch,自动注册 + 自动指定搜索 provider。
重启后问 DSH 几个不同的问题,看结果是否随之变化:
| 问题 | 应该看到 |
|---|---|
| "北京天气怎么样" | 天气网站(中国天气网、2345 等) |
| "DeepSeek 最新动态" | 科技新闻、知乎、百科 |
每次返回不同的真实网站 = ✅ 工作正常。
| 现象 | 原因 | 解决 |
|---|---|---|
报 provider bing is not registered |
bundle 没装配 | 确认 dsh.profile.bundles 里有这个包 |
报 Cannot read properties of undefined |
配置空 | 确认 config ?? {} 兜底(源码已修复) |
| 结果永远一样 | 缓存 | 重启 DSH,换不同问题测试 |
dsh-free-search-builder/
├── SKILL.md # DSH 技能入口
├── README.md # 本说明
├── VERIFICATION.md # 验证报告
├── references/
│ └── build-guide.md # 技术搭建手册
├── scripts/
│ └── dsh-web-search-bing/ # 可运行的搜索插件(含 bundle patch)
│ ├── package.json # 声明 dsh.bundle.patch
│ ├── cordis.patch.yml # 自注册 + 自指定 searchProvider
│ └── lib/ # 插件源码
└── evals/
└── trigger_cases.json # 技能触发测试
MIT · 自由使用、修改、分发,保留版权声明即可。
Made with ❤️ for the DSH community
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: agent-skill。