DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

RealAlexandreAI /

dsh-all-search

已验证

dsh search: AnySearch web search provider for DeepSeek Harness (ctx.web)

★ 1 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@2caa5a33

dsh-all-search — AnySearch web search for DeepSeek Harness

dsh-all-search

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.

English · 中文

Why

dsh ships Exa / Perplexity / DeepSeek search. This plugin adds AnySearch: one key, many backends, no per-backend credentials.

Quick start

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.

Privacy

  • The key lives only in your config file — never logged.
  • Only your query and result count go to the AnySearch gateway.

Development

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

License

MIT

—/ 5

暂无评分

已验证 DSH bundle

Commit 2caa5a336e45

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于