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.

Sousuo — DSH Plugin for DeepSeek Harness
← Plugins
S

sousuo

Sousuo

DSH desktop plugin: AnySearch provider with rotating API keys on HTTP 402.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:yueyexiayu/dsh-sousuo#855a3a558b191ea55d209b1d82a0ce58598d15e1
READMECompatibilityVersions

Compatibility and provenance

Sousuo is published as sousuo and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/18/2026

Versions

0.1.1stable
9/18/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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 modelFree 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.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek Harness

README

sousuo

当前项目是深度适配个人使用,项目只是给大家提供思路和借鉴,尽量不要直接照搬。

DeepSeek Harness 官方桌面端的搜索 Provider。web_search / web_fetch 仍走 AnySearch HTTP API;本地用多把 API Key,遇到 HTTP 402 时立刻换下一把并重试同一请求。一次请求最多转一圈,然后失败。401 / 403 / 429 不换号。

默认不向模型暴露 anysearch_capabilities / anysearch_search / anysearch_batch_search。Grok 等高推理模型看见这组工具后,容易先做能力发现、搜完只在思考里说「再搜一次」然后 stop,界面就像调用网络时自动停了。普通问题走 web_search 即可,后端已经是 sousuo。若确实需要垂直 tag,在 desktop patch 里给本插件加 advancedTools: true。

面向 官方桌面。不要把 Key 写进 patch、README、Git 或对话。

安装

  1. 复制本仓库到 $DSH_HOME/plugins/sousuo(默认 $DSH_HOME 为 ~/.dsh)。
  2. 再复制一份到 $DSH_HOME/profiles/desktop/node_modules/sousuo(桌面端要从 profile 内加载,才能解析 DSH 的 @deepseek-ai/* 包)。
  3. 在 $DSH_HOME/profiles/desktop/cordis.patch.yml 写入:
- insert:
    - id: sousuo
      name: ./node_modules/sousuo/lib/index.js
      config:
        baseURL: https://api.anysearch.com
        # advancedTools: true   # 可选:重新暴露 anysearch_* 垂直搜索工具

- id: web
  config:
    searchProvider: sousuo
    fetchProvider: sousuo

- id: web 会整段替换 web 的 config。完全退出 DeepSeek Harness(macOS:⌘Q)再打开。

Key 文件

只存在本机,不进 Git。路径:$DSH_HOME/plugins/sousuo/keys

# 一行一把,# 开头为注释
cp keys.example keys
chmod 600 keys

用编辑器把真实 Key 写进 keys,不要贴到聊天里。当前序号记在同目录 state.json(同样不进 Git)。

说明

  • 仓库不含本机 patch、账号、Key 或 state.json
  • 后端是 AnySearch;本插件只做 Provider 适配、402 轮换,以及搜完必须作答的系统提示
  • advancedTools 默认关闭;打开后才会注册 anysearch_* 工具
  • 测试里的 k1 / k2 是假值,不是真实凭据

开发

node --check lib/config.js lib/followthrough.js lib/client.js lib/keys.js lib/provider.js
node --test