sqs404/dsh-web-search-bing--packages-dsh-web-fetch-direct0

@deepseek-ai/dsh-web-fetch-direct

Direct HTTP(S) fetch provider for the DeepSeek Harness web capability seam (ctx.web): powers the web_fetch tool by retrieving pages and letting the tool render them through the built-in HTML-to-markdown pipeline

AI Analysis

核心用途是为 `web_fetch` 工具提供直接的网页内容下载与解析支持。适合需要让 AI 实时读取特定网页链接、提取新闻或文档内容的检索任务。

Package
@deepseek-ai/dsh-web-fetch-direct
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

使用:切换搜索后端

开关即设置项 web-search-bing.enabled,两种切法任选:

A. 编辑 data/settings.yaml(任何安装方式都可用,保存后热重载)

web-search-bing:
  enabled: true   # true=Bing 免密钥抓取(默认);false=DeepSeek 官方搜索(需 DEEPSEEK_API_KEY)

B. 设置页开关(需先打 UI 补丁并重启) 「设置 → 插件 → 插件配置 → 网页搜索(Bing)」→ 切换 → 保存,立即生效。

验证:让模型执行一次 web_search——

  • Bing 后端:返回抓取解析的网页来源,无需任何 Key;
  • 官方后端:返回 DeepSeek 原生搜索结果;Key 缺失或无效时你会看到 DeepSeek 的鉴权错误。