gravitylow/dsh-web-search-brave

插件Plugin 原生Native ⭐ 2

DeepSeek Harness 插件,适用于 Brave 网页搜索

项目介绍Project Overview

DSH 插件 dsh-web-search-brave 是 DeepSeek Harness 的 Brave Search API 替换方案。它将默认的网页搜索切换为 Brave Search,通过环境变量 BRAVE_API_KEY 进行认证,并可在 cordis.patch.yml 中以 apiKey 字段覆盖。适用于希望使用 Brave 替代默认搜索的开发者。注意需自行申请并配置 Brave API 密钥,否则插件无法工作。

dsh-web-search-brave is a DSH plugin that replaces DeepSeek Harness's default web search with the Brave Search API. It authenticates via the BRAVE_API_KEY environment variable and supports override through the apiKey field in cordis.patch.yml. Use it when you need Brave Search instead of the built-in provider. Note that a valid Brave API key from api-dashboard.search.brave.com is required.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin add github:gravitylow/dsh-web-search-brave

gravitylow/dsh-web-search-brave 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-web-search-brave

Brave Search API provider for DeepSeek Harness.

Replaces the default DeepSeek web search with Brave Search, using your BRAVE_API_KEY for authentication.

Install

dsh plugin add github:gravitylow/dsh-web-search-brave

Config

Set your Brave API key as an environment variable:

export BRAVE_API_KEY=your-key-here

Or override in your cordis.patch.yml:

- id: web-search-brave
  config:
    apiKey: !!js process.env.BRAVE_API_KEY

API Key

Get your key at api-dashboard.search.brave.com.

License

MIT

上一个 Prev dsh-chrome 下一个 Next dsh-live-loop