dsh-chrome:DeepSeek Harness 的 Chrome 侧边栏插件
dsh-chrome 是 DeepSeek Harness(DSH)的浏览器伴侣插件,旨在通过 Chrome 侧边栏嵌入完整 dsh web UI,赋予本地 agent 读取页面、捕获流量及驱动浏览器的能力。该插件运行于受信本地环境,要求 Chrome 118+ 及 Node 18+,核心功能包括自动感知活动标签页的 URL 与正文(支持 SPA 路由)、按需捕获 HTTP 请求详情(自动掩码敏感头信息,保留最近 500 条记录),以及提供导航、点击、开新标签等基础控制工具。为保障安全,插件采用 best-effort 防护机制,如将注入页面标记为不可信数据,并通过 intent-unlock
Read Moredsh-plugin-browser:给 DSH 接入已登录 Chrome 的浏览器工具
dsh-plugin-browser 是 DeepSeek Harness (DSH) 的浏览器自动化插件,基于 Playwright 和 CDP 技术,旨在解决模型访问已登录网站及多客户端共享登录态的问题。该插件向 DSH 注册了 15 个 `browser_*` 工具,支持通过 `real` 模式连接用户已登录的 Chrome 浏览器,或通过 `isolated` 模式启动独立的无痕会话。核心功能涵盖会话管理、基于引用(ref)的页面交互(导航、点击、输入、悬停)、标签页与弹窗处理、执行 JavaScript、读取存储数据、截图以及人工验证等待等。安装需通过 DSH CLI 添加插件,若使
Read Moredsh-web-auto-open:运行 dsh web 时自动打开浏览器
dsh-web-auto-open 是 DSH 的一款 Web 一键启动插件,旨在解决 `dsh web` 启动后需手动打开浏览器的问题。该插件在启动服务时自动调用系统默认浏览器(支持 Windows、macOS、Linux)访问 Web 界面,并能正确处理端口为 0 时系统随机分配真实端口的情况,确保打开正确的地址。安装简单,执行 `dsh plugin add dsh-web-auto-open` 后作为 profile bundle 自动生效,无需额外配置。用户可通过修改配置文件设置 `autoOpen: false` 关闭自动打开功能,或设置 `delayMs` 实现延迟打开。该插件通
Read MoreDSH-BrowserUse: A browser-use Style Browser Automation Plugin for DeepSeek Harness
`dsh-browseruse` is a browser automation plugin for DeepSeek Harness (DSH), implemented purely in JavaScript with no build step required. It drives a standalone Google Chrome instance via `playwright-core`, enabling operations such as opening web pages, reading content, clicking, inputting text, scrolling, and switching between tabs, while supporting autonomous decision-making based on page state during multi-step tasks. Core features include: 11 fine-grained `browser_*` tools; `browser_task` for natural language autonomous tasks (default maximum of 30 steps); `browser_schedule` for scheduled tasks within the current session; a user confirmation mechanism before sensitive operations (e.g., payments, deletions); manual takeover during CAPTCHA detection; and an independent Pr
Read Moredsh-browser-playwright: A Playwright-Based Browser Plugin for DeepSeek Harness
dsh-browser-playwright is an MIT-licensed browser plugin designed for DeepSeek Harness, aimed at addressing issues such as CSS selector mismatches or oversized DOM contexts in traditional solutions. By leveraging Playwright to drive a real browser, the plugin utilizes accessibility snapshots and stable element references (ref) to constrain the model's interaction interface, avoiding direct selector guessing or outputting the complete DOM. Its core features include support for tab management, screenshots, structured extraction, and controlled JavaScript execution, along with 17 tool interfaces prefixed with `browser_`. The plugin can automatically detect browser channels such as Chromium and Chrome, and supports restricting navigation domains.
Read MoreDSH-Browser: A Playwright Browser Automation Plugin for DeepSeek Harness
dsh-browser is a Playwright-based browser automation plugin for DeepSeek Harness, designed to enable Agents to directly drive real web pages. It provides tools such as `browser_open`, `click`, `type`, `screenshot`, and `eval`, supporting page navigation, form interaction, JavaScript execution, content reading, and screenshot review. Browser state is maintained across tool calls, and it runs in headless mode by default. Installation requires `playwright-core` and a Chromium-based browser (it automatically attempts to use chromium/chrome/msedge; if missing, you can run `npx playwri
Read MoreDSH-Cloak-Browser: Native Browser Plugin for DeepSeek Harness's CloakBrowser
`dsh-cloak-browser` is a community-maintained plugin for DeepSeek Harness (DSH), designed to integrate CloakBrowser capabilities into the Agent tool pipeline. It ensures session security by maintaining an isolated `BrowserContext` for each Agent, and returns restricted page snapshots along with short-lived element references (e.g., `p1:s3:e8`) after interactions such as navigation, clicking, input, and screenshots, enabling the Agent to continue operations based on these references without retaining extensive DOM data. Core features include on-demand Chromium startup, automatic license detection (supporting direct startup with Free keys and serializing concurrent sessions), proxy-aware GeoIP consistency, domain allowlist/blocklist rules, and handling for images and text—
Read Moredsh-pilot: Driving Local Browsers in DeepSeek Harness Chat
dsh-pilot is a plugin for the DeepSeek Harness Web GUI, designed to drive native Edge or Chrome browsers via CDP to perform browser operation tasks. It supports opening pages, reading structured text, clicking and inputting based on snapshot references, filling forms, and uploading files, all without requiring an API key or runtime dependencies. Users can observe real-time screenshots, URLs, status, and operation logs through the cockpit panel. Each agent session uses an isolated browser instance, ensuring that parallel sessions do not interfere with each other. Installation requires Node >= 22, and the plugin can be added via the `dsh plugin` command from GitHub or a local directory, followed by restarting the `dsh web` process. Key limitations include support for only headless mode, single-session single-tab functionality, and restricted interaction capabilities.
Read Moredsh-playwright-browser: Providing Playwright Multi-tab Browser Automation for DSH Agents
dsh-playwright-browser is a DSH networking tool plugin maintained by Clizo1209, based on Playwright, which registers ten browser_* tools for intelligent agents. It supports multi-tab, semantic positioning, bounded snapshots, and screenshots. The article covers installation commands, cordis.patch.yml configuration, typical invocation flow, and security considerations. The plugin runs with DSH process permissions; please verify the source code and MIT license before installation.
Read Moredsh-reef: One-Time Installation for Browser, MCP, and Code Hosting Integration
dsh-reef is a DSH plugin bundle maintained by huey1in, offering five modules with a single installation: native embedded panels, 21 browser_* browser tools, MCP Server, GitHub/GitLab read-only tools, and webhook automatic reviews. It supports multi-tab, multi-profile browser sessions, exposing DSH sessions to external MCP clients, automatic PR/MR reviews, and issue auto-fixing loops. The installation command is dsh plugin --profile web add dsh-reef, licensed under MIT, and requires Node.js >= 22.
Read Moredsh-browser: A Plugin for Providing Shared Real Browsers to DSH
dsh-builtin-browser (wqty123/dsh-browser) is a client-side plugin for DSH that provides agents with a real, visible browser that can be shared with users. Upon installation, it offers 20 browser_* tools, supporting DOM-level operations, multi-tab management, task-level session isolation, persistent login state, human verification detection, and cookie-enabled downloads. When a desktop shell is available, it embeds the view; in a pure DSH web environment, it can self-host and launch an Electron window. Installation: dsh plugin --profile web add dsh-builtin-browser. Licensed under MIT, currently at version 0.1.15.
Read MoreConnect Playwright Browsers to DeepSeek Harness with dsh-playwright-browser
dsh-playwright-browser is a community plugin for DeepSeek Harness maintained by Clizo1209. It provides 10 browser_* tools, semantic positioning and multi-tab control for agents via Playwright. This article verifies the installation commands, configuration items and security boundaries against the directory page, GitHub README and npm version 0.1.3: no page eval is provided, and the plugin runs with the permissions of the current dsh process.
Read MoreIntegrate ego-lite Browser into DeepSeek Harness using ego-browser
Ego-browser is a DeepSeek Harness community plugin maintained by Fisfzy, which integrates the Chromium framework for AI Agents, CitroLabs/ego-lite, into Harness. The current version of this repository is 0.8.0, and its source code registers 32 ego_* tools including semantic snapshots, click-to-fill forms, screenshots, CDP, task space isolation and more, with built-in ego runtime and real-time observation window. The community directory installation command is `dsh plugin add github:Fisfzy/ego-browser`. This plugin has no affiliation with DeepSeek/HuanFang; the plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreUse dsh-plugin to drive the local Tabbit browser with DeepSeek Harness
The dsh-plugin maintained by Tabbit-Browser integrates the CLI and Runtime of the Tabbit Browser into DeepSeek Harness. After installation, the Tabbit Browser Skill will be automatically loaded, and `tabbit_browser_install` will be used to detect the 1.9.0 official version and download and install the installation package according to the region when necessary. This article verifies the installation commands, task space usage, Windows permission boundaries, and restrictions such as unavailability of remote sandboxes based on the directory page, GitHub README and source code.
Read MoreDrive Real Browsers via Terminal: Getting Started with OpenAI's Official Playwright Skill
OpenAI's featured Skill "playwright" wraps the Playwright Agent CLI into a terminal browser automation workflow: opening pages, taking snapshots to obtain element references, filling forms and clicking, taking screenshots, and debugging with Trace. Verified based on the official SKILL.md, this article introduces the installation methods (Codex skill-installer, Cursor .cursor/skills), the usage of the wrapper script, typical command examples, as well as precautions such as re-snapshotting when refs fail and not writing @playwright/test by default. It is suitable for E2E exploratory automation and UI process troubleshooting scenarios.
Read More