dsh-web-search-zhipu
GLM(智谱)网页搜索 provider——把 web_search 后端切到智谱 Anthropic 兼容端点的服务端搜索工具,直接复用你现有的 GLM 额度或 Coding Plan,替代 DeepSeek 官方搜索通道,并内置智谱私有响应格式的翻译层。
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.
怎么安装
dsh plugin add dsh-web-search-zhipu 简介
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),两种布局…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-28
- 创建于
- 2026-08-28
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
同类推荐
dsh-read-url
2672243194/dsh-read-url
读取网页返回干净正文:中文编码自动识别(GBK/GB2312/UTF-8/Big5)、噪音过滤、紧凑文本/Markdown、offset 续读、可选 SPA 渲染、批量读取与整站爬取。
BrowserSkill
Tencent/BrowserSkill/tree/main/packages/dsh-plugin-browserskill
BrowserSkill 的 DeepSeek Harness 浏览器自动化桥接插件,通过原生浏览器工具控制可见的 Chrome 和 Edge Agent Window,支持可访问性与 VOM 页面观察、截图、隔离的多会话控制和 Web UI 实时观察浮层。
modsearch
liustack/modsearch
纯文本 agent 的联网搜索桥:搜索网页与 X,返回结构化 JSON 证据(search/fetch/引用)。
dsh-browser-control
caob23/dsh-browser-control
通过本地 WebSocket 桥接让 DSH 操控你的真实 Chrome:标签页管理、导航、DOM 快照、页面 JS 求值、点击输入、截图、等待与弹窗处理,默认关闭需在设置中开启。