DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Deep Browser — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
D

dsh-deep-browser

Deep Browser

DeepSeek Harness 的应用内工作区:在对话旁打开 http(s) 页面。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:temidayoxyz/deep-browser#97ed99b60bf69ad4b8486f3d963250fd853ace60
README兼容性版本

兼容性与来源证明

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

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

版本

0.1.0stable
2026/9/11

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具Industry Researchdsh-industry-research适用于 DeepSeek Harness 的行业与公司研究领域包:方法论技能、行业链结构模型(industry_map)、通过 ctx.web 进行的公开来源政策/新闻跟踪(industry_track)、公司扫描卡片(company_scan)以及可审计的研究Zoterodsh-zotero让智能体搜索、阅读并引用您的本地 Zotero 文献库:查找论文、浏览笔记和批注、按问题提取证据、打开源文档并生成引文。Browser@anweat/dsh-browserDeepSeek Harness 的自包含浏览器运行时插件(作用域为 @anweat)——将 Playwright(chromium)和 OpenCLI 作为插件本地依赖进行打包(支持全局复用回退),提供 `browser` 服务和交互式浏览器工具。

README

Deep Browser

A DeepSeek Harness plugin that opens http(s) pages in the right sidebar, beside the conversation.

This is the set that the current Web profile can host honestly:

  • New tab, address bar, reload, open in the system browser
  • Width presets (Fit / 390 / 768) — CSS layout of the iframe, not device UA emulation
  • Click an http(s) link in the UI (without a modifier key) to open it here
  • Local localhost / loopback URLs as http://

It does not fake Chromium features the web profile cannot provide: zoom, cookies, cache, annotate, prefers-color-scheme, or agent drive. Those need a Desktop browsing-context seam.

Workspace files stay in Document Preview. This pane is for live URLs.

Install from GitHub

dsh plugin --profile web add github:temidayoxyz/deep-browser

A git install fetches sources, not built artifacts, so pnpm builds lib/ via the package's prepare script. pnpm ≥10 refuses to run a git dependency's build until it is explicitly allowed, so if the first add fails, copy the exact package key pnpm printed into the profile's pnpm-workspace.yaml:

allowBuilds:
  dsh-deep-browser: true

and re-run the add. Only allow packages whose source you trust, and consider pinning a commit (github:temidayoxyz/deep-browser#<sha>).

Run against a local Harness checkout

pnpm install
pnpm build

From the Harness repository:

pnpm dsh web --patch D:/Codebase/deep-browser/overlay.yml --no-open

Open the printed URL, expand the right sidebar, and pick Browser — or click an http(s) link in chat (plain click; Ctrl/Cmd-click still uses the system browser).

Install into a profile:

dsh plugin --profile web add D:/Codebase/deep-browser