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.

Browser Firefox — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-browser-firefox

Browser Firefox

Firefox browser control for DeepSeek Harness: token-authenticated WebSocket bridge + browser_* tools (native-image screenshots) driving the user's own Firefox via the companion AMO extension, with sidebar ask_user_question answering

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-browser-firefox@0.4.6
READMECompatibilityVersions

Compatibility and provenance

Browser Firefox is published as dsh-browser-firefox and currently resolves to version 0.4.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.4.6stable
9/20/2026
0.4.5stable
9/20/2026
0.4.1stable
9/8/2026
Show 7 more versionsCollapse versions
0.4.0stable
9/8/2026
0.3.3stable
8/22/2026
0.3.2-2prerelease
8/22/2026
0.3.2-1prerelease
8/22/2026
0.3.2stable
8/22/2026
0.3.1stable
8/22/2026
0.3.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.4.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
212.3 kB
Files
28
Surface
any
License
MIT
Source
npm
GitHub
★ 4
Weekly downloads
109
Security scan
✓ v0.4.6 scan passed
Last push
9/20/2026
View source ↗Project homepage ↗
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

dsh-browser-firefox

DeepSeek Harness(dsh)的 Firefox 浏览器操作 bridge 插件。与 Firefox 扩展「DSH 浏览器助手」配套使用,让模型读取并操作你正在使用的 Firefox 标签页(登录态保留、后台静默新开标签页、会话级标签页组)。

完整文档与源码:https://github.com/tuojc/dsh-browser-firefox

安装

dsh plugin --profile web add dsh-browser-firefox@latest

安装后重启 dsh web 生效。首次启动会在 ~/.dsh/ext-bridge-token 生成 bearer token(0600 权限)。

配套扩展与 token

  1. 从 AMO 安装 Firefox 扩展:DSH 浏览器助手。
  2. 打开扩展侧边栏 → 设置 → 把 ~/.dsh/ext-bridge-token 的内容粘贴到 Token 一栏 → 保存并连接(桥地址留空,自动探测本机 3080/3081/3090 端口)。

Firefox 的 moz-extension:// Origin 是每次安装随机生成的 UUID,不构成身份边界,因此 0.3.1 起 Firefox 客户端必须出示 token(与上游 Lum1104/dsh-browser 同步的安全收紧)。

提供的工具

browser_snapshot(结构化文本快照)、browser_click、browser_type、browser_press、browser_scroll、browser_navigate(后台新标签页)、browser_back / browser_forward / browser_reload、browser_get_text、browser_wait、browser_evaluate、browser_screenshot(视觉兜底)、browser_clear_screenshots、browser_list_tabs。

纯文本集成:页面渲染为带编号交互元素清单的文本;截图只保存为文件交给视觉工具,不进入模型上下文。

许可

MIT。本项目是 Lum1104/dsh-browser 的 Firefox 移植版,保留原作者版权。