sheep-programmer/dsh-web-search-free ↗★ 4
@dsh-external/dsh-web-search-free
DSH 免费网页搜索 provider + 设置开关(Parallel 默认 / Exa 备用)+ MCP server 双传输(stdio + HTTP/SSE),兼容 Claude Code / Codex,一键切换官方计费搜索与免费搜索
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sheep-programmer/dsh-web-search-free说明文档
阅读完整 README ↗设置开关(DSH 设置 → 插件设置 → 可配置 → 免费网页搜索)
- enabled 开关(默认关 = 官方搜索):开启 → 免费;关闭 → 官方。
- 免费后端选择:Parallel(默认)/ Exa(备用),单选。
- 变更自动维护 profile 用户层补丁
~/.dsh/profiles/web/cordis.patch.yml的web行config.searchProvider(开 → 写入所选 provider id;关 → 删除覆盖块)。不能写
~/.dsh/.env:dsh-app-boot 拒绝.env里的任何DSH_*变量。 - 变更后重启 DSH 生效(
WebRuntime启动时读取web行配置)。