Bundle
dsh-web-search-brave
Brave Search API provider for DeepSeek Harness web capability seam (ctx.web)
- Source
- gravitylow
- stars
- 2 stars
- License
- MIT
- Updated
- Updated 2 days ago
Readme
# dsh-web-search-brave
Brave Search API provider for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness).
Replaces the default DeepSeek web search with [Brave Search](https://search.brave.com), using your `BRAVE_API_KEY` for authentication.
## Install
```bash
dsh plugin add github:gravitylow/dsh-web-search-brave
```
## Config
Set your Brave API key as an environment variable:
```bash
export BRAVE_API_KEY=your-key-here
```
Or override in your `cordis.patch.yml`:
```yaml
- id: web-search-brave
config:
apiKey: !!js process.env.BRAVE_API_KEY
```
## API Key
Get your key at [api-dashboard.search.brave.com](https://api-dashboard.search.brave.com/documentation/services/web-search).
## License
MIT
Install
dsh plugin --profile web add github:gravitylow/dsh-web-search-brave
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-web-search-brave from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.