返回目錄

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 外掛,絕不濫發。