DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Anysearch Refs — DeepSeek Harness 插件(DSH Plugin)
← Plugins
A

dsh-anysearch-refs

Anysearch Refs

在 DSH 侧边栏中展示 AnySearch 搜索引用卡片

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

npx -y @deepseek-ai/dsh plugin --profile web add github:v587d/dsh-anysearch-refs#9f3d78cf1875500c2b67f627b578e6befa477d65
README兼容性版本
overviewkeyword-select

兼容性与来源证明

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

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/24

版本

0.1.0stable
2026/8/24

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 4
周下载
0
最近提交
2026/8/27
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

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

相关插件

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

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件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 主题,并按星标数排序。