Xiangliuy/dsh-web-search-bing-rss0

@deepseek-ai/dsh-web-search-bing-rss

Bing RSS search provider for the DeepSeek Harness web capability seam (ctx.web) — free, no API key, uses Bing's public ?format=rss endpoint

AI Analysis

核心用途是为 DSH 提供免 API 密钥的 Bing 网页搜索能力。适合需要为 Agent 启用免费网络搜索功能以获取最新信息的任务。

Package
@deepseek-ai/dsh-web-search-bing-rss
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

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

配置

agent.cordis.yml 中的 config

- id: web-search-bing-rss
  name: ./entry.mjs
  config:
    market: en-US        # Bing 市场/区域 (mkt & setlang 参数)
    timeoutMs: 15000     # 请求超时
    maxResults: 10       # 解析的  上限
    # baseURL: https://www.bing.com  # 可选,覆盖端点
    # userAgent: Mozilla/5.0 ...     # 可选,覆盖 UA

环境变量

变量说明
DSH_BING_RSS_BASE_URL覆盖 Bing 端点 base URL
DSH_WEB_SEARCH_PROVIDER设为 bing-rss 可在有多个 provider 时强制选中此 provider