DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-browser-use

Browser Use

Browser Use 与 DeepSeek Harness 的桥接工具:让您的 dsh 代理通过 Browser Use Cloud API 执行真实的网页任务(打开页面、点击、输入、填写表单、提取数据)。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-browser-use@0.1.0
README兼容性版本

兼容性与来源证明

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

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0stable
2026/8/17

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
13.9 kB
文件数
8
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 2
周下载
110
安全扫描
✓ v0.1.0 扫描通过
最近提交
2026/8/17
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 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 主题,并按星标数排序。

README

dsh-browser-use

Browser Use bridge for DeepSeek Harness: let your dsh agent run real web tasks — open pages, click, type, fill forms, extract data — through the Browser Use Cloud API.

English | 中文

What it is

A thin, honest bridge. It registers one model-facing tool, browser_use_run, forwards the task to Browser Use's cloud endpoint, and returns the raw run result. It does not reimplement Browser Use and does not claim to be a full integration.

Install

dsh plugin --profile web add dsh-browser-use

Then set your Browser Use API key (config apiKey, or the BROWSER_USE_API_KEY env var).

Tool

ParameterTypeDescription
taskstringThe task, e.g. "Find the stars of the browser-use repo".
modelstringOptional provider-prefixed model id, e.g. openai/gpt-5.5.

Returns { result } — the raw Browser Use run result.

Config

KeyTypeDefaultDescription
apiKeystring(env)Browser Use API key
baseUrlstringhttps://api.browser-use.comCloud API base URL
timeoutMsnumber300000Request timeout
modelstring(none)Default model

Verified

  • pnpm typecheck · pnpm build · pnpm test (4 tests, mocked HTTP).
  • Tested with @deepseek-ai/dsh-tools ^0.1.0-rc.6.

Honest limits

  • This is a cloud-API bridge; it needs a Browser Use API key.
  • It returns the raw response; it does not stream or poll for completion.
  • Community plugin, not an official Browser Use or DeepSeek product.

中文

给 DeepSeek Harness 的 Browser Use 桥接:让 dsh agent 通过 Browser Use 云 API 执行真实网页任务(打开页面、点击、输入、填表、抽取数据)。

注册一个 browser_use_run 工具:把任务转发给 Browser Use,返回原始运行结果。 这是薄桥接,不重新实现 Browser Use,也不冒充官方。

dsh plugin --profile web add dsh-browser-use

需要配置 Browser Use API key(apiKey 配置项,或环境变量 BROWSER_USE_API_KEY)。