dsh-web-search-zhipu
GLM (Zhipu bigmodel) web search provider - routes ctx.web search through Zhipu's Anthropic-compatible endpoint with the native web_search server tool, billing your existing GLM quota or Coding Plan instead of the DeepSeek platform. Includes a translation layer for Zhipu's non-standard tool_result response layout.
GLM(智谱)网页搜索 provider——把 web_search 后端切到智谱 Anthropic 兼容端点的服务端搜索工具,直接复用你现有的 GLM 额度或 Coding Plan,替代 DeepSeek 官方搜索通道,并内置智谱私有响应格式的翻译层。
How to install
dsh plugin add dsh-web-search-zhipu About
dsh-web-search-zhipu 为 DeepSeek Harness (DSH) 编写的 **GLM(智谱 bigmodel)网页搜索插件**。让 DSH 的 web_search 工具走智谱的 Anthropic 兼容端点(https://open.bigmodel.cn/api/anthropic/v1),消耗你现有的 GLM 额度 / Coding Plan,替代官方 dsh-web-search-deepseek 的 DeepSeek 通道——**不需要 DeepSeek 平台余额,也不需要再注册任何搜索服务**。 简体中文 | English 为什么需要它 智谱端点**功能上支持** Anthropic 的 web_search_20250305 服务端工具,但返回的不是标准 Anthropic 布局: | | Anthropic 标准(DSH 要求) | 智谱实际返回 | | --- | --- | --- | | 结果块类型 | web_search_tool_result | tool_result | | 内容格式 | 结构化数组 {type:"web_search_result", url, title} | Python-repr 风格字符串 | | URL 字段 | url | link | 本插件内置格式翻译层(lib/repr.js),两种布局…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-28
- Created
- 2026-08-28
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
Related plugins
dsh-read-url
2672243194/dsh-read-url
Read any page as clean main content: charset auto-detect (GBK/GB2312/UTF-8/Big5), noise stripping, compact text/Markdown, offset continuation, optional SPA rendering, batch reads and site crawling.
BrowserSkill
Tencent/BrowserSkill/tree/main/packages/dsh-plugin-browserskill
BrowserSkill bridge for controlling visible Chrome and Edge Agent Windows from DeepSeek Harness, with native browser tools, accessibility and VOM observations, screenshots, owned multi-session control, and a live Web UI overlay.
modsearch
liustack/modsearch
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
dsh-browser-control
caob23/dsh-browser-control
Controls your real Chrome from DSH over a local WebSocket bridge: tab management, navigation, DOM snapshots, page JS evaluation, clicks, typing, screenshots, waits and dialog handling behind a Settings toggle.