dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
Adds an AnySearch web-search provider to DeepSeek Harness, registered into ctx.web. AnySearch is a single MCP gateway that aggregates exa / tavily / firecrawl / context7 behind one API key.
Port of pi-all-search.
dsh ships Exa / Perplexity / DeepSeek search. This plugin adds AnySearch: one key, many backends, no per-backend credentials.
dsh plugin --profile web add dsh-all-search
The provider registers as anysearch on ctx.web — the built-in web_search tool picks it up alongside the stock providers.
- id: all-search
name: dsh-all-search
config:
api_key: <your anysearch key>
| key | required | meaning |
|---|---|---|
api_key |
✅ | your AnySearch key |
base_url |
– | MCP endpoint override |
Without a key the provider reports available() = false and the seam skips it.
npm install
npm run typecheck
npm test # result parsing / maxResults / HTTP errors
npm run build
Live search test:
node --import tsx tests/real/real-search.mjs
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。