cnChenKai/dsh-web-search-brave3

dsh-web-search-brave

基于 Brave Search 的 DSH 网页搜索服务商插件(对接 ctx.web)。

AI 分析

核心用途是为 DSH 智能体提供基于 Brave 搜索引擎的联网检索能力。适合需要高精度网页搜索支持的问答与研究任务;需配置 Brave API 密钥。

包名
dsh-web-search-brave
版本
0.2.2
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cnChenKai/dsh-web-search-brave

dsh-web-search-brave

npm version npm downloads GitHub stars License

English | 中文

A Brave Search-backed search provider for the DeepSeek Harness web capability seam (ctx.web): it makes the built-in web_search tool run on Brave's Search Web API instead of the shipped DeepSeek route.

Features

  • Clean snippets - text_decorations defaults to false so snippets stay free of `` highlight markers.
  • Dates - page_age (ISO 8601) maps to the seam's publishedAt; human-readable age is ignored.
  • Keyed only - Brave has no keyless mode; free tier: 2,000 queries/month at api.search.brave.com.

Install

dsh plugin --profile web add dsh-web-search-brave

Set your API key:

# ~/.dsh/.credentials.yaml
BRAVE_API_KEY: BSA...

Select the provider (the bundle patch does this automatically; to switch manually):

# your profile's cordis.patch.yml
- id: web
  name: '@deepseek-ai/dsh-web'
  config:
    searchProvider: brave

License

MIT