dsh-web-search-brave
其他 活跃维护

dsh-web-search-brave

gravitylow/dsh-web-search-brave

轻量级搜索能力扩展插件,可快速对接Brave搜索引擎的网页检索接口,配置流程简洁无冗余,调用搜索结果稳定高效,开箱即用无需额外依赖。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
None
开源协议
7 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:gravitylow/dsh-web-search-brave
git clone https://github.com/gravitylow/dsh-web-search-brave.git
git clone git@github.com:gravitylow/dsh-web-search-brave.git
README.md main

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