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.

Inapp Browser — DSH Plugin for DeepSeek Harness
← Plugins
I

dsh-inapp-browser

Inapp Browser

A shared interactive browser inside DeepSeek Harness and Better Sidebar: mouse, keyboard, screenshots and agent tools.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:alllllinnrann/dsh-inapp-browser#d8b355e5c8016e801fda4d49ffbcde85bf56e294
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/23/2026

Versions

0.2.7stable
9/23/2026

Related plugins

Loading related plugins…

Latest
0.2.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/23/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

README

dsh-inapp-browser

为 DeepSeek Harness 提供内置浏览器面板,你和 AI 可以操作同一张网页,支持多标签、点击、中文输入、滚动、拖拽、页面文字读取与截图。默认使用必应,登录资料按聊天保存。

基于本机 Edge / Chrome / Chromium,通过画面传输在 Better Sidebar 中显示网页;不接管日常已经打开的浏览器。适用于本机运行的 Harness 0.1.5-rc.2、Node.js 22.19+、Better Sidebar 0.19.1–0.19.x。截图工具需要支持图片输入的模型。

接口参数

以下为提供给 AI 的工具。? 表示可选;无参数时传 {}。工具自动使用当前聊天会话,不需要传入聊天 ID。坐标均为网页视口的 CSS 像素,不是侧栏图片的缩放后坐标。

工具参数功能/返回
iab_openurl: string;newTab?: boolean;engine?: "bing" | "baidu" | "google"打开网址或搜索词;返回页面快照。默认当前标签、必应搜索。
iab_snapshot无返回网址、标题、页面文字、控件列表、视口尺寸和 revision。控件含位置、标签、是否在视口内等信息。
iab_screenshot无返回实际图片附件及视口尺寸、图片尺寸、revision;需要图片模型及宿主附件服务。
iab_clickx: number;y: number;button?: "left" | "right" | "middle";revision?: number点击坐标,默认左键;传入快照版本可拒绝导航后失效的点击。
iab_typetext: string向已聚焦控件输入文字,支持中文。
iab_keykey: string;modifiers?: number按键,例如 Enter、Tab、Escape 或快捷键字母。
iab_scrolldeltaY: number;deltaX?: number;x?: number;y?: number滚动;正 deltaY 向下,默认在视口中心操作。
iab_dragx: number;y: number;toX: number;toY: number从起点拖拽到终点。
iab_waitms: number等待 0–10000 毫秒;之后重新读取快照或截图。
iab_tabs无返回标签列表、当前标签及浏览器状态。
iab_selecttargetId: string切换到 iab_tabs 返回的标签 ID。
iab_close_tabtargetId?: string关闭指定标签,默认当前标签;保留至少一个标签。
iab_back无后退。
iab_forward无前进。
iab_reload无刷新当前网页。
iab_dialogaccept: boolean;text?: string确认或取消网页 JavaScript 弹窗,text 用于 prompt 输入。
iab_close无关闭当前聊天的浏览器进程,保留登录资料。

modifiers 为位掩码:Alt = 1、Ctrl = 2、Meta = 4、Shift = 8,可相加组合。例如全选:iab_key({"key":"a","modifiers":2}),随后使用 iab_type 输入替换文字。

截图若被模型端缩放,点击前需要换算回原始视口坐标。页面滚动、导航或布局变化后应重新观察。

可选环境变量(启动 Harness 前设置):

变量含义/默认值
DSH_IAB_BROWSER_PATH浏览器可执行文件绝对路径;默认自动查找 Edge、Chrome 或 Chromium。
DSH_IAB_DATA_DIR浏览器资料根目录;默认 ${DSH_HOME}/storages/dsh-inapp-browser/。
DSH_HOMEHarness 数据根目录;未设置时使用用户目录下的 .dsh。
DSH_IAB_HOME_URL新会话首页;默认 https://www.bing.com/。

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.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.Dejadsh-dejadeja-vu memory for DeepSeek Harness: the session history of thirty-three other coding agents, searchable and recalled before each step — a local index, no LLM.