DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Tokens Dsh Web Search — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

tokens-dsh-web-search

Tokens Dsh Web Search

Locally maintained web search plugin for DeepSeek Harness with free and API-backed providers.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:sobermh/tokens_DshWebSearch_code#78fd73980537221ece8bba269518f7cd1e515175
READMECompatibilityVersions

Compatibility and provenance

Tokens Dsh Web Search is published as tokens-dsh-web-search and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

tokens_DshWebSearch_code

本项目是本地维护的 DeepSeek Harness 联网搜索插件,npm 包名为 tokens-dsh-web-search。

功能

  • 为原生 web_search 提供 Bing、DuckDuckGo、AnySearch 和 SearXNG 等搜索来源。
  • 支持 Exa、Tavily、Keenable、Perplexity 和 DeepSeek API 搜索。
  • 支持时间范围过滤、平台搜索、网页抓取、结果缓存和设置页切换。
  • 不包含远程版本检查或一键升级逻辑,代码更新完全由本仓库维护。

本地安装

在项目目录外执行:

dsh plugin --profile desktop add file:C:\path\to\tokens_DshWebSearch_code

插件变更后需要重启 DSH Desktop。默认情况下,补丁会把 web.searchProvider 设置为 ddg,实际搜索引擎可在插件设置中选择。

开发

pnpm install
node --check lib/index.js
node --check lib/client.js

核心文件:

  • lib/index.js:搜索 provider、搜索工具、设置桥接和引擎实现。
  • lib/client.js:DSH 设置页面。
  • cordis.patch.yml:DSH bundle 注入配置。

许可

本项目沿用 MIT License。依据许可证要求,原始版权声明与许可文本保留在 LICENSE 中。