gravitylow/dsh-web-search-brave0

dsh-web-search-brave

为 DeepSeek Harness 网页能力接口提供 Brave Search API 支持的插件

AI 分析

核心用途是替换默认的网页搜索源。适合希望使用 Brave Search 进行联网搜索的用户,需要配置 BRAVE_API_KEY 环境变量或在配置文件中指定。

包名
dsh-web-search-brave
版本
0.1.0
最近更新
2026年8月17日

安装

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

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