返回目录

browserskill

维护状态: 活跃

tencent/browserskill

让 AI 智能体使用你已登录的真实浏览器而不打扰工作,CLI 与扩展双形态,支持任意可调用 shell 的智能体。

安装
$ curl -fsSL https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.sh | sh

1,221

星标

99

Fork

TypeScript

语言

MIT

许可证

2026-06-22

创建于

2026-08-20

最近推送

MIT 协议的 CLI + 浏览器扩展,通过一等 dsh 插件注入原生 browser_* 工具与实时 Web UI 覆盖层,让 DeepSeek Harness 的 Agent 使用你已登录的真实浏览器。

DSH 适配

兼容

作者声明

安全审计

未审计

最后核验

2026-08-21

许可证

MIT

01它能帮你完成什么?

  • Automate web tasks in your real, logged-in browser from DeepSeek Harness

    Browser actions executed through native browser_* tools inside dsh, running in a dedicated Agent Window and reusing existing signed-in sessions without separate test accounts

    DeepSeek Harness (dsh) users who need their agent to search, read and operate websites they are already signed into

  • Open, read and summarize web pages from a dsh prompt (AI web search workflows)

    Page content fetched through your real browser and summarized in the agent conversation, e.g. `/browser-skill open example.com and summarize what is on the page.`

    Anyone building AI web search or research workflows inside DeepSeek Harness who wants results from a real browser instead of a headless sandbox

  • Get past captcha, login and confirmation steps without breaking automation

    Agent pauses at human-only steps, hands the browser over to you, and continues the task afterwards

    Teams automating browser flows in dsh that include captcha, login or confirmation dialogs

02如何接入 DeepSeek Harness?

前置条件

  • `bsk` CLI installed — macOS/Linux via the one-line install.sh script, Windows via install.ps1 in PowerShell (both install to `~/.local/bin`)
  • BrowserSkill browser extension installed from the Chrome Web Store or Edge Add-ons (Chrome and Microsoft Edge supported)

安装步骤

  1. 01

    Install the `bsk` CLI: `curl -fsSL https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.sh | sh` (macOS/Linux) or `irm https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.ps1 | iex` (Windows PowerShell)

    $ curl -fsSL https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.sh | sh

  2. 02

    Install the BrowserSkill extension from the Chrome Web Store or Edge Add-ons; on other Chromium-based browsers, install the Chrome Web Store build

  3. 03

    Add the plugin to a dsh profile: `dsh plugin --profile web add @wxg-prc-cpg/browser-skill-dsh-plugin`

    $ dsh plugin --profile web add @wxg-prc-cpg/browser-skill-dsh-plugin

  4. 04

    Start that profile: `dsh --profile web` — the plugin carries its own copy of the skill, so `bsk install-skill` is not needed for dsh

    $ dsh --profile web

验证接入成功

  • Run `bsk --version` to verify the CLI binary is installed

03DSH 适配与能力边界

DSH 适配兼容

First-class dsh plugin on npm (@wxg-prc-cpg/browser-skill-dsh-plugin) added to a dsh profile; injects native browser_* tools and a live Web UI overlay of each Agent Window

  • Native browser_* tools for dsh

    a dsh profile with the plugin added via `dsh plugin`injected browser_* tools (no shelling out to bsk) plus a live Web UI overlay of each Agent Window

    The plugin invokes the local bsk CLI/daemon on your behalf to drive the browser
  • Reuse real login state

    websites you are already signed into in your browserthe agent works with authenticated pages directly, without separate test accounts

    If the agent needs a tab you already have open, it must borrow that tab explicitly and return it when the task is done
  • Isolated Agent Window execution

    browser tasks issued by the agenttasks run in a separate, visible Agent Window so you can keep using your own browser

  • Human-in-loop takeover

    captcha, login, confirmation dialogs or other human-only stepsthe agent asks you to take over and continues afterwards

04适合谁?何时不该用?

适合

  • DeepSeek Harness (dsh) users who need their agent to search, read and operate websites they are already signed into
  • Anyone building AI web search or research workflows inside DeepSeek Harness who wants results from a real browser instead of a headless sandbox
  • Teams automating browser flows in dsh that include captcha, login or confirmation dialogs

不适合

  • Only Chrome and Microsoft Edge are officially supported; other Chromium-based browsers are merely expected to work with unpacked extensions, and Firefox support is still planned.
  • Even for DeepSeek Harness, the `bsk` CLI/daemon and the browser extension remain prerequisites — the dsh plugin alone is not sufficient to run.

05兼容性、维护与安全提示

  • Only Chrome and Microsoft Edge are officially supported; other Chromium-based browsers are merely expected to work with unpacked extensions, and Firefox support is still planned.
  • Even for DeepSeek Harness, the `bsk` CLI/daemon and the browser extension remain prerequisites — the dsh plugin alone is not sufficient to run.
  • The runtime covers macOS (Apple Silicon and Intel), Linux (x64 and ARM64) and Windows x64 only; other operating systems are not listed in the support matrix.
2026-06-222026-08-19dsh-plugin-v0.1.1

MIT · actively maintained (latest release dsh-plugin-v0.1.1, 2026-08-19)

06常见问题

BrowserSkill 如何接入 DeepSeek Harness?是插件还是 MCP?

它是 npm 上的一等 dsh 插件(@wxg-prc-cpg/browser-skill-dsh-plugin)。用 `dsh plugin --profile web add @wxg-prc-cpg/browser-skill-dsh-plugin` 加入某个 profile,再用 `dsh --profile web` 启动即可。插件会注入原生 browser_* 工具(不再 shell 调用 bsk),并提供每个 Agent Window 的实时 Web UI 覆盖层,不走 MCP。

在 dsh 中安装插件前需要准备什么?

即使使用 dsh,`bsk` CLI/daemon 和 BrowserSkill 浏览器扩展仍是前置条件。插件自带 skill 副本,所以不需要运行 `bsk install-skill`,但 CLI 和扩展必须先装好。

支持哪些浏览器和操作系统?

浏览器支持 Chrome 和 Microsoft Edge(其他基于 Chromium 的浏览器在支持 unpacked 扩展时预计可用,Firefox 在计划中);操作系统支持 macOS(Apple Silicon 与 Intel)、Linux(x64 与 ARM64)和 Windows x64。

Agent 操作浏览器会影响我的正常上网吗?

不会。浏览器任务运行在独立、可见的 Agent Window 中,你可以继续用自己的浏览器。如果 Agent 需要用到你已打开的标签页,它必须显式借用该标签,任务完成后归还,其余窗口不受影响。

任务遇到验证码或登录怎么办?

BrowserSkill 内置 human-in-loop:遇到验证码、登录、确认弹窗等只能由人完成的步骤时,Agent 会请你接管,完成后继续执行任务。

08数据与来源

  • 作者声明github.com6b78211e79d2…

    BrowserSkill ships a first-class dsh plugin on npm as [`@wxg-prc-cpg/browser-skill-dsh-plugin`](https://www.npmjs.com/pa…

  • 作者声明github.com6b78211e79d2…

    It injects native `browser_*` tools (no shelling out to `bsk`) and a live Web UI overlay of each Agent Window.

  • 作者声明github.com6b78211e79d2…

    dsh plugin --profile web add @wxg-prc-cpg/browser-skill-dsh-plugin

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。