cnChenKai
dsh-web-search-brave
Brave Search-backed WebSearchProvider for DeepSeek Harness (ctx.web)
- Stars
- 1
- Language
- JavaScript
- Created
- Aug 14, 2026
- Updated
- Aug 14, 2026
Introduction
dsh-web-search-brave
A Brave Search-backed search provider for the DeepSeek Harness web capability seam (ctx.web): it makes the built-in web_search tool run on Brave's Search Web API instead of the shipped DeepSeek route.
Features
- Clean snippets -
text_decorationsdefaults to false so snippets stay free of<b>highlight markers. - Dates -
page_age(ISO 8601) maps to the seam'spublishedAt; human-readableageis ignored. - Keyed only - Brave has no keyless mode; free tier: 2,000 queries/month at api.search.brave.com.
Install
dsh plugin --profile web add dsh-web-search-brave
Set your API key:
# ~/.dsh/.credentials.yaml
BRAVE_API_KEY: BSA...
Select the provider (the bundle patch does this automatically; to switch manually):
# your profile's cordis.patch.yml
- id: web
name: '@deepseek-ai/dsh-web'
config:
searchProvider: brave
License
MIT