Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.77 KB

File metadata and controls

50 lines (36 loc) · 1.77 KB

browser-skill — Install Guide for AI Agents

You are an AI agent setting up browser-skill for the user. Done = bsk doctor reports every check ok (or na). Never use sudo; you cannot install the extension yourself (Step 3 is the user's job).

1. Install the CLI and skill

Run the install command from README.md:

macOS / Linux:

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

Windows (PowerShell):

irm https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.ps1 | iex
bsk install-skill --yes

2. Run bsk doctor

bsk doctor

Each fail row prints a hint — follow it and re-run once. A fresh install where only extension connected fails is expected; go to Step 3.

3. Open the extension install page

If extension connected is FAIL (0 browsers connected), the user likely has not installed or enabled the browser extension yet. Open the install page matching the user's browser — Chrome Web Store for Chrome and other Chromium browsers, Edge Add-ons for Microsoft Edge — then tell the user:

Install BrowserSkill from the Chrome Web Store (or Edge Add-ons on Edge), open the popup, and wait until it turns green. Reply when done.

If opening the page fails, give the user the same link. Then run bsk doctor once more. All ok/na → tell the user it's ready.