Xiangliuy/dsh-web-search-bing-rss ↗★ 0
@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 启用免费网络搜索功能以获取最新信息的任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
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 |