DSH Hub
browser-skill cover

Tencent/BrowserSkill

browser-skill

SkillBrowser1279 GitHub stars· updated 2026-08-23

Let AI agents use your real, logged-in browser without interrupting your work. CLI + extension for browser automation across any shell-capable AI agent.

Install

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

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

browser-skill DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/browserskill.svg)](https://dshhub.dev/plugins/browserskill)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from Tencent/BrowserSkill, cleaned of badges and images.

BrowserSkill

<strong>Let AI agents use your browser without interrupting your work.</strong>

English · <a href="README.zh-CN.md">中文</a>

BrowserSkill connects Cursor, Claude Code, Codex, OpenClaw, CodeBuddy, WorkBuddy, Pi, Hermes Agent, DeepSeek Harness, and other AI agents to your already logged-in browser.

Need the agent to touch a tab you already have open? It must borrow that tab explicitly, return it when the task is done, and leave the rest of your browser alone.

https://github.com/user-attachments/assets/db782c92-b1d4-4aae-a255-039675937a90

BrowserSkill Advantages

  • Reuse real login state: Agents can work with sites you are already signed into, without separate test accounts.
  • Keep working uninterrupted: browser tasks run in a separate, visible Agent Window, so you can keep using your own browser.
  • Support any Agent: any Agent that can call a shell can use BrowserSkill through the bsk CLI, with no lock-in to a specific model, Agent framework, or harness.
  • Built-in human-in-loop: when a task hits captcha, login, confirmation dialogs, or other human-only steps, the Agent can ask you to take over and then continue afterwards.

Runtime Environment

BrowserSkill has two local runtime pieces: the bsk CLI/daemon and the browser extension.

RuntimeSupport
Operating systemsmacOS (Apple Silicon and Intel), Linux (x64 and ARM64), Windows x64
BrowsersChrome and Microsoft Edge are supported; other Chromium-based browsers are expected to work when they support unpacked Chromium extensions; Firefox is planned

Quick Start

<b>Install with your Agent (recommended)</b>

<br>

Already using Cursor, Claude Code, Codex, or another shell-capable agent? Just copy this one line and send it to your agent — it will install the CLI and skill for you, then walk you through loading the extension:

Set up browser-skill on this machine by following https://raw.githubusercontent.com/Tencent/BrowserSkill/main/AGENT_INSTALL.md

<b>Manual install</b>

<br>

Install the CLI, then install the extension from the Chrome Web Store or Edge Add-ons.

1. Install the bsk CLI

macOS / Linux (recommended — installs to ~/.local/bin):

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

Windows (PowerShell — installs to ~/.local/bin):

irm https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.ps1 | iex

Verify the binary:

bsk --version

2. Install the browser extension

Install BrowserSkill from your browser's store:

BrowserStore listing
ChromeChrome Web Store
Microsoft EdgeEdge Add-ons

On other Chromium-based browsers, install the Chrome Web Store build.

3. Install the skill

BrowserSkill ships a skill that teaches your agent harness how to use bsk. For these harnesses, install it in one step:

Related plugins