Skip to content

dsh-web-search-brave

Verified

dsh-web-search-brave · v0.2.3 · MIT

Brave Search-backed WebSearchProvider for the DeepSeek Harness web seam (ctx.web)

Install

dsh plugin add dsh-web-search-brave

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Tags

Creators

Readme

dsh-web-search-brave

npm version npm downloads GitHub stars License

English | 中文

基于 Brave SearchDeepSeek Harness 搜索 Provider,让内置的 web_search 工具走 Brave 搜索 Web API(ctx.web 能力接缝)。

特性

  • 干净的摘要text_decorations 默认关闭,避免摘要中出现 <b> 高亮标记。
  • 日期映射page_age(ISO 8601)映射到 publishedAt;人类可读的 age 会被忽略。
  • 仅密钥模式:Brave 无 keyless,免费档每月 2,000 次查询(api.search.brave.com)。

安装

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

设置 API key:

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

切换 Provider(bundle 补丁会自动完成;手动切换方式):

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

License

MIT