DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

@anysearch-ai/dsh — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@anysearch-ai/dsh

@anysearch-ai/dsh

适用于 DeepSeek Harness 的 AnySearch 网络搜索提供商和高级工具

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @anysearch-ai/dsh@0.1.0
README兼容性版本

兼容性与来源证明

@anysearch-ai/dsh 以 @anysearch-ai/dsh 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0stable
2026/8/14

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
已声明 sideEffects: false
解包体积
95.6 kB
文件数
23
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 422
周下载
33
最近提交
2026/9/20
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。Mimirdsh-mimir用于 DeepSeek Harness 的研究助手插件套件(文献搜索、研究维基、LaTeX 编译、独立子代理审阅)

README

AnySearch logo

@anysearch/dsh

Official AnySearch web search plugin for DeepSeek Harness.

English | 简体中文

@anysearch/dsh connects AnySearch to DeepSeek Harness. It powers Harness's native web_search and adds capability discovery, vertical search, and bounded batch search.

Quick start

Requires Node.js 22.19 or Node.js 24+, pnpm 11.7, and DeepSeek Harness. The DSH plugin command uses pnpm to manage profile dependencies, so pnpm must be available on PATH.

Install the plugin into the web profile:

npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/dsh

Start DeepSeek Harness:

npx -y @deepseek-ai/dsh web

No API key is required for a quick start. Requests use AnySearch's anonymous quota until you configure one.

What you get

  • Native AnySearch results through Harness's built-in web_search.
  • Live capability and vertical-search discovery.
  • Advanced search with tags, parameters, region, and language.
  • Concurrent batches of one to five searches with partial-failure handling.
  • Optional cleaned page content with a bounded rendering budget.
  • Caller cancellation, response validation, and redirect-safe credential handling.

Optional API key

The plugin works without an API key using AnySearch's anonymous quota. For account-level quota, add the credential to $DSH_HOME/.credentials.yaml (~/.dsh/.credentials.yaml by default):

ANYSEARCH_API_KEY: "as_sk_your_key"

The plugin resolves the managed credential for every operation, so credential rotation reaches the next request without restarting DSH. A launching ANYSEARCH_API_KEY environment variable has higher priority.

Inspect the composed profile without exposing the credential value:

npx -y @deepseek-ai/dsh --profile web --dump-config

Tools

Use caseHarness tool
Ordinary web searchweb_search
Discover available domains and tagsanysearch_capabilities
Vertical or parameterized searchanysearch_search
Run one to five searches togetheranysearch_batch_search

For ordinary prompts, let Harness select the tool. Models can discover live domain and parameter definitions before making a specialized search.

Configuration

The bundled profile layer selects AnySearch as the existing ctx.web provider and mounts the advanced tools. A profile can replace the provider row with its own complete configuration:

- id: web-search-anysearch
  config:
    apiKeyEnv: ANYSEARCH_API_KEY
    baseURL: https://api.anysearch.com
    maxRenderedContentChars: 12000
FieldDefaultPurpose
apiKeyEnvANYSEARCH_API_KEYDSH credential reference; missing uses anonymous access
baseURLhttps://api.anysearch.comAnySearch API base URL
maxRenderedContentChars12000Maximum cleaned-content characters rendered to the model per advanced tool call

Manage the plugin

Update:

npx -y @deepseek-ai/dsh plugin --profile web update @anysearch/dsh

Remove:

npx -y @deepseek-ai/dsh plugin --profile web remove @anysearch/dsh

Compatibility and limitations

  • DeepSeek Harness is in developer preview and may make compatibility-breaking changes.
  • This plugin currently does not provide anysearch_extract.
  • Configure the API key through DSH-managed credentials or an environment variable; the DSH settings page does not currently provide a third-party Provider credential field.

Documentation

  • Chinese user guide
  • DSH plugin, Skill, MCP, and HTTP integration comparison

Development

git clone https://github.com/anysearch-team/anysearch-dsh.git
cd anysearch-dsh
pnpm install
pnpm run check

The live AnySearch E2E suite is opt-in. Run it without ambient credentials in anonymous mode:

ANYSEARCH_E2E=1 ANYSEARCH_E2E_ANONYMOUS=1 pnpm run test:e2e

License

MIT