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.

Anysearch Refs — DSH Plugin for DeepSeek Harness
← Plugins
A

dsh-anysearch-refs

Anysearch Refs

Display AnySearch search citation cards in the DSH sidebar

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

npx -y @deepseek-ai/dsh plugin --profile web add github:v587d/dsh-anysearch-refs#9f3d78cf1875500c2b67f627b578e6befa477d65
READMECompatibilityVersions
overviewkeyword-select

Compatibility and provenance

Anysearch Refs is published as dsh-anysearch-refs 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/24/2026

Versions

0.1.0stable
8/24/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
★ 4
Weekly downloads
0
Last push
8/27/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 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

dsh-anysearch-refs

English · 中文

What

A DSH sidebar plugin that shows AnySearch references as cards, with the search query, source snippets and highlighted keywords in the right sidebar.

It captures anysearch_search / anysearch_batch_search tool results and renders them in a dedicated DSH sidebar tab. Each card shows a favicon fetched from <hostname>/favicon.ico as a non-blocking background task (3s timeout, https→http fallback, cached locally in assets/.favicon); multi-word queries are split into keywords and let you highlight up to 3 of them from a dropdown, with an 8-color cycling palette that adapts to light/dark skins. Single-keyword queries keep the plain highlight.

overview Overview: AnySearch reference cards in the right sidebar.

keyword-select Keyword dropdown with multiple highlight selections.

Status: early iteration. If you send a PR, please rebase onto the latest main.

Prerequisites

Install these separately in your DSH profile first:

PackagePurpose
@anysearch/anysearch-dshAnySearch data source / tool events
dsh-better-sidebarRight sidebar / tab hosting

Installation

For normal users, these three commands are enough — no pnpm needed:

dsh plugin --profile web add @anysearch/anysearch-dsh
dsh plugin --profile web add dsh-better-sidebar
dsh plugin --profile web add github:v587d/dsh-anysearch-refs

Then restart dsh web and hard-refresh the browser (Ctrl+Shift+R / Cmd+Shift+R).

Build from source

Developers only:

pnpm install
pnpm run build
pnpm run check

Contributing

  • Rebase onto the latest main before PR.
  • Run pnpm run check before pushing.
  • Do not modify DSH core or dsh-better-sidebar source.

License

MIT


这是什么

一个 DSH 侧边栏插件,把 AnySearch 的搜索结果以卡片形式展示在右侧侧边栏中,包括搜索词、来源摘要和关键词高亮。

它捕获 anysearch_search / anysearch_batch_search 的工具结果,并在 DSH 侧边栏中单独展示。每张卡片左上角展示通过 <主机名>/favicon.ico 获取的站点 favicon(后台任务、3 秒超时、https→http 回退,并在 assets/.favicon 本地持久化缓存,失败时降级为主机名首字母徽标);多词查询按空格分词后,可在下拉框中勾选高亮(至多 3 个关键词),使用随明暗皮肤自适应的 8 色循环调色板;单词查询保持原有高亮样式。

overview 整体效果:右侧侧边栏中的 AnySearch 引用卡片。

keyword-select 关键词下拉:多选高亮效果。

状态:早期迭代中。如果提交 PR,请先 rebase 到最新的 main。

前置依赖

需要先在 DSH profile 中单独安装:

包作用
@anysearch/anysearch-dshAnySearch 数据源 / 工具事件
dsh-better-sidebar右侧侧边栏 / tab 容器

安装

普通用户只需要这三条命令,不需要 pnpm:

dsh plugin --profile web add @anysearch/anysearch-dsh
dsh plugin --profile web add dsh-better-sidebar
dsh plugin --profile web add github:v587d/dsh-anysearch-refs

然后重启 dsh web,并在浏览器中硬刷新(Ctrl+Shift+R / Cmd+Shift+R)。

源码构建

仅开发者需要:

pnpm install
pnpm run build
pnpm run check

贡献

  • 提交 PR 前请 rebase 到最新 main。
  • 推送前运行 pnpm run check。
  • 不要修改 DSH 核心或 dsh-better-sidebar 源码。

License

MIT